-
Notifications
You must be signed in to change notification settings - Fork 5
use docker manifest create inside beta push #34
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
Conversation
|
If it works, this command: |
|
Or we make the arm64 tag also multiarch, that should work guaranteed |
|
@szaimen what is your opinion? |
The PR looks good to me. Can you also do the same in the publish to latest workflow or did you want to do it in a follow-up? |
It won't work like this in the latest workflow, since manifest create works only with manifests and not manifest list currently (docker/cli#3994) |
Okay but I thought the goal was to retreive a |
|
we build images with the |
|
Ah I see. So it should work even without touchin the publish to latest workflow? |
|
I think yes |
|
Okay, thanks! We'll see then :) |
@Zoey2936 sorr for my fault. This change actually makes totally sense to be consistent. I misread the logic. Sorry for that! This reverts commit 044a7f7. Signed-off-by: Simon L <[email protected]>
|
seems to work |
|
Great 🎉 |
|
But another question, what if a person migrates their AIO instance from arm64 to amd64, while keeping the compose file which contains the latest-amr64 tag, what will happen to clamav, all other containers should work (now)? |
clamav should then be shown as available since the internal logic relies on the used architecture: |
|
but there is no nextcloud/aio-clamav:latest-arm64 image? or would it pull nextcloud/aio-clamav:latest? |
Ah right. You would need to switch to the correct tag in that case... |
|
But you would notice this since it would fail to download that tag of the clamav image since it doesnt exist. |
|
So the mastercontainer will throw errors? |
The mastercontainer will indeed throw errors.
I hope that if people should experience this will open a ticket about this and then we should be able to help them pretty easily. I don't think this should happen often since hopefully people use the correct tag on the server instead of re-using the old one. |
No description provided.