shinesolutions / packer-aem

Adobe Experience Manager (AEM) machine images builder using Packer
Apache License 2.0
20 stars 20 forks source link

[RHEL7] Repo not found HTTPS Error 404 - Not Found #260

Closed mbloch1986 closed 2 years ago

mbloch1986 commented 2 years ago

Describe the bug When baking an RHEL7 AMI it is failing with the following error message:

==> aws: Provisioning with shell script: provisioners/bash/rhel7.sh
    aws: Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
    aws: https://rhui3.ap-southeast-2.aws.ce.redhat.com/pulp/content/rhui-client-config/rhel/server/7/x86_64/os/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
    aws: Trying other mirror.
    [...]
    aws: failure: repodata/repomd.xml from rhui-REGION-client-config-server-7: [Errno 256] No more mirrors to try.
    aws: https://rhui3.ap-southeast-2.aws.ce.redhat.com/pulp/content/rhui-client-config/rhel/server/7/x86_64/os/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found

To Reproduce Steps to reproduce the behavior:

  1. Start AMI baking for RHEL7

  2. Wait until it fails

  3. See error

Expected behavior AMI baking should pass

Screenshots

image

Environment (please complete the following information if relevant):

mbloch1986 commented 2 years ago

Error seems to be related only to the RHEL 7.6 AMI.

I don't encounter this error when I use the the RHEL 7.8 AMI RHEL-7.8_HVM_GA-20200225-x86_64-1-Hourly2-GP2 as base AMI. Closing this issue.