You've already forked ansible-docker
Compare commits
2 Commits
0.1.2
...
e806dbba70
| Author | SHA1 | Date | |
|---|---|---|---|
|
e806dbba70
|
|||
|
57b2aa7586
|
@@ -47,7 +47,7 @@ jobs:
|
||||
TAG=latest
|
||||
|
||||
docker buildx build \
|
||||
--file Dockerfile.rockylinux-8 \
|
||||
--file Dockerfile.rockylinux8 \
|
||||
--push \
|
||||
--tag git.cryptic.systems/volker.raschek/ansible:${TAG}-rockylinux-8 \
|
||||
.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/rockylinux:8
|
||||
FROM docker.io/library/rockylinux:9
|
||||
|
||||
RUN dnf update --assumeyes && \
|
||||
dnf install --assumeyes bash-completion sudo && \
|
||||
|
||||
Reference in New Issue
Block a user