innovationOUtside / tm351vm-binder

See if we can generate a Binder/repo2docker build of the TM351 VM
MIT License
7 stars 4 forks source link

Tag student released version #21

Open psychemedia opened 4 years ago

psychemedia commented 4 years ago

The tagging strategy is not great if we need to keep containers around for particular presentations; docker images are tagged with hashes but it would also be useful to be able to tag things:

There is also a build datetimestamp inside the container for keeping track of images. (I wonder if there's a way of getting the Github hash in there as well?)

The following manual command should pull the latest image built from a release of this repo at ousefuldemos/tm351-binderised:latest and tag and push it as a "release" container on another Dockerhub organisation: ousefulcoursecontainers/ou-tm351:current

docker pull ousefuldemos/tm351-binderised:latest && docker image tag ousefuldemos/tm351-binderised:latest ousefulcoursecontainers/ou-tm351:current && docker push ousefulcoursecontainers/ou-tm351:current