hilbert / hilbert-docker-images

Application with a dynamic choice of docker containers to run
Apache License 2.0
22 stars 8 forks source link

Image versions vs Automated building via DockerHub #46

Closed malex984 closed 6 years ago

malex984 commented 7 years ago

Currently we have a hierarchy of images. e.g. git master -> :latest docker images.

It would be nice to have a parallel hierarchy of images for devel branch automatically... Unfortunately it seems to be impossible since automated building via DockerHub takes a static Dockerfile from any git branch and attaches some tag (depending on the git branch/tag) whereas we would need dynamic "FROM image:IMAGE_VERSION" (easy to do via a custom build system).

Solutions:

malex984 commented 7 years ago

See also old closed https://github.com/hilbert/hilbert-docker-images/issues/31

malex984 commented 6 years ago

@porst17 AFAICS it is currently supported and done. BUT settings (correspondence between git branches and images tags) for automated image building on DockerHub may require manual review/refresh (devel / latest / master / other versions or branches !?!)