You've already forked ansible-docker
Compare commits
1 Commits
0.3.0
...
a658a0b2dd
| Author | SHA1 | Date | |
|---|---|---|---|
|
a658a0b2dd
|
@@ -12,7 +12,6 @@ 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 \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/rockylinux:8
|
FROM docker.io/library/rockylinux:9
|
||||||
|
|
||||||
RUN dnf update --assumeyes && \
|
RUN dnf update --assumeyes && \
|
||||||
dnf install --assumeyes bash-completion sudo && \
|
dnf install --assumeyes bash-completion sudo && \
|
||||||
@@ -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 passlib
|
pip install ansible-lint boto3
|
||||||
|
|
||||||
# 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 passlib
|
pip install ansible-lint boto3
|
||||||
|
|
||||||
# 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