blacklabelops-legacy / jenkins

Docker Jenkins Swarm-Ready with HTTPS
https://hub.docker.com/r/blacklabelops/jenkins/
MIT License
108 stars 36 forks source link

Tagging is cumbersome. #2

Closed blacklabelops closed 9 years ago

blacklabelops commented 9 years ago

Currently each release must be done manually.

All dependencies must be fixed throughout the project. (Container, installed software etc.)

Possible solution: Bash Release script for fixing versions.

Note: Also the volume must be tagged, in order to allow concurrent jenkins instances.

blacklabelops commented 9 years ago

Volume is specified as jenkins home and volume in docker container.

Concurrent jenkins instances are currently hindered by busybox. Script restoreConfiguration is dependent on fix directory structure. busybox has a limited tar version that does not support an alternative packaging.

blacklabelops commented 9 years ago

Will be implemented in another container, will be solved when I implement the gce-version with backup.