Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
openshift-virtualization-migration-ee-${{ matrix.aap_version }}/context/Containerfile
platforms: linux/amd64,linux/arm64
build-args: |
OCP_VERSION=4.21
REDHAT_ORG=${{ secrets.REDHAT_ORG }}
REDHAT_ACTIVATION_KEY=${{ secrets.REDHAT_ACTIVATION_KEY }}
ANSIBLE_GALAXY_SERVER_AUTOMATION_HUB_VALIDATED_TOKEN=${{ secrets.AH_TOKEN_VALIDATED }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ additional_build_steps:
- RUN $PYCMD -m pip install --upgrade pip setuptools

prepend_builder:
- ENV PKGMGR_OPTS "--nodocs --setopt install_weak_deps=0 --enablerepo=rhocp-4.21-for-rhel-9-*-rpms"
- ARG OCP_VERSION=4.21
- ENV PKGMGR_OPTS "--nodocs --setopt install_weak_deps=0 --enablerepo=rhocp-${OCP_VERSION}-for-rhel-9-*-rpms"

prepend_galaxy:
- ARG ANSIBLE_GALAXY_SERVER_AUTOMATION_HUB_VALIDATED_URL
Expand All @@ -41,7 +42,8 @@ additional_build_steps:
- ARG ANSIBLE_GALAXY_SERVER_LIST

prepend_final:
- ENV PKGMGR_OPTS "--nodocs --setopt install_weak_deps=0 --enablerepo=rhocp-4.21-for-rhel-9-*-rpms"
- ARG OCP_VERSION=4.21
- ENV PKGMGR_OPTS "--nodocs --setopt install_weak_deps=0 --enablerepo=rhocp-${OCP_VERSION}-for-rhel-9-*-rpms"

append_final:
- RUN ln -sf /usr/bin/python3.12 /usr/bin/python3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ additional_build_steps:
- RUN $PYCMD -m pip install --upgrade pip setuptools

prepend_builder:
- ENV PKGMGR_OPTS "--nodocs --setopt install_weak_deps=0 --enablerepo=rhocp-4.21-for-rhel-9-*-rpms"
- ARG OCP_VERSION=4.21
- ENV PKGMGR_OPTS "--nodocs --setopt install_weak_deps=0 --enablerepo=rhocp-${OCP_VERSION}-for-rhel-9-*-rpms"

prepend_galaxy:
- ARG ANSIBLE_GALAXY_SERVER_AUTOMATION_HUB_VALIDATED_URL
Expand All @@ -41,7 +42,8 @@ additional_build_steps:
- ARG ANSIBLE_GALAXY_SERVER_LIST

prepend_final:
- ENV PKGMGR_OPTS "--nodocs --setopt install_weak_deps=0 --enablerepo=rhocp-4.21-for-rhel-9-*-rpms"
- ARG OCP_VERSION=4.21
- ENV PKGMGR_OPTS "--nodocs --setopt install_weak_deps=0 --enablerepo=rhocp-${OCP_VERSION}-for-rhel-9-*-rpms"

append_final:
- RUN ln -sf /usr/bin/python3.12 /usr/bin/python3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ additional_build_steps:
- RUN $PYCMD -m pip install --upgrade pip setuptools

prepend_builder:
- ENV PKGMGR_OPTS "--nodocs --setopt install_weak_deps=0 --enablerepo=rhocp-4.21-for-rhel-9-*-rpms"
- ARG OCP_VERSION=4.21
- ENV PKGMGR_OPTS "--nodocs --setopt install_weak_deps=0 --enablerepo=rhocp-${OCP_VERSION}-for-rhel-9-*-rpms"

prepend_galaxy:
- ARG ANSIBLE_GALAXY_SERVER_AUTOMATION_HUB_VALIDATED_URL
Expand All @@ -41,7 +42,8 @@ additional_build_steps:
- ARG ANSIBLE_GALAXY_SERVER_LIST

prepend_final:
- ENV PKGMGR_OPTS "--nodocs --setopt install_weak_deps=0 --enablerepo=rhocp-4.21-for-rhel-9-*-rpms"
- ARG OCP_VERSION=4.21
- ENV PKGMGR_OPTS "--nodocs --setopt install_weak_deps=0 --enablerepo=rhocp-${OCP_VERSION}-for-rhel-9-*-rpms"

append_final:
- RUN ln -sf /usr/bin/python3.12 /usr/bin/python3
Expand Down
Loading