docassemble icon indicating copy to clipboard operation
docassemble copied to clipboard

Docker image has not tags

Open drewfreyling opened this issue 4 years ago • 3 comments

It is generally recommended that you tag your docker images (see https://github.com/zegl/kube-score/blob/master/README_CHECKS.md for container-image-tag for an example linter that fails because of it). Are we able to get docker tags to match the release versions?

drewfreyling avatar Oct 11 '21 02:10 drewfreyling

If the image wasn't so large, I would do that, but it would take up way too much space to make past versions available for download. (Sometimes I publish multiple versions per day.) If you need a previous version, you can build it.

jhpyle avatar Oct 11 '21 12:10 jhpyle

I don't understand how tagging a docker image before pushing it to docker hub takes up space? I checked the pricing and I can't see any limitations there?

drewfreyling avatar Oct 12 '21 00:10 drewfreyling

I could tag the latest version with its version ID, but keeping past versions around when they take up 8GB each doesn't make sense.

jhpyle avatar Oct 12 '21 01:10 jhpyle