StackStorm/st2-dockerfiles

Publish new dev version of Docker images to Docker hub on each master merge / similar

Kami opened this issue · 1 comments

Kami commented

We should publish new development version of all the Docker images to Docker hub on each merge to StackStorm/st2 master or at least on a daily / weekly basis (similar to the unstable deb and rpm packages).

Right now, if I want to use latest bits from master, I need to build all those images myself and maintain them in my own registry which is not great.

A lot of other projects publish such images with dev / master / unstable tag or similar.

Kami commented

EDIT: It looks like we already do that - https://hub.docker.com/layers/stackstorm/st2workflowengine/3.4dev/images/sha256-6ec218292c98109e5fe1378ab3d4192ad96ad02ac02a9b8fb57c084d899a8bc5?context=explore.

I checked tags multiple times and looks like that for some reason I missed 3.4dev one :)