mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-06-20 21:35:50 +02:00
Bring back docker repository
This commit is contained in:
parent
d2ee32092b
commit
3ac118eaf9
3 changed files with 8 additions and 5 deletions
3
.github/FUNDING.yml
vendored
Normal file
3
.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# These are supported funding model platforms
|
||||
|
||||
custom: [https://pay.cloudtips.ru/p/937f48ac, https://boosty.to/evilfreelancer]
|
4
.github/workflows/build-and-push.yml
vendored
4
.github/workflows/build-and-push.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Get Docker Hub tags
|
||||
id: docker_hub_tags
|
||||
run: |
|
||||
OWNER="jafarijason"
|
||||
OWNER="evilfreelancer"
|
||||
REPO="docker-routeros"
|
||||
URL="https://registry.hub.docker.com/v2/repositories/${OWNER}/${REPO}/tags/"
|
||||
TAGS=$(curl -s "$URL" | jq -r '.results[].name' | grep -v "latest")
|
||||
|
@ -51,7 +51,7 @@ jobs:
|
|||
if: ${{ !contains(steps.docker_hub_tags.outputs.tags, steps.get_routeros_version.outputs.version) }}
|
||||
run: |
|
||||
VERSION="${{ steps.get_routeros_version.outputs.version }}"
|
||||
OWNER="jafarijason"
|
||||
OWNER="evilfreelancer"
|
||||
REPO="docker-routeros"
|
||||
|
||||
# Set up Docker Buildx
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
routeros-6-48:
|
||||
image: jafarijason/docker-routeros:6.48.4
|
||||
image: evilfreelancer/docker-routeros:6.48.4
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
|
@ -16,7 +16,7 @@ services:
|
|||
- "18729:8729"
|
||||
|
||||
routeros-latest:
|
||||
image: jafarijason/docker-routeros:latest
|
||||
image: evilfreelancer/docker-routeros:latest
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
|
@ -33,7 +33,7 @@ services:
|
|||
- "28729:8729"
|
||||
|
||||
routeros-local:
|
||||
image: jafarijason/docker-routeros:latest
|
||||
image: evilfreelancer/docker-routeros:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue