Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image fails to build due to Centos 8 appstream being removed #3

Open
bschonec opened this issue Feb 21, 2023 · 0 comments
Open

Comments

@bschonec
Copy link

bschonec commented Feb 21, 2023

Perhaps switch to Rocky Linux? See #4

nfiiseed@nfiv-schon-02d:~/puppet-parser-validate-action$ docker build .
Sending build context to Docker daemon  9.728kB
Step 1/13 : FROM centos:8
 ---> 5d0da3dc9764
Step 2/13 : LABEL name="puppet-parser-validate-action"
 ---> Using cache
 ---> bc3e0eaabdf1
Step 3/13 : LABEL repository="https://github.com/irasnyd/puppet-parser-validate-action"
 ---> Using cache
 ---> d63d7d4c7569
Step 4/13 : LABEL homepage="https://github.com/irasnyd/puppet-parser-validate-action"
 ---> Using cache
 ---> b68f30955fa2
Step 5/13 : LABEL "com.github.actions.name"="puppet-parser-validate-action"
 ---> Using cache
 ---> b8ab9f9950a3
Step 6/13 : LABEL "com.github.actions.description"="GitHub Action to run 'puppet parser validate' syntax check"
 ---> Using cache
 ---> 013ca3d9fb45
Step 7/13 : LABEL "com.github.actions.icon"="share-2"
 ---> Using cache
 ---> f18b3fbfe006
Step 8/13 : LABEL "com.github.actions.color"="orange"
 ---> Using cache
 ---> ca9fa9c9ad18
Step 9/13 : LABEL "maintainer"="Ira W. Snyder <https://github.com/irasnyd/>"
 ---> Using cache
 ---> 2e0c1320018e
Step 10/13 : RUN yum -y install http://yum.puppetlabs.com/puppet7/el/8/x86_64/puppet-agent-7.11.0-1.el8.x86_64.rpm
 ---> Running in 6d78e488dd89
CentOS Linux 8 - AppStream                      479  B/s |  38  B     00:00    
Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
The command '/bin/sh -c yum -y install http://yum.puppetlabs.com/puppet7/el/8/x86_64/puppet-agent-7.11.0-1.el8.x86_64.rpm' returned a non-zero code: 1
nfiiseed@nfiv-schon-02d:~/puppet-parser-validate-action$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant