Skip to content

Commit

Permalink
WIP Use rhel9 image for aee
Browse files Browse the repository at this point in the history
The current image is a base fedora image that installs packages
using pip and prone to be broken with latest changes in packages.
  • Loading branch information
rabi committed Nov 11, 2024
1 parent 5389805 commit c59d106
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/openstack-ansibleee-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
run: |
echo "latesttag=${{ steps.branch-name.outputs.current_branch }}-latest" >> $GITHUB_ENV
- name: Log in to Red Hat Registry
uses: redhat-actions/podman-login@v1
with:
registry: registry.redhat.io
username: ${{ secrets.REDHATIO_USERNAME }}
password: ${{ secrets.REDHATIO_PASSWORD }}

- name: Buildah Action
id: build-openstack-ansibleee-runner
uses: redhat-actions/buildah-build@v2
Expand Down
2 changes: 1 addition & 1 deletion openstack_ansibleee/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/ansible/community-ansible-dev-tools:v24.10.0 as builder
FROM registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9:1.0 as builder

ARG REMOTE_SOURCE=.
ARG REMOTE_SOURCE_DIR=/var/tmp/edpm-ansible
Expand Down

0 comments on commit c59d106

Please sign in to comment.