mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 22:25:40 +03:00
Atlassian Bitbucket
This commit is contained in:
parent
24432849bb
commit
3da6e127a6
48
CHANGELOG.md
48
CHANGELOG.md
@ -1,32 +1,34 @@
|
||||
# Changelog
|
||||
## 2024
|
||||
* `dec`
|
||||
* migrated `qbittorrent` images to new baseline
|
||||
* fixed `perforce` iamges and migrated to new baseline
|
||||
* updated `Atlassian Images`:
|
||||
* Migrated to new baseline all `Jira` iamges
|
||||
* Updated to new versions of `Jira`
|
||||
* fixed `perforce` images
|
||||
* new baseline:
|
||||
* `qbittorrent`, `perforce`, `Atlassian Jira`, `Atlassian Bitbucket`
|
||||
* updated `Atlassian Images`:
|
||||
* fixed old and added new versions of `Jira`
|
||||
* fixed old and added new versions of `Bitbucket`
|
||||
|
||||
* `sep`, `oct`, `nov`
|
||||
* fixed some bugs in `Makefile`
|
||||
* fixed `Dockerfile` bugs
|
||||
* added `Nextcloud` version `30` in `tag`.
|
||||
* fixed some bugs in `Makefile`
|
||||
* fixed `Dockerfile` bugs
|
||||
* added `Nextcloud` version `30` in `tag`.
|
||||
|
||||
* `aug`
|
||||
* `sentry` and `redash` was set to `experimental` status bacause `ci` is not stable yet.
|
||||
* reworked `teamcity:server` image.
|
||||
* reworked `vscode` image.
|
||||
* updated `monerod` and `p2pool` images to latest versions.
|
||||
* updated `nodejs` and `jdk` images to latest versions.
|
||||
* added extended `nodejs` and `jdk` base images support.
|
||||
* added `dotnet` base images support.
|
||||
* added `13-trixie` and `sid` - `Debian` base images support.
|
||||
* fixed `Makefile`+ gha
|
||||
* added support of `zabbix` version `7.0` + gha
|
||||
* dropped `Astra CE\SE` due potencial license issues. Sorry.
|
||||
* dropped `kaniko` local script instead of `pip` verion.
|
||||
* added `Support Document for Docker Image Concepts in Project` document.
|
||||
* backported new `CVE-fixed` versions of `atlassian` images.
|
||||
* `WIP`: reworking by new concept of base images and creating new `nginx 1.27.0` with static build.
|
||||
* `sentry` and `redash` was set to `experimental` status bacause `ci` is not stable yet.
|
||||
* reworked `teamcity:server` image.
|
||||
* reworked `vscode` image.
|
||||
* updated `monerod` and `p2pool` images to latest versions.
|
||||
* updated `nodejs` and `jdk` images to latest versions.
|
||||
* added extended `nodejs` and `jdk` base images support.
|
||||
* added `dotnet` base images support.
|
||||
* added `13-trixie` and `sid` - `Debian` base images support.
|
||||
* fixed `Makefile`+ gha
|
||||
* added support of `zabbix` version `7.0` + gha
|
||||
* dropped `Astra CE\SE` due potencial license issues. Sorry.
|
||||
* dropped `kaniko` local script instead of `pip` verion.
|
||||
* added `Support Document for Docker Image Concepts in Project` document.
|
||||
* backported new `CVE-fixed` versions of `atlassian` images.
|
||||
* `WIP`: reworking by new concept of base images and creating new `nginx 1.27.0` with static build.
|
||||
* `july`
|
||||
* Start migration from `Odrey's` repos due to author's rot.
|
||||
* [@oerdnj](https://github.com/oerdnj) go to hell, [xenophobe](https://github.com/oerdnj/deb.sury.org/issues/2155)! :fu:
|
||||
|
492
Makefile
492
Makefile
@ -1201,7 +1201,6 @@ ecosystem-perforce-proxy-images:
|
||||
cd `pwd`/linuxecosystem/perforce/p4p/r23.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linuxecosystem/perforce/p4p/r24.2 && pwd && make build && make deploy
|
||||
|
||||
|
||||
ecosystem-bitbucket-1-images:
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/1/1.0.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/1/1.1.2 && pwd && make build && make deploy
|
||||
@ -1209,7 +1208,6 @@ ecosystem-bitbucket-1-images:
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/1/1.2.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/1/1.3.1 && pwd && make build && make deploy
|
||||
|
||||
|
||||
ecosystem-bitbucket-2-images:
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/2/2.0.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/2/2.1.2 && pwd && make build && make deploy
|
||||
@ -1364,6 +1362,492 @@ ecosystem-bitbucket-4-images:
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/4/4.14.11 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/4/4.14.12 && pwd && make build && make deploy
|
||||
|
||||
ecosystem-bitbucket-5-images:
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.0.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.0.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.0.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.0.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.0.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.0.8 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.0.9 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.0.10 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.1.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.1.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.1.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.1.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.1.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.1.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.1.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.1.8 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.1.9 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.2.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.2.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.2.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.2.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.2.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.2.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.2.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.2.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.2.8 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.3.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.3.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.3.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.3.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.3.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.3.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.3.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.3.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.4.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.4.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.4.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.4.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.4.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.4.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.4.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.4.8 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.4.9 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.5.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.5.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.5.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.5.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.5.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.5.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.5.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.5.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.5.8 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.5.9 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.6.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.6.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.6.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.6.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.6.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.6.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.7.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.7.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.7.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.7.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.7.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.8.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.8.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.8.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.8.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.8.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.9.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.9.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.9.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.10.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.10.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.10.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.10.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.10.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.11.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.11.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.11.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.11.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.12.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.12.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.12.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.12.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.12.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.13.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.13.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.13.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.13.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.13.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.13.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.14.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.14.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.14.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.14.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.14.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.15.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.15.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.15.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.15.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.16.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.16.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.16.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.16.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.16.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.16.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.16.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.16.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.16.8 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.16.9 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.16.10 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/5/5.16.11 && pwd && make build && make deploy
|
||||
|
||||
ecosystem-bitbucket-6-images:
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.0.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.0.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.0.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.0.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.0.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.0.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.0.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.0.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.0.9 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.0.10 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.0.11 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.1.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.1.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.1.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.1.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.1.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.1.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.1.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.1.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.1.8 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.1.9 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.2.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.2.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.2.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.2.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.2.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.2.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.2.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.2.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.3.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.3.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.3.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.3.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.3.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.3.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.3.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.4.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.4.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.4.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.4.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.4.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.5.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.5.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.5.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.6.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.6.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.6.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.6.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.6.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.7.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.7.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.7.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.7.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.7.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.7.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.8.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.8.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.8.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.8.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.8.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.9.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.9.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.9.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.9.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.8 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.9 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.10 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.11 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.12 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.13 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.14 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.15 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.16 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/6/6.10.17 && pwd && make build && make deploy
|
||||
|
||||
ecosystem-bitbucket-7-images:
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.0.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.0.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.0.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.0.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.0.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.0.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.1.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.1.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.1.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.1.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.1.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.2.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.2.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.2.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.2.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.2.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.2.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.2.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.3.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.3.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.3.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.4.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.4.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.4.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.5.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.5.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.5.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.8 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.9 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.10 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.11 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.12 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.13 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.14 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.15 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.16 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.17 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.19 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.20 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.21 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.22 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.6.23 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.7.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.7.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.8.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.8.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.9.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.9.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.10.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.10.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.11.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.11.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.12.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.12.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.13.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.13.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.14.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.14.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.14.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.15.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.15.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.15.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.15.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.16.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.16.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.16.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.16.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.8 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.9 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.10 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.11 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.12 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.13 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.14 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.15 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.16 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.17 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.18 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.19 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.20 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.17.21 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.18.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.18.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.18.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.18.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.18.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.19.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.19.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.19.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.19.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.20.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.20.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.20.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.20.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.8 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.9 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.10 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.11 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.12 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.13 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.14 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.15 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.16 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.17 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.18 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.19 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.20 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.21 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.22 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/7/7.21.23 && pwd && make build && make deploy
|
||||
|
||||
ecosystem-bitbucket-8-images:
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.0.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.0.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.0.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.0.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.0.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.0.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.1.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.1.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.1.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.1.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.1.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.1.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.2.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.2.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.2.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.2.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.2.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.3.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.3.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.3.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.3.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.3.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.4.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.4.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.4.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.4.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.4.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.5.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.5.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.5.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.5.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.5.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.6.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.6.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.6.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.6.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.6.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.7.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.7.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.7.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.7.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.7.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.7.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.8.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.8.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.8.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.8.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.8.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.8.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.8.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.8.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.8 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.9 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.10 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.11 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.12 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.13 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.14 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.15 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.16 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.17 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.18 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.19 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.20 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.21 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.9.22 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.10.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.10.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.10.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.10.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.10.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.10.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.10.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.11.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.11.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.11.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.11.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.11.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.11.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.11.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.12.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.12.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.12.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.12.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.12.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.12.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.12.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.13.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.13.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.13.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.13.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.13.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.13.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.13.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.14.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.14.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.14.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.14.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.14.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.14.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.14.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.15.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.15.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.15.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.15.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.15.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.15.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.16.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.16.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.16.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.16.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.16.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.17.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.17.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.17.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.18.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.18.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.3 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.4 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.5 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.6 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.7 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.8 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.9 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.10 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.11 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.12 && pwd && make build && make deploy
|
||||
|
||||
ecosystem-bitbucket-9-images:
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.0.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.0.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.1.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.1.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.2.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.2.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.3.0 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.3.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.3.2 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.4.0 && pwd && make build && make deploy
|
||||
|
||||
ecosystem-jira-4-images:
|
||||
cd `pwd`/linux/ecosystem/atlassian/jira/4/4.1.1 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/jira/4/4.1.2 && pwd && make build && make deploy
|
||||
@ -1852,7 +2336,7 @@ bundle-jira:
|
||||
make ecosystem-jira-7-images
|
||||
make ecosystem-jira-8-images
|
||||
make ecosystem-jira-9-images
|
||||
make ecosystem-jira-10images
|
||||
make ecosystem-jira-10-images
|
||||
|
||||
bundle-atlassian-latest:
|
||||
@echo "=============================================="
|
||||
@ -1866,11 +2350,11 @@ bundle-atlassian-latest:
|
||||
cd `pwd`/linux/ecosystem/atlassian/fisheye-crucible/latest && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/atlassian/jira/latest && pwd && make build && make deploy
|
||||
|
||||
|
||||
bundle-atlassian:
|
||||
@echo "======================================="
|
||||
@echo "===== Building Atlassian images ====="
|
||||
@echo "======================================="
|
||||
make bundle-bitbucket
|
||||
make bundle-jira
|
||||
|
||||
bundle-web:
|
||||
|
@ -1,16 +0,0 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,32 +0,0 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk8:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk8"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk11:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk11"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.jdk11
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk17:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk17"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.jdk17
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,24 +0,0 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk8:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk8"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk11:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk11"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.jdk11
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,16 +0,0 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk8:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk8"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -17,21 +17,21 @@
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "template.stash.1.env.j2"
|
||||
src: "env/template.stash.1-3.env.j2"
|
||||
dest: "{{ target_directory_bitbucket_1 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
copy:
|
||||
src: "docker-compose.jdk7.yml"
|
||||
template:
|
||||
src: "docker-compose/template.docker-compose.jdk7.yml.j2"
|
||||
dest: "{{ target_directory_bitbucket_1 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile from template to each version directory
|
||||
copy:
|
||||
src: "Dockerfile.legacy.jdk7"
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.legacy.jdk7.j2"
|
||||
dest: "{{ target_directory_bitbucket_1 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
@ -17,21 +17,21 @@
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "template.stash.2.env.j2"
|
||||
src: "env/template.stash.1-3.env.j2"
|
||||
dest: "{{ target_directory_bitbucket_2 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
copy:
|
||||
src: "docker-compose.jdk7.yml"
|
||||
template:
|
||||
src: "docker-compose/template.docker-compose.jdk7.yml.j2"
|
||||
dest: "{{ target_directory_bitbucket_2 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile from template to each version directory
|
||||
copy:
|
||||
src: "Dockerfile.legacy.jdk7"
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.legacy.jdk7.j2"
|
||||
dest: "{{ target_directory_bitbucket_2 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
@ -17,21 +17,21 @@
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "template.stash.3.env.j2"
|
||||
src: "env/template.stash.1-3.env.j2"
|
||||
dest: "{{ target_directory_bitbucket_3 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
copy:
|
||||
src: "docker-compose.jdk8.yml"
|
||||
template:
|
||||
src: "docker-compose/template.docker-compose.jdk8.yml.j2"
|
||||
dest: "{{ target_directory_bitbucket_3 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile from template to each version directory
|
||||
copy:
|
||||
src: "Dockerfile.legacy.jdk8"
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.legacy.jdk8.j2"
|
||||
dest: "{{ target_directory_bitbucket_3 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
@ -17,21 +17,21 @@
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "template.bitbucket.4.env.j2"
|
||||
src: "env/template.bitbucket.4-9.env.j2"
|
||||
dest: "{{ target_directory_bitbucket_4 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
copy:
|
||||
src: "docker-compose.jdk8.yml"
|
||||
template:
|
||||
src: "docker-compose/template.docker-compose.jdk8.yml.j2"
|
||||
dest: "{{ target_directory_bitbucket_4 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile from template to each version directory
|
||||
copy:
|
||||
src: "Dockerfile.legacy.jdk8"
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk8.j2"
|
||||
dest: "{{ target_directory_bitbucket_4 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
@ -0,0 +1,52 @@
|
||||
- name: Read versions from file
|
||||
slurp:
|
||||
src: "roles/common/files/versions/bitbucket/5.jdk8.txt"
|
||||
register: version_output
|
||||
|
||||
- name: Set version variable
|
||||
set_fact:
|
||||
bitbucket_versions: "{{ version_output['content'] | b64decode | trim | split('\n') }}"
|
||||
|
||||
- name: Create directories for Bitbucket versions
|
||||
file:
|
||||
path: "{{ target_directory_bitbucket_5 }}/{{ item }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "env/template.bitbucket.4-9.env.j2"
|
||||
dest: "{{ target_directory_bitbucket_5 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
template:
|
||||
src: "docker-compose/template.docker-compose.jdk8.yml.j2"
|
||||
dest: "{{ target_directory_bitbucket_5 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile from template to each version directory
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk8.j2"
|
||||
dest: "{{ target_directory_bitbucket_5 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy entrypoint.sh from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "entrypoint.sh"
|
||||
dest: "{{ target_directory_bitbucket_5 }}/{{ item }}/entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Makefile from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "Makefile"
|
||||
dest: "{{ target_directory_bitbucket_5 }}/{{ item }}/Makefile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
@ -0,0 +1,59 @@
|
||||
- name: Read versions from file
|
||||
slurp:
|
||||
src: "roles/common/files/versions/bitbucket/6.jdk8-11.txt"
|
||||
register: version_output
|
||||
|
||||
- name: Set version variable
|
||||
set_fact:
|
||||
bitbucket_versions: "{{ version_output['content'] | b64decode | trim | split('\n') }}"
|
||||
|
||||
- name: Create directories for Bitbucket versions
|
||||
file:
|
||||
path: "{{ target_directory_bitbucket_6 }}/{{ item }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "env/template.bitbucket.4-9.env.j2"
|
||||
dest: "{{ target_directory_bitbucket_6 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
template:
|
||||
src: "docker-compose/template.docker-compose.jdk8-11.yml.j2"
|
||||
dest: "{{ target_directory_bitbucket_6 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile from template to each version directory
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk8.j2"
|
||||
dest: "{{ target_directory_bitbucket_6 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile.jdk11 from template to each version directory
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk11.j2"
|
||||
dest: "{{ target_directory_bitbucket_6 }}/{{ item }}/Dockerfile.jdk11"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy entrypoint.sh from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "entrypoint.sh"
|
||||
dest: "{{ target_directory_bitbucket_6 }}/{{ item }}/entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Makefile from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "Makefile"
|
||||
dest: "{{ target_directory_bitbucket_6 }}/{{ item }}/Makefile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
@ -0,0 +1,59 @@
|
||||
- name: Read versions from file
|
||||
slurp:
|
||||
src: "roles/common/files/versions/bitbucket/7.jdk8-11.txt"
|
||||
register: version_output
|
||||
|
||||
- name: Set version variable
|
||||
set_fact:
|
||||
bitbucket_versions: "{{ version_output['content'] | b64decode | trim | split('\n') }}"
|
||||
|
||||
- name: Create directories for Bitbucket versions
|
||||
file:
|
||||
path: "{{ target_directory_bitbucket_7 }}/{{ item }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "env/template.bitbucket.4-9.env.j2"
|
||||
dest: "{{ target_directory_bitbucket_7 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
template:
|
||||
src: "docker-compose/template.docker-compose.jdk8-11.yml.j2"
|
||||
dest: "{{ target_directory_bitbucket_7 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile from template to each version directory
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk8.j2"
|
||||
dest: "{{ target_directory_bitbucket_7 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile.jdk11 from template to each version directory
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk11.j2"
|
||||
dest: "{{ target_directory_bitbucket_7 }}/{{ item }}/Dockerfile.jdk11"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy entrypoint.sh from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "entrypoint.sh"
|
||||
dest: "{{ target_directory_bitbucket_7 }}/{{ item }}/entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Makefile from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "Makefile"
|
||||
dest: "{{ target_directory_bitbucket_7 }}/{{ item }}/Makefile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
@ -0,0 +1,52 @@
|
||||
- name: Read versions from file
|
||||
slurp:
|
||||
src: "roles/common/files/versions/bitbucket/8.jdk17.txt"
|
||||
register: version_output
|
||||
|
||||
- name: Set version variable
|
||||
set_fact:
|
||||
bitbucket_versions: "{{ version_output['content'] | b64decode | trim | split('\n') }}"
|
||||
|
||||
- name: Create directories for Bitbucket versions
|
||||
file:
|
||||
path: "{{ target_directory_bitbucket_8 }}/{{ item }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "env/template.bitbucket.4-9.env.j2"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
template:
|
||||
src: "docker-compose/template.docker-compose.jdk17.yml.j2"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile.jdk17 from template to each version directory
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk17.j2"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy entrypoint.sh from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "entrypoint.sh"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Makefile from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "Makefile"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/Makefile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
@ -0,0 +1,66 @@
|
||||
- name: Read versions from file
|
||||
slurp:
|
||||
src: "roles/common/files/versions/bitbucket/8.jdk8-11-17.txt"
|
||||
register: version_output
|
||||
|
||||
- name: Set version variable
|
||||
set_fact:
|
||||
bitbucket_versions: "{{ version_output['content'] | b64decode | trim | split('\n') }}"
|
||||
|
||||
- name: Create directories for Bitbucket versions
|
||||
file:
|
||||
path: "{{ target_directory_bitbucket_8 }}/{{ item }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "env/template.bitbucket.4-9.env.j2"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
template:
|
||||
src: "docker-compose/template.docker-compose.jdk8-11-17.yml.j2"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile from template to each version directory
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk8.j2"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile.jdk11 from template to each version directory
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk11.j2"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/Dockerfile.jdk11"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile.jdk17 from template to each version directory
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk17.j2"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/Dockerfile.jdk17"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy entrypoint.sh from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "entrypoint.sh"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Makefile from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "Makefile"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/Makefile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
@ -0,0 +1,59 @@
|
||||
- name: Read versions from file
|
||||
slurp:
|
||||
src: "roles/common/files/versions/bitbucket/8.jdk8-11.txt"
|
||||
register: version_output
|
||||
|
||||
- name: Set version variable
|
||||
set_fact:
|
||||
bitbucket_versions: "{{ version_output['content'] | b64decode | trim | split('\n') }}"
|
||||
|
||||
- name: Create directories for Bitbucket versions
|
||||
file:
|
||||
path: "{{ target_directory_bitbucket_8 }}/{{ item }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "env/template.bitbucket.4-9.env.j2"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
template:
|
||||
src: "docker-compose/template.docker-compose.jdk8-11.yml.j2"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile from template to each version directory
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk8.j2"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile.jdk11 from template to each version directory
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk11.j2"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/Dockerfile.jdk11"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy entrypoint.sh from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "entrypoint.sh"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Makefile from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "Makefile"
|
||||
dest: "{{ target_directory_bitbucket_8 }}/{{ item }}/Makefile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
@ -0,0 +1,59 @@
|
||||
- name: Read versions from file
|
||||
slurp:
|
||||
src: "roles/common/files/versions/bitbucket/9.jdk17-21.txt"
|
||||
register: version_output
|
||||
|
||||
- name: Set version variable
|
||||
set_fact:
|
||||
bitbucket_versions: "{{ version_output['content'] | b64decode | trim | split('\n') }}"
|
||||
|
||||
- name: Create directories for Bitbucket versions
|
||||
file:
|
||||
path: "{{ target_directory_bitbucket_9 }}/{{ item }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "env/template.bitbucket.4-9.env.j2"
|
||||
dest: "{{ target_directory_bitbucket_9 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
template:
|
||||
src: "docker-compose/template.docker-compose.jdk17-21.yml.j2"
|
||||
dest: "{{ target_directory_bitbucket_9 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile from template to each version directory
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk17.j2"
|
||||
dest: "{{ target_directory_bitbucket_9 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile.jdk21 from template to each version directory
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk21.j2"
|
||||
dest: "{{ target_directory_bitbucket_9 }}/{{ item }}/Dockerfile.jdk21"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy entrypoint.sh from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "entrypoint.sh"
|
||||
dest: "{{ target_directory_bitbucket_9 }}/{{ item }}/entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Makefile from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "Makefile"
|
||||
dest: "{{ target_directory_bitbucket_9 }}/{{ item }}/Makefile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
@ -0,0 +1,52 @@
|
||||
- name: Read versions from file
|
||||
slurp:
|
||||
src: "roles/common/files/versions/bitbucket/9.jdk17.txt"
|
||||
register: version_output
|
||||
|
||||
- name: Set version variable
|
||||
set_fact:
|
||||
bitbucket_versions: "{{ version_output['content'] | b64decode | trim | split('\n') }}"
|
||||
|
||||
- name: Create directories for Bitbucket versions
|
||||
file:
|
||||
path: "{{ target_directory_bitbucket_9 }}/{{ item }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "env/template.bitbucket.4-9.env.j2"
|
||||
dest: "{{ target_directory_bitbucket_9 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
template:
|
||||
src: "docker-compose/template.docker-compose.jdk17.yml.j2"
|
||||
dest: "{{ target_directory_bitbucket_9 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Dockerfile.jdk17 from template to each version directory
|
||||
template:
|
||||
src: "dockerfile/template.Dockerfile.jdk17.j2"
|
||||
dest: "{{ target_directory_bitbucket_9 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy entrypoint.sh from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "entrypoint.sh"
|
||||
dest: "{{ target_directory_bitbucket_9 }}/{{ item }}/entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
||||
|
||||
- name: Copy Makefile from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "Makefile"
|
||||
dest: "{{ target_directory_bitbucket_9 }}/{{ item }}/Makefile"
|
||||
force: true
|
||||
with_items: "{{ bitbucket_versions }}"
|
@ -1,58 +0,0 @@
|
||||
- name: Read versions from file
|
||||
slurp:
|
||||
src: "roles/common/files/versions/jira/8.jdk8-11.txt"
|
||||
register: version_output
|
||||
|
||||
- name: Set version variable
|
||||
set_fact:
|
||||
jira_versions: "{{ version_output['content'] | b64decode | trim | split('\n') }}"
|
||||
|
||||
- name: Create directories for Jira versions
|
||||
file:
|
||||
path: "{{ target_directory_jira_8 }}/{{ item }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "template.env.j2"
|
||||
dest: "{{ target_directory_jira_8 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
copy:
|
||||
src: "docker-compose.yml"
|
||||
dest: "{{ target_directory_jira_8 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy Dockerfile from template to each version directory
|
||||
copy:
|
||||
src: "Dockerfile.jdk8"
|
||||
dest: "{{ target_directory_jira_8 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy Dockerfile.jdk11 from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "Dockerfile.jdk11"
|
||||
dest: "{{ target_directory_jira_8 }}/{{ item }}/Dockerfile.jdk11"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy entrypoint.sh from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "entrypoint.sh"
|
||||
dest: "{{ target_directory_jira_8 }}/{{ item }}/entrypoint.sh"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy Makefile from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "Makefile"
|
||||
dest: "{{ target_directory_jira_8 }}/{{ item }}/Makefile"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
@ -1,51 +0,0 @@
|
||||
- name: Read versions from file
|
||||
slurp:
|
||||
src: "roles/common/files/versions/jira/8.jdk8.txt"
|
||||
register: version_output
|
||||
|
||||
- name: Set version variable
|
||||
set_fact:
|
||||
jira_versions: "{{ version_output['content'] | b64decode | trim | split('\n') }}"
|
||||
|
||||
- name: Create directories for Jira versions
|
||||
file:
|
||||
path: "{{ target_directory_jira_8 }}/{{ item }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "template.env.j2"
|
||||
dest: "{{ target_directory_jira_8 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
copy:
|
||||
src: "docker-compose.yml"
|
||||
dest: "{{ target_directory_jira_8 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy Dockerfile from template to each version directory
|
||||
copy:
|
||||
src: "Dockerfile.jdk8"
|
||||
dest: "{{ target_directory_jira_8 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy entrypoint.sh from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "entrypoint.sh"
|
||||
dest: "{{ target_directory_jira_8 }}/{{ item }}/entrypoint.sh"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy Makefile from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "Makefile"
|
||||
dest: "{{ target_directory_jira_8 }}/{{ item }}/Makefile"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
@ -1,65 +0,0 @@
|
||||
- name: Read versions from file
|
||||
slurp:
|
||||
src: "roles/common/files/versions/jira/9.jdk8-11-17.txt"
|
||||
register: version_output
|
||||
|
||||
- name: Set version variable
|
||||
set_fact:
|
||||
jira_versions: "{{ version_output['content'] | b64decode | trim | split('\n') }}"
|
||||
|
||||
- name: Create directories for Jira versions
|
||||
file:
|
||||
path: "{{ target_directory_jira_9 }}/{{ item }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy .env with link from template to each version directory
|
||||
template:
|
||||
src: "template.env.j2"
|
||||
dest: "{{ target_directory_jira_9 }}/{{ item }}/.env"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy docker-compose.yml from template to each version directory
|
||||
copy:
|
||||
src: "docker-compose.jdk8-11-17.yml"
|
||||
dest: "{{ target_directory_jira_9 }}/{{ item }}/docker-compose.yml"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy Dockerfile from template to each version directory
|
||||
copy:
|
||||
src: "Dockerfile.jdk8"
|
||||
dest: "{{ target_directory_jira_9 }}/{{ item }}/Dockerfile"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy Dockerfile.jdk11 from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "Dockerfile.jdk11"
|
||||
dest: "{{ target_directory_jira_9 }}/{{ item }}/Dockerfile.jdk11"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy Dockerfile.jdk17 from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "Dockerfile.jdk17"
|
||||
dest: "{{ target_directory_jira_9 }}/{{ item }}/Dockerfile.jdk17"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy entrypoint.sh from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "entrypoint.sh"
|
||||
dest: "{{ target_directory_jira_9 }}/{{ item }}/entrypoint.sh"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
||||
|
||||
- name: Copy Makefile from 'files' directory to each version directory
|
||||
copy:
|
||||
src: "Makefile"
|
||||
dest: "{{ target_directory_jira_9 }}/{{ item }}/Makefile"
|
||||
force: true
|
||||
with_items: "{{ jira_versions }}"
|
@ -1,11 +1,35 @@
|
||||
#- name: "Generate images for Stash (Bitbucket) 1 (jdk7)"
|
||||
# import_tasks: atlassian.bitbucket.1.jdk7.yml
|
||||
- name: "Generate images for Stash (Bitbucket) 1 (jdk7)"
|
||||
import_tasks: atlassian.bitbucket.1.jdk7.yml
|
||||
|
||||
#- name: "Generate images for Stash (Bitbucket) 2 (jdk7)"
|
||||
# import_tasks: atlassian.bitbucket.2.jdk7.yml
|
||||
- name: "Generate images for Stash (Bitbucket) 2 (jdk7)"
|
||||
import_tasks: atlassian.bitbucket.2.jdk7.yml
|
||||
|
||||
#- name: "Generate images for Stash (Bitbucket) 3 (jdk8)"
|
||||
# import_tasks: atlassian.bitbucket.3.jdk8.yml
|
||||
- name: "Generate images for Stash (Bitbucket) 3 (jdk8)"
|
||||
import_tasks: atlassian.bitbucket.3.jdk8.yml
|
||||
|
||||
- name: "Generate images for Bitbucket 4 (jdk8)"
|
||||
import_tasks: atlassian.bitbucket.4.jdk8.yml
|
||||
|
||||
- name: "Generate images for Bitbucket 5 (jdk8)"
|
||||
import_tasks: atlassian.bitbucket.5.jdk8.yml
|
||||
|
||||
- name: "Generate images for Bitbucket 6 (jdk8 + jdk11)"
|
||||
import_tasks: atlassian.bitbucket.6.jdk8-11.yml
|
||||
|
||||
- name: "Generate images for Bitbucket 7 (jdk8 + jdk11)"
|
||||
import_tasks: atlassian.bitbucket.7.jdk8-11.yml
|
||||
|
||||
- name: "Generate images for Bitbucket 8 (jdk8 + jdk11)"
|
||||
import_tasks: atlassian.bitbucket.8.jdk8-11.yml
|
||||
|
||||
- name: "Generate images for Bitbucket 8 (jdk8 + jdk11 + jdk17)"
|
||||
import_tasks: atlassian.bitbucket.8.jdk8-11-17.yml
|
||||
|
||||
- name: "Generate images for Bitbucket 8 (jdk17)"
|
||||
import_tasks: atlassian.bitbucket.8.jdk17.yml
|
||||
|
||||
- name: "Generate images for Bitbucket 9 (jdk17)"
|
||||
import_tasks: atlassian.bitbucket.9.jdk17.yml
|
||||
|
||||
- name: "Generate images for Bitbucket 9 (jdk17 + jdk21)"
|
||||
import_tasks: atlassian.bitbucket.9.jdk17-21.yml
|
||||
|
@ -0,0 +1,15 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:{{ item }}"
|
||||
build:
|
||||
context: .
|
||||
app-jdk17:
|
||||
image: "epicmorg/bitbucket:{{ item }}-jdk17"
|
||||
build:
|
||||
context: .
|
||||
app-jdk21:
|
||||
image: "epicmorg/bitbucket:{{ item }}-jdk21"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.jdk21
|
@ -0,0 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:{{ item }}"
|
||||
build:
|
||||
context: .
|
||||
app-jdk17:
|
||||
image: "epicmorg/bitbucket:{{ item }}-jdk17"
|
||||
build:
|
||||
context: .
|
@ -0,0 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:{{ item }}"
|
||||
build:
|
||||
context: .
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:{{ item }}-jdk7"
|
||||
build:
|
||||
context: .
|
@ -0,0 +1,19 @@
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:{{ item }}"
|
||||
build:
|
||||
context: .
|
||||
app-jdk8:
|
||||
image: "epicmorg/bitbucket:{{ item }}-jdk8"
|
||||
build:
|
||||
context: .
|
||||
app-jdk11:
|
||||
image: "epicmorg/bitbucket:{{ item }}-jdk11"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.jdk11
|
||||
app-jdk17:
|
||||
image: "epicmorg/bitbucket:{{ item }}-jdk17"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.jdk17
|
@ -0,0 +1,15 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:{{ item }}"
|
||||
build:
|
||||
context: .
|
||||
app-jdk8:
|
||||
image: "epicmorg/bitbucket:{{ item }}-jdk8"
|
||||
build:
|
||||
context: .
|
||||
app-jdk11:
|
||||
image: "epicmorg/bitbucket:{{ item }}-jdk11"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.jdk11
|
@ -0,0 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:{{ item }}"
|
||||
build:
|
||||
context: .
|
||||
app-jdk8:
|
||||
image: "epicmorg/bitbucket:{{ item }}-jdk8"
|
||||
build:
|
||||
context: .
|
@ -0,0 +1,45 @@
|
||||
FROM epicmorg/debian:bookworm-jdk11
|
||||
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE={{ item }}
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
##################################################################
|
||||
ENV RUN_USER daemon
|
||||
ENV RUN_GROUP daemon
|
||||
|
||||
# https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Server+home+directory
|
||||
ENV BITBUCKET_HOME /var/atlassian/application-data/bitbucket
|
||||
ENV BITBUCKET_INSTALL_DIR /opt/atlassian/bitbucket
|
||||
|
||||
VOLUME ["${BITBUCKET_HOME}"]
|
||||
WORKDIR $BITBUCKET_HOME
|
||||
|
||||
# Expose HTTP and SSH ports
|
||||
EXPOSE 7990
|
||||
EXPOSE 7999
|
||||
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
tar -xvzf /tmp/atlassian-bitbucket-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
COPY entrypoint.sh /entrypoint.sh
|
@ -0,0 +1,45 @@
|
||||
FROM epicmorg/debian:bookworm-jdk17
|
||||
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE={{ item }}
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
##################################################################
|
||||
ENV RUN_USER daemon
|
||||
ENV RUN_GROUP daemon
|
||||
|
||||
# https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Server+home+directory
|
||||
ENV BITBUCKET_HOME /var/atlassian/application-data/bitbucket
|
||||
ENV BITBUCKET_INSTALL_DIR /opt/atlassian/bitbucket
|
||||
|
||||
VOLUME ["${BITBUCKET_HOME}"]
|
||||
WORKDIR $BITBUCKET_HOME
|
||||
|
||||
# Expose HTTP and SSH ports
|
||||
EXPOSE 7990
|
||||
EXPOSE 7999
|
||||
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
tar -xvzf /tmp/atlassian-bitbucket-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
COPY entrypoint.sh /entrypoint.sh
|
@ -0,0 +1,45 @@
|
||||
FROM epicmorg/debian:bookworm-jdk21
|
||||
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE={{ item }}
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
##################################################################
|
||||
ENV RUN_USER daemon
|
||||
ENV RUN_GROUP daemon
|
||||
|
||||
# https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Server+home+directory
|
||||
ENV BITBUCKET_HOME /var/atlassian/application-data/bitbucket
|
||||
ENV BITBUCKET_INSTALL_DIR /opt/atlassian/bitbucket
|
||||
|
||||
VOLUME ["${BITBUCKET_HOME}"]
|
||||
WORKDIR $BITBUCKET_HOME
|
||||
|
||||
# Expose HTTP and SSH ports
|
||||
EXPOSE 7990
|
||||
EXPOSE 7999
|
||||
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
tar -xvzf /tmp/atlassian-bitbucket-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
COPY entrypoint.sh /entrypoint.sh
|
@ -0,0 +1,45 @@
|
||||
FROM epicmorg/debian:bookworm-jdk8
|
||||
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE={{ item }}
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
##################################################################
|
||||
ENV RUN_USER daemon
|
||||
ENV RUN_GROUP daemon
|
||||
|
||||
# https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Server+home+directory
|
||||
ENV BITBUCKET_HOME /var/atlassian/application-data/bitbucket
|
||||
ENV BITBUCKET_INSTALL_DIR /opt/atlassian/bitbucket
|
||||
|
||||
VOLUME ["${BITBUCKET_HOME}"]
|
||||
WORKDIR $BITBUCKET_HOME
|
||||
|
||||
# Expose HTTP and SSH ports
|
||||
EXPOSE 7990
|
||||
EXPOSE 7999
|
||||
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
tar -xvzf /tmp/atlassian-bitbucket-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
COPY entrypoint.sh /entrypoint.sh
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE={{ item }}
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE={{ item }}
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
@ -7,3 +7,4 @@ target_directory_bitbucket_5: "/opt/tmp/bitbucket/5"
|
||||
target_directory_bitbucket_6: "/opt/tmp/bitbucket/6"
|
||||
target_directory_bitbucket_7: "/opt/tmp/bitbucket/7"
|
||||
target_directory_bitbucket_8: "/opt/tmp/bitbucket/8"
|
||||
target_directory_bitbucket_9: "/opt/tmp/bitbucket/9"
|
||||
|
@ -42,7 +42,7 @@
|
||||
# copy:
|
||||
# src: "entrypoint.sh"
|
||||
# dest: "{{ target_directory_jira_4 }}/{{ item }}/entrypoint.sh"
|
||||
mode: "0777"
|
||||
# mode: "0777"
|
||||
# force: true
|
||||
# with_items: "{{ jira_versions }}"
|
||||
#
|
||||
|
113
bin/ansible/roles/common/files/versions/bitbucket/5.jdk8.txt
Normal file
113
bin/ansible/roles/common/files/versions/bitbucket/5.jdk8.txt
Normal file
@ -0,0 +1,113 @@
|
||||
5.0.2
|
||||
5.0.4
|
||||
5.0.5
|
||||
5.0.6
|
||||
5.0.7
|
||||
5.0.8
|
||||
5.0.9
|
||||
5.0.10
|
||||
5.1.1
|
||||
5.1.2
|
||||
5.1.3
|
||||
5.1.4
|
||||
5.1.5
|
||||
5.1.6
|
||||
5.1.7
|
||||
5.1.8
|
||||
5.1.9
|
||||
5.2.0
|
||||
5.2.1
|
||||
5.2.2
|
||||
5.2.3
|
||||
5.2.4
|
||||
5.2.5
|
||||
5.2.6
|
||||
5.2.7
|
||||
5.2.8
|
||||
5.3.0
|
||||
5.3.1
|
||||
5.3.2
|
||||
5.3.3
|
||||
5.3.4
|
||||
5.3.5
|
||||
5.3.6
|
||||
5.3.7
|
||||
5.4.0
|
||||
5.4.1
|
||||
5.4.2
|
||||
5.4.3
|
||||
5.4.4
|
||||
5.4.6
|
||||
5.4.7
|
||||
5.4.8
|
||||
5.4.9
|
||||
5.5.0
|
||||
5.5.1
|
||||
5.5.2
|
||||
5.5.3
|
||||
5.5.4
|
||||
5.5.5
|
||||
5.5.6
|
||||
5.5.7
|
||||
5.5.8
|
||||
5.5.9
|
||||
5.6.1
|
||||
5.6.2
|
||||
5.6.3
|
||||
5.6.4
|
||||
5.6.5
|
||||
5.6.6
|
||||
5.7.0
|
||||
5.7.1
|
||||
5.7.2
|
||||
5.7.3
|
||||
5.7.4
|
||||
5.8.0
|
||||
5.8.1
|
||||
5.8.2
|
||||
5.8.3
|
||||
5.8.4
|
||||
5.9.0
|
||||
5.9.1
|
||||
5.9.2
|
||||
5.10.0
|
||||
5.10.1
|
||||
5.10.2
|
||||
5.10.3
|
||||
5.10.4
|
||||
5.11.1
|
||||
5.11.2
|
||||
5.11.3
|
||||
5.11.4
|
||||
5.12.0
|
||||
5.12.1
|
||||
5.12.2
|
||||
5.12.3
|
||||
5.12.4
|
||||
5.13.0
|
||||
5.13.1
|
||||
5.13.3
|
||||
5.13.4
|
||||
5.13.5
|
||||
5.13.6
|
||||
5.14.0
|
||||
5.14.1
|
||||
5.14.2
|
||||
5.14.3
|
||||
5.14.4
|
||||
5.15.0
|
||||
5.15.1
|
||||
5.15.2
|
||||
5.15.3
|
||||
5.16.0
|
||||
5.16.1
|
||||
5.16.2
|
||||
5.16.3
|
||||
5.16.4
|
||||
5.16.5
|
||||
5.16.6
|
||||
5.16.7
|
||||
5.16.8
|
||||
5.16.9
|
||||
5.16.10
|
||||
5.16.11
|
@ -0,0 +1,81 @@
|
||||
6.0.0
|
||||
6.0.1
|
||||
6.0.2
|
||||
6.0.3
|
||||
6.0.4
|
||||
6.0.5
|
||||
6.0.6
|
||||
6.0.7
|
||||
6.0.9
|
||||
6.0.10
|
||||
6.0.11
|
||||
6.1.0
|
||||
6.1.1
|
||||
6.1.2
|
||||
6.1.3
|
||||
6.1.4
|
||||
6.1.5
|
||||
6.1.6
|
||||
6.1.7
|
||||
6.1.8
|
||||
6.1.9
|
||||
6.2.0
|
||||
6.2.1
|
||||
6.2.2
|
||||
6.2.3
|
||||
6.2.4
|
||||
6.2.5
|
||||
6.2.6
|
||||
6.2.7
|
||||
6.3.0
|
||||
6.3.1
|
||||
6.3.2
|
||||
6.3.3
|
||||
6.3.4
|
||||
6.3.5
|
||||
6.3.6
|
||||
6.4.0
|
||||
6.4.1
|
||||
6.4.2
|
||||
6.4.3
|
||||
6.4.4
|
||||
6.5.1
|
||||
6.5.2
|
||||
6.5.3
|
||||
6.6.0
|
||||
6.6.1
|
||||
6.6.2
|
||||
6.6.3
|
||||
6.6.4
|
||||
6.7.0
|
||||
6.7.1
|
||||
6.7.2
|
||||
6.7.3
|
||||
6.7.4
|
||||
6.7.5
|
||||
6.8.0
|
||||
6.8.1
|
||||
6.8.2
|
||||
6.8.3
|
||||
6.8.4
|
||||
6.9.0
|
||||
6.9.1
|
||||
6.9.2
|
||||
6.9.3
|
||||
6.10.0
|
||||
6.10.1
|
||||
6.10.2
|
||||
6.10.3
|
||||
6.10.4
|
||||
6.10.5
|
||||
6.10.7
|
||||
6.10.8
|
||||
6.10.9
|
||||
6.10.10
|
||||
6.10.11
|
||||
6.10.12
|
||||
6.10.13
|
||||
6.10.14
|
||||
6.10.15
|
||||
6.10.16
|
||||
6.10.17
|
134
bin/ansible/roles/common/files/versions/bitbucket/7.jdk8-11.txt
Normal file
134
bin/ansible/roles/common/files/versions/bitbucket/7.jdk8-11.txt
Normal file
@ -0,0 +1,134 @@
|
||||
7.0.0
|
||||
7.0.1
|
||||
7.0.2
|
||||
7.0.3
|
||||
7.0.4
|
||||
7.0.5
|
||||
7.1.0
|
||||
7.1.1
|
||||
7.1.2
|
||||
7.1.3
|
||||
7.1.4
|
||||
7.2.0
|
||||
7.2.1
|
||||
7.2.2
|
||||
7.2.3
|
||||
7.2.4
|
||||
7.2.5
|
||||
7.2.6
|
||||
7.3.0
|
||||
7.3.1
|
||||
7.3.2
|
||||
7.4.0
|
||||
7.4.1
|
||||
7.4.2
|
||||
7.5.0
|
||||
7.5.1
|
||||
7.5.2
|
||||
7.6.0
|
||||
7.6.1
|
||||
7.6.2
|
||||
7.6.3
|
||||
7.6.4
|
||||
7.6.5
|
||||
7.6.6
|
||||
7.6.7
|
||||
7.6.8
|
||||
7.6.9
|
||||
7.6.10
|
||||
7.6.11
|
||||
7.6.12
|
||||
7.6.13
|
||||
7.6.14
|
||||
7.6.15
|
||||
7.6.16
|
||||
7.6.17
|
||||
7.6.19
|
||||
7.6.20
|
||||
7.6.21
|
||||
7.6.22
|
||||
7.6.23
|
||||
7.7.0
|
||||
7.7.1
|
||||
7.8.0
|
||||
7.8.1
|
||||
7.9.0
|
||||
7.9.1
|
||||
7.10.0
|
||||
7.10.1
|
||||
7.11.1
|
||||
7.11.2
|
||||
7.12.0
|
||||
7.12.1
|
||||
7.13.0
|
||||
7.13.1
|
||||
7.14.0
|
||||
7.14.1
|
||||
7.14.2
|
||||
7.15.0
|
||||
7.15.1
|
||||
7.15.2
|
||||
7.15.3
|
||||
7.16.0
|
||||
7.16.1
|
||||
7.16.2
|
||||
7.16.3
|
||||
7.17.0
|
||||
7.17.1
|
||||
7.17.2
|
||||
7.17.3
|
||||
7.17.4
|
||||
7.17.5
|
||||
7.17.6
|
||||
7.17.7
|
||||
7.17.8
|
||||
7.17.9
|
||||
7.17.10
|
||||
7.17.11
|
||||
7.17.12
|
||||
7.17.13
|
||||
7.17.14
|
||||
7.17.15
|
||||
7.17.16
|
||||
7.17.17
|
||||
7.17.18
|
||||
7.17.19
|
||||
7.17.20
|
||||
7.17.21
|
||||
7.18.0
|
||||
7.18.1
|
||||
7.18.2
|
||||
7.18.3
|
||||
7.18.4
|
||||
7.19.2
|
||||
7.19.3
|
||||
7.19.4
|
||||
7.19.5
|
||||
7.20.0
|
||||
7.20.1
|
||||
7.20.2
|
||||
7.20.3
|
||||
7.21.0
|
||||
7.21.1
|
||||
7.21.2
|
||||
7.21.3
|
||||
7.21.4
|
||||
7.21.5
|
||||
7.21.6
|
||||
7.21.7
|
||||
7.21.8
|
||||
7.21.9
|
||||
7.21.10
|
||||
7.21.11
|
||||
7.21.12
|
||||
7.21.13
|
||||
7.21.14
|
||||
7.21.15
|
||||
7.21.16
|
||||
7.21.17
|
||||
7.21.18
|
||||
7.21.19
|
||||
7.21.20
|
||||
7.21.21
|
||||
7.21.22
|
||||
7.21.23
|
@ -0,0 +1,18 @@
|
||||
8.17.0
|
||||
8.17.1
|
||||
8.17.2
|
||||
8.18.0
|
||||
8.18.1
|
||||
8.19.0
|
||||
8.19.1
|
||||
8.19.2
|
||||
8.19.3
|
||||
8.19.4
|
||||
8.19.5
|
||||
8.19.6
|
||||
8.19.7
|
||||
8.19.8
|
||||
8.19.9
|
||||
8.19.10
|
||||
8.19.11
|
||||
8.19.12
|
@ -0,0 +1,77 @@
|
||||
8.8.0
|
||||
8.8.1
|
||||
8.8.2
|
||||
8.8.3
|
||||
8.8.4
|
||||
8.8.5
|
||||
8.8.6
|
||||
8.8.7
|
||||
8.9.0
|
||||
8.9.1
|
||||
8.9.2
|
||||
8.9.3
|
||||
8.9.4
|
||||
8.9.5
|
||||
8.9.6
|
||||
8.9.7
|
||||
8.9.8
|
||||
8.9.9
|
||||
8.9.10
|
||||
8.9.11
|
||||
8.9.12
|
||||
8.9.13
|
||||
8.9.14
|
||||
8.9.15
|
||||
8.9.16
|
||||
8.9.17
|
||||
8.9.18
|
||||
8.9.19
|
||||
8.9.20
|
||||
8.9.21
|
||||
8.9.22
|
||||
8.10.0
|
||||
8.10.1
|
||||
8.10.2
|
||||
8.10.3
|
||||
8.10.4
|
||||
8.10.5
|
||||
8.10.6
|
||||
8.11.0
|
||||
8.11.1
|
||||
8.11.2
|
||||
8.11.3
|
||||
8.11.4
|
||||
8.11.5
|
||||
8.11.6
|
||||
8.12.0
|
||||
8.12.1
|
||||
8.12.2
|
||||
8.12.3
|
||||
8.12.4
|
||||
8.12.5
|
||||
8.12.6
|
||||
8.13.0
|
||||
8.13.1
|
||||
8.13.2
|
||||
8.13.3
|
||||
8.13.4
|
||||
8.13.5
|
||||
8.13.6
|
||||
8.14.0
|
||||
8.14.1
|
||||
8.14.2
|
||||
8.14.3
|
||||
8.14.4
|
||||
8.14.5
|
||||
8.14.6
|
||||
8.15.0
|
||||
8.15.1
|
||||
8.15.2
|
||||
8.15.3
|
||||
8.15.4
|
||||
8.15.5
|
||||
8.16.0
|
||||
8.16.1
|
||||
8.16.2
|
||||
8.16.3
|
||||
8.16.4
|
@ -0,0 +1,43 @@
|
||||
8.0.0
|
||||
8.0.1
|
||||
8.0.2
|
||||
8.0.3
|
||||
8.0.4
|
||||
8.0.5
|
||||
8.1.0
|
||||
8.1.1
|
||||
8.1.2
|
||||
8.1.3
|
||||
8.1.4
|
||||
8.1.5
|
||||
8.2.0
|
||||
8.2.1
|
||||
8.2.2
|
||||
8.2.3
|
||||
8.2.4
|
||||
8.3.0
|
||||
8.3.1
|
||||
8.3.2
|
||||
8.3.3
|
||||
8.3.4
|
||||
8.4.0
|
||||
8.4.1
|
||||
8.4.2
|
||||
8.4.3
|
||||
8.4.4
|
||||
8.5.0
|
||||
8.5.1
|
||||
8.5.2
|
||||
8.5.3
|
||||
8.5.4
|
||||
8.6.0
|
||||
8.6.1
|
||||
8.6.2
|
||||
8.6.3
|
||||
8.6.4
|
||||
8.7.0
|
||||
8.7.1
|
||||
8.7.2
|
||||
8.7.3
|
||||
8.7.4
|
||||
8.7.5
|
@ -0,0 +1,4 @@
|
||||
9.3.0
|
||||
9.3.1
|
||||
9.3.2
|
||||
9.4.0
|
@ -0,0 +1,6 @@
|
||||
9.0.0
|
||||
9.0.1
|
||||
9.1.0
|
||||
9.1.1
|
||||
9.2.0
|
||||
9.2.1
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=1.0.3
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:1.0.3"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:1.0.3-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=1.1.2
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:1.1.2"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:1.1.2-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=1.2.1
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:1.2.1"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:1.2.1-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=1.2.4
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:1.2.4"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:1.2.4-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=1.3.1
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:1.3.1"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:1.3.1-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.0.3
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.0.3"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.0.3-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.1.2
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.1.2"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.1.2-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.10.0
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.10.0"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.10.0-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.10.1
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.10.1"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.10.1-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.10.2
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.10.2"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.10.2-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.10.3
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.10.3"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.10.3-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.10.4
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.10.4"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.10.4-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.10.5
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.10.5"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.10.5-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.11.3
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.11.3"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.11.3-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.11.4
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.11.4"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.11.4-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.11.5
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.11.5"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.11.5-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.11.6
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.11.6"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.11.6-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.11.7
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.11.7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.11.7-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.11.8
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.11.8"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.11.8-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.11.9
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.11.9"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.11.9-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.12.0
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.12.0"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.12.0-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.12.1
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.12.1"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.12.1-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.12.2
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.12.2"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.12.2-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.12.3
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.12.3"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.12.3-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.12.4
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.12.4"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.12.4-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.12.5
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
@ -1,16 +1,10 @@
|
||||
#version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/bitbucket:${RELEASE}"
|
||||
image: "epicmorg/bitbucket:2.12.5"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
app-jdk7:
|
||||
image: "epicmorg/bitbucket:${RELEASE}-jdk7"
|
||||
image: "epicmorg/bitbucket:2.12.5-jdk7"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${RELEASE}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
||||
|
@ -6,8 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# ARGuments
|
||||
##################################################################
|
||||
|
||||
ARG RELEASE
|
||||
ARG DOWNLOAD_URL
|
||||
ARG RELEASE=2.12.6
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${RELEASE}.tar.gz
|
||||
|
||||
##################################################################
|
||||
# Setup
|
||||
@ -30,15 +30,16 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
ADD ${DOWNLOAD_URL} /tmp
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||
curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" && \
|
||||
tar -xvzf /tmp/atlassian-stash-${RELEASE}.tar.gz --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} && \
|
||||
# sed -i -e 's/^# umask/umask/' ${BITBUCKET_INSTALL_DIR}/bin/_start-webapp.sh && \
|
||||
update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
|
||||
apt clean -y && \
|
||||
apt autoclean -y && \
|
||||
apt-get clean -y && \
|
||||
apt-get autoclean -y && \
|
||||
rm -rfv /var/lib/apt/lists/* && \
|
||||
rm -rfv /var/cache/apt/archives/*.deb
|
||||
rm -rfv /var/cache/apt/archives/*.deb && \
|
||||
rm -rfv /tmp/*
|
||||
|
||||
CMD ["/entrypoint.sh", "-fg"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user