-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Adoptium Centos 6 docker build image in docker hub not updated since last 9 months #3211
Comments
Adoptopenjdk is no longer supported. The images you want are for Eclipse Temurin under the Adoptium project. |
@karianna OP is talking about the images we use for building which are created and stored within the adoptopenjdk repository.
|
@gdams As you are more familiar with GitHub actions than many of us, are you able to take a look at this? |
@gdams / @sxa I have a draft PR in #3263, which should work when a PR is merged to docker hub ( this doesn't happen from this process for Alpine, I believe that gets updated via the docker/multiarch process ).. For Centos6 However it does require authorisation to login to docker hub, and references the variables for these things, but don't believe these are defined. Any idea how/where we can define these to fix this process, or alternatively, I guess we could keep this action as a check, and move the CentOS6 docker image updater into the multiarch job with the others. Let me know what your thoughts are. Thanks! |
Previous logic did not work on push to master. |
Related: We're having issues pushing the riscv64 image too that was added under #3240 ... See slack thread |
This is still an issue, so continuing to investigate... the logic now works correctly on merge, however the credentials required appear to have changed...
|
Given that this will be added to the multiarch job as part of PR #3296, I propose to move the github action to not push to dockerhub, as the alpine one already doesn't push, aligning the centos 6 GHA to not push in addition, and effectively only run as a check seems like a good idea. |
Has this not been resolved as a result of the work done last night? |
I dont believe so ( though I will check ) the issue with pushing as part of a github action requires a change to the Github credentials... do you think we still need to push to dockerhub as part of the GHA ?, if so I think I'll need to log an EF infra call to have the credentials that are used by Github Actions updated. |
IMHO no (which is why we created the issue to move it ages ago) but others may disagree ... |
I've pinged @netomi to see if he can update the credentials stored in Github, I'll then pop a PR in to move this to just a simple check, but if the credentials can be updated, it should be simple to switch it back on should it be required. |
Yes. Updated last night by the |
https://ci.adoptium.net/job/centos7_docker_image_updater/420/console kicked off due to merging of #3296 |
The centos6 part of the job succeeded https://ci.adoptium.net/job/centos7_docker_image_updater/420/execution/node/244/log/ |
This can be closed now that the centos6 image can be updated with the automated user |
The Adoptium Centos 6 docker build image has not gotten the infrastructure updates for the last 9 months. Looks like something is broken.
https://hub.docker.com/r/adoptopenjdk/centos6_build_image
The text was updated successfully, but these errors were encountered: