Hi everyone,
I’m facing a digest mismatch issue while pulling the ee-minimal-rhel8
image on Ansible Automation Platform 2.3. I am creating custom execution env for that i need this image.
Here’s the command I ran along with error
ansible-builder build --tag customized_sg:gold -v 3
Ansible Builder is building your execution environment image. Tags: customized_sg:gold
File context/_build/requirements.yml will be created.
File context/_build/requirements.txt will be created.
File context/_build/bindep.txt will be created.
Rewriting Containerfile to capture collection requirements
Running command:
podman build -f context/Containerfile -t customized_sg:gold context
[1/3] STEP 1/8: FROM registry.redhat.io/ansible-automation-platform-23/ee-minimal-rhel8:latest AS galaxy
Trying to pull registry.redhat.io/ansible-automation-platform-23/ee-minimal-rhel8:latest…
Error: creating build container: copying system image from manifest list: parsing image configuration: Download config.json digest sha256:52fa1151efaf4f9f11bdbc2a82446663c64f4ee9610dcbffc7fda026b4828dbe does not match expected sha256:daa84f42e9e69941f57b278fdae72dd9fd7582ad3db1b15277c3d5bb5b6f8390
I’ve tried:
- Logging in to
registry.redhat.io
usingpodman login
- Pulling the image with a specific digest using
skopeo inspect
- Clearing podman cache
Still getting the same error. Has anyone faced this issue or found a workaround?
Thanks in advance!