You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no tag is specified when pulling, the default tag is latest, so people using docker pull obolibrary/odkfull should still get the image tagged latest even if a more recent image with another tag (dev) is also available on the hub.
As for people using docker pull obolibrary/odkfull:latest, the tag is explicitly specified, so again, the mere presence of another and more recent image should not impact them.
I am thinking of running more regular dev builds. Can you perhaps create a make goal for me (publish-multiarch-dev) that will safely build a multiarch image and push only a dev tag? Not urgent but I think this will make a lot of stuff easier because I can role experimental features out quicker..
If I only push
obolibrary/odkfull:dev
tag to dockerhub, will people usingbe unaffected @gouttegd ?
The text was updated successfully, but these errors were encountered: