mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
Confluence 6.8
This commit is contained in:
parent
5dd50ec36d
commit
721073863a
21
.travis.yml
21
.travis.yml
@ -742,6 +742,27 @@ matrix:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
- docker build --compress -t epicmorg/confluence:6.9.3 atlassian/confluence/6.9.3
|
||||
- docker push epicmorg/confluence:6.9.3
|
||||
|
||||
##########
|
||||
|
||||
- name: Confluence 6.8.x
|
||||
script:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
|
||||
- docker build --compress -t epicmorg/confluence:6.8.0 atlassian/confluence/6.8.0
|
||||
- docker push epicmorg/confluence:6.8.0
|
||||
|
||||
- docker build --compress -t epicmorg/confluence:6.8.1 atlassian/confluence/6.8.1
|
||||
- docker push epicmorg/confluence:6.8.1
|
||||
|
||||
- docker build --compress -t epicmorg/confluence:6.7.2 atlassian/confluence/6.7.2
|
||||
- docker push epicmorg/confluence:6.8.2
|
||||
|
||||
- docker build --compress -t epicmorg/confluence:6.8.3 atlassian/confluence/6.8.3
|
||||
- docker push epicmorg/confluence:6.8.3
|
||||
|
||||
- docker build --compress -t epicmorg/confluence:6.8.5 atlassian/confluence/6.8.5
|
||||
- docker push epicmorg/confluence:6.8.5
|
||||
|
||||
##########
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user