mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-07-14 00:24:41 +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
|
- name: Get Docker Hub tags
|
||||||
id: docker_hub_tags
|
id: docker_hub_tags
|
||||||
run: |
|
run: |
|
||||||
OWNER="jafarijason"
|
OWNER="evilfreelancer"
|
||||||
REPO="docker-routeros"
|
REPO="docker-routeros"
|
||||||
URL="https://registry.hub.docker.com/v2/repositories/${OWNER}/${REPO}/tags/"
|
URL="https://registry.hub.docker.com/v2/repositories/${OWNER}/${REPO}/tags/"
|
||||||
TAGS=$(curl -s "$URL" | jq -r '.results[].name' | grep -v "latest")
|
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) }}
|
if: ${{ !contains(steps.docker_hub_tags.outputs.tags, steps.get_routeros_version.outputs.version) }}
|
||||||
run: |
|
run: |
|
||||||
VERSION="${{ steps.get_routeros_version.outputs.version }}"
|
VERSION="${{ steps.get_routeros_version.outputs.version }}"
|
||||||
OWNER="jafarijason"
|
OWNER="evilfreelancer"
|
||||||
REPO="docker-routeros"
|
REPO="docker-routeros"
|
||||||
|
|
||||||
# Set up Docker Buildx
|
# Set up Docker Buildx
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
routeros-6-48:
|
routeros-6-48:
|
||||||
image: jafarijason/docker-routeros:6.48.4
|
image: evilfreelancer/docker-routeros:6.48.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
@ -16,7 +16,7 @@ services:
|
||||||
- "18729:8729"
|
- "18729:8729"
|
||||||
|
|
||||||
routeros-latest:
|
routeros-latest:
|
||||||
image: jafarijason/docker-routeros:latest
|
image: evilfreelancer/docker-routeros:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
@ -33,7 +33,7 @@ services:
|
||||||
- "28729:8729"
|
- "28729:8729"
|
||||||
|
|
||||||
routeros-local:
|
routeros-local:
|
||||||
image: jafarijason/docker-routeros:latest
|
image: evilfreelancer/docker-routeros:latest
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue