You've already forked ansible-docker
Compare commits
3 Commits
431dbf4ff0
...
0.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
238c2647bb
|
|||
| 843d8b7691 | |||
|
b4c052fc31
|
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- uses: docker/setup-qemu-action@v3.7.0
|
- uses: docker/setup-qemu-action@v3.7.0
|
||||||
- uses: docker/setup-buildx-action@v3.12.0
|
- uses: docker/setup-buildx-action@v3.12.0
|
||||||
|
|
||||||
- uses: docker/login-action@v3.6.0
|
- uses: docker/login-action@v3.7.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
- uses: docker/setup-qemu-action@v3.7.0
|
- uses: docker/setup-qemu-action@v3.7.0
|
||||||
- uses: docker/setup-buildx-action@v3.12.0
|
- uses: docker/setup-buildx-action@v3.12.0
|
||||||
|
|
||||||
- uses: docker/login-action@v3.6.0
|
- uses: docker/login-action@v3.7.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
- uses: docker/setup-qemu-action@v3.7.0
|
- uses: docker/setup-qemu-action@v3.7.0
|
||||||
- uses: docker/setup-buildx-action@v3.12.0
|
- uses: docker/setup-buildx-action@v3.12.0
|
||||||
|
|
||||||
- uses: docker/login-action@v3.6.0
|
- uses: docker/login-action@v3.7.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ RUN pacman --sync --sysupgrade --refresh --noconfirm && \
|
|||||||
python-boto3 \
|
python-boto3 \
|
||||||
python-botocore \
|
python-botocore \
|
||||||
python-setuptools \
|
python-setuptools \
|
||||||
|
python-passlib \
|
||||||
python-pip \
|
python-pip \
|
||||||
python-pytest \
|
python-pytest \
|
||||||
python-yaml \
|
python-yaml \
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ RUN dnf update --assumeyes && \
|
|||||||
RUN alternatives --set python3 /usr/bin/python3.12 && \
|
RUN alternatives --set python3 /usr/bin/python3.12 && \
|
||||||
curl --fail --silent --location https://bootstrap.pypa.io/get-pip.py --output get-pip.py && \
|
curl --fail --silent --location https://bootstrap.pypa.io/get-pip.py --output get-pip.py && \
|
||||||
python3 get-pip.py && \
|
python3 get-pip.py && \
|
||||||
pip install ansible-lint boto3
|
pip install ansible-lint boto3 passlib
|
||||||
|
|
||||||
# Create default ansible inventory file
|
# Create default ansible inventory file
|
||||||
RUN mkdir --parents /etc/ansible
|
RUN mkdir --parents /etc/ansible
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ RUN dnf update --assumeyes && \
|
|||||||
RUN ln --symbolic --force /usr/bin/python3.12 /usr/bin/python3 && \
|
RUN ln --symbolic --force /usr/bin/python3.12 /usr/bin/python3 && \
|
||||||
curl --fail --silent --location https://bootstrap.pypa.io/get-pip.py --output get-pip.py && \
|
curl --fail --silent --location https://bootstrap.pypa.io/get-pip.py --output get-pip.py && \
|
||||||
python3 get-pip.py && \
|
python3 get-pip.py && \
|
||||||
pip install ansible-lint boto3
|
pip install ansible-lint boto3 passlib
|
||||||
|
|
||||||
# Create default ansible inventory file
|
# Create default ansible inventory file
|
||||||
RUN mkdir --parents /etc/ansible
|
RUN mkdir --parents /etc/ansible
|
||||||
|
|||||||
Reference in New Issue
Block a user