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

[BUG] CICD deploy has been failing on develop for the past 7 months #5450

Open
duncdrum opened this issue Sep 25, 2024 · 1 comment
Open
Assignees
Labels
ci issues related to continuous integration docker issues related to our container images github_actions Pull requests that update GitHub Actions code high prio

Comments

@duncdrum
Copy link
Contributor

https://github.com/eXist-db/exist/actions/runs/7955959388 was the first failing run.

We are attempting to push to ghcr.io , while the push should go to docker hub

@duncdrum duncdrum added high prio docker issues related to our container images ci issues related to continuous integration github_actions Pull requests that update GitHub Actions code labels Sep 25, 2024
@duncdrum duncdrum self-assigned this Sep 25, 2024
@duncdrum duncdrum moved this to Ready in v6.3.1 release Nov 1, 2024
duncdrum added a commit to duncdrum/exist that referenced this issue Nov 2, 2024
@duncdrum
Copy link
Contributor Author

duncdrum commented Nov 2, 2024

the problem is fabric8io/docker-maven-plugin#378 . Because we are pulling a base image from google container registry, the plugin now always attempts a push to the same registry. Leading to build failures with

[INFO] DOCKER> ERROR: failed to solve: failed to push gcr.io/existdb/existdb:7.0.0-SNAPSHOT-DEBUG: failed to authorize: failed to fetch oauth token: unexpected status from GET request to https://gcr.io/v2/token?scope=repository%3Aexistdb%2Fexistdb%3Apull%2Cpush&service=gcr.io: 401 Unauthorized
[INFO] DOCKER> 
[INFO] DOCKER> View build details: docker-desktop://dashboard/build/maven/maven0/34awtm6dnq13mfhssfz0qpx47
[ERROR] DOCKER> Error status (1) when building

duncdrum added a commit to duncdrum/exist that referenced this issue Nov 2, 2024
duncdrum added a commit to duncdrum/exist that referenced this issue Nov 12, 2024
see [BUG] CICD deploy has been failing on `develop` for the past 7 months eXist-db#5450
duncdrum added a commit to duncdrum/exist that referenced this issue Nov 12, 2024
see [BUG] CICD deploy has been failing on `develop` for the past 7 months eXist-db#5450
duncdrum added a commit to duncdrum/exist that referenced this issue Nov 12, 2024
see [BUG] CICD deploy has been failing on `develop` for the past 7 months eXist-db#5450
duncdrum added a commit to duncdrum/exist that referenced this issue Nov 12, 2024
duncdrum added a commit to duncdrum/exist that referenced this issue Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci issues related to continuous integration docker issues related to our container images github_actions Pull requests that update GitHub Actions code high prio
Projects
Status: In progress
Development

No branches or pull requests

1 participant