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
really appreciate your dynamodblocal project.
It would be great if you tag your builds with a version and pust the docker image with this version additionally to pushing with the tag latest.
Every time you update the dockerhub I am downloading newer image for instructure/dynamo-local-admin:latest and I would like to have an unchanged image like instructure/dynamo-local-admin:v1.0.0
The text was updated successfully, but these errors were encountered:
If any of the above are updated, Docker Hub automatically rebuilds all tags for our dynamo-local-admin, regardless of whether we pushed changes to our layers or not. So even if we used versioned tags other than latest, those would also be frequently rebuilt with base image updates. These are the changes you're seeing right now since we actually don't update our own layers nearly as often as the official docker images do.
We want those updates as well, so even if we could turn them off, we wouldn't want to.
By the way, pulling down updated images isn't the default behavior of any Docker command line tools, so perhaps you have something in your own project that is explicitly pulling the latest image?
Hi Aaron,
really appreciate your dynamodblocal project.
It would be great if you tag your builds with a version and pust the docker image with this version additionally to pushing with the tag latest.
Every time you update the dockerhub I am downloading newer image for instructure/dynamo-local-admin:latest and I would like to have an unchanged image like instructure/dynamo-local-admin:v1.0.0
The text was updated successfully, but these errors were encountered: