Update docker images in Docker Hub

Requirements: Docker Hub account, member of the TASKANA organization (on Docker Hub)

All our docker images are available in Docker Hub. Our TASKANA organisation and its docker repositories can be found here: https://hub.docker.com/u/taskana/.

  • Login via docker login to authenticate against Docker Hub

  • After successfully creating an image you want to publish just perform a docker push taskana/<repository>:<tag> command. After completion your image will be available on Docker Hub