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

Image refresh for services #3344

Closed
1 task
github-actions bot opened this issue May 8, 2022 · 9 comments
Closed
1 task

Image refresh for services #3344

github-actions bot opened this issue May 8, 2022 · 9 comments

Comments

@github-actions
Copy link

github-actions bot commented May 8, 2022

Image refresh for services

  • FAIL: image-refresh services
@github-actions github-actions bot added the bot label May 8, 2022
@cockpituous cockpituous changed the title Image refresh for services WIP: 1-ci-srv-04: [no-test] Image refresh for services May 8, 2022
@cockpituous cockpituous changed the title Image refresh for services WIP: 1-ci-srv-03: [no-test] Image refresh for services May 8, 2022
@cockpituous
Copy link
Contributor

image-refresh in progress on 1-ci-srv-04.
Log: https://logs.cockpit-project.org/logs/image-refresh-3344-20220508-030404/

@cockpituous
Copy link
Contributor

image-refresh in progress on 1-ci-srv-03.
Log: https://logs.cockpit-project.org/logs/image-refresh-3344-20220508-030404/

@cockpituous
Copy link
Contributor

@cockpituous cockpituous changed the title WIP: 1-ci-srv-03: [no-test] Image refresh for services Image refresh for services May 8, 2022
@cockpituous
Copy link
Contributor

image-refresh in progress on 1-ci-srv-03.
Log: https://logs.cockpit-project.org/logs/image-refresh-3344-20220508-030606/

@cockpituous cockpituous changed the title Image refresh for services WIP: 1-ci-srv-03: [no-test] Image refresh for services May 8, 2022
@cockpituous
Copy link
Contributor

@cockpituous cockpituous changed the title WIP: 1-ci-srv-03: [no-test] Image refresh for services Image refresh for services May 8, 2022
@martinpitt
Copy link
Member

Error: initializing source docker://quay.io/bitnami/grafana:latest: reading manifest latest in quay.io/bitnami/grafana: unauthorized: access to the requested resource is not authorized

Ah, that's the same "bitnami images disappeared" issue that we already fixed in https://github.com/cockpit-project/cockpituous/pull/481recently. Just that we can't use the same fix -- we simply can't use docker.io images on our images due to the pull limits.

So we should look for another grafana image somewhere else. In the worst case we need to dig out our old "docker.io to quay.io" image sync workflow, but that's quite some overhead.

@allisonkarlitskaya
Copy link
Member

Can't we podman pull ... one time in the image creation and then add --pull=never to the /root/run-grafana script?

I can't imagine anyone gets upset about one pull every 2 weeks when we refresh the services image...

@martinpitt
Copy link
Member

We already don't talk to the internet during tests, this is just purely the image creation. It's less about upsetting anyone, it's just that the majority of our infra runs inside the RH VPN -- so eeeeveryone in RH has to share pretty much a single (or very few) pull request limit. We've had plenty of image refreshes fail on the request limit, which is why we had to move to quay.io so hastily back then. We can't go back, sorry.

@mvollmer
Copy link
Member

Superseded by #3388.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants