NASA-IMPACT / pangeo-notebook-veda-image

Docker container based on pangeo-notebook used on VEDA JupyterHub
https://gallery.ecr.aws/nasa-veda/pangeo-notebook-veda-image
MIT License
0 stars 2 forks source link

Publish tagged versions of images #14

Closed batpad closed 2 weeks ago

batpad commented 1 month ago

For releasing images that we roll out onto the hubs, we should create tags and ideally, have the same tag reflected in the image tag.

This is important to be able to accurately revert to older images / keep better track of changes.

@sunu this would be nice to tackle sooner rather than later.

cc @wildintellect

sunu commented 1 month ago

This should be addressed by #17. Once that PR is merged, Docker images built and pushed from a git tag will automatically use the git tag name as their image tag.