push
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 9m32s

This commit is contained in:
root
2024-07-15 17:10:06 +02:00
parent 9898dbefb1
commit 09d96bbdd5
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
ARG EE_BASE_IMAGE="quay.io/ansible/ansible-runner:stable-2.11-latest"
ARG EE_BASE_IMAGE="quay.io/centos/centos:stream9"
ARG PYCMD="/usr/bin/python3"
ARG PKGMGR_PRESERVE_CACHE=""
ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS="--pre"
@@ -17,6 +17,8 @@ ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS
ARG ANSIBLE_INSTALL_REFS
ARG PKGMGR
RUN /usr/bin/python3 -m ensurepip
RUN /usr/bin/python3 -m pip install --upgrade pip
RUN $PYCMD -m ensurepip
RUN $PYCMD -m pip install --no-cache-dir $ANSIBLE_INSTALL_REFS
COPY _build/scripts/ /output/scripts/

View File

@@ -29,12 +29,15 @@ dependencies:
images:
base_image:
name: quay.io/ansible/ansible-runner:stable-2.11-latest
name: quay.io/centos/centos:stream9
additional_build_files:
- src: ansible.cfg
dest: configs
additional_build_steps:
prepend_base:
- RUN /usr/bin/python3 -m ensurepip
- RUN /usr/bin/python3 -m pip install --upgrade pip
# prepend_galaxy: |
# RUN pip3 install --upgrade pip setuptools ansible ansible-runner
prepend_galaxy: