Strider-CD / docker-strider

Strider-CD Modular Docker Image
66 stars 28 forks source link

Request: Option to automatically push images after build #4

Closed dligthart closed 9 years ago

dligthart commented 9 years ago

Request: Option to automatically push images after build

Is it possible to use custom scripts "deploy" to run a push image or is it run simultaneously with the docker build ?

kfatehi commented 9 years ago

@dligthart this repo houses the Docker image source for Strider itself. From your comment I think you're referring to the Strider plugin that allows you to build Docker images, found here https://github.com/Strider-CD/strider-docker-build ? Yes you can use the custom scripts deploy phase to push, it just needs to be placed after the docker-build plugin. Ideally, though, the docker-build plugin would be modified to do everything. I'm closing the issue since I believe you meant to make it at https://github.com/Strider-CD/strider-docker-build -- there is also already an issue open about it https://github.com/Strider-CD/strider-docker-build/issues/2