mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Ensure we're pushing to both repo aliases for the README and custom builds.
This commit is contained in:
parent
3b8817ffd9
commit
b72b556463
@ -336,6 +336,8 @@ pipelines:
|
|||||||
- pip install -q requests
|
- pip install -q requests
|
||||||
- export DOCKER_REPO='atlassian/confluence-server'
|
- export DOCKER_REPO='atlassian/confluence-server'
|
||||||
- python shared-components/image/push-readme.py
|
- python shared-components/image/push-readme.py
|
||||||
|
- export DOCKER_REPO='atlassian/confluence'
|
||||||
|
- python shared-components/image/push-readme.py
|
||||||
|
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
@ -709,8 +711,8 @@ pipelines:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
||||||
- >
|
- >
|
||||||
docker build -t atlassian/confluence-server:${DOCKER_TAG}
|
docker build -t atlassian/confluence:${DOCKER_TAG}
|
||||||
--build-arg CONFLUENCE_VERSION=${CONFLUENCE_VERSION} .
|
--build-arg CONFLUENCE_VERSION=${CONFLUENCE_VERSION} .
|
||||||
- snyk auth $SNYK_TOKEN
|
- snyk auth $SNYK_TOKEN
|
||||||
- snyk container test atlassian/confluence-server:${DOCKER_TAG} --severity-threshold=high
|
- snyk container test atlassian/confluence:${DOCKER_TAG} --severity-threshold=high
|
||||||
- docker push atlassian/confluence-server:${DOCKER_TAG}
|
- docker push atlassian/confluence:${DOCKER_TAG}
|
||||||
|
@ -69,6 +69,8 @@ pipelines:
|
|||||||
- pip install -q requests
|
- pip install -q requests
|
||||||
- export DOCKER_REPO='atlassian/confluence-server'
|
- export DOCKER_REPO='atlassian/confluence-server'
|
||||||
- python shared-components/image/push-readme.py
|
- python shared-components/image/push-readme.py
|
||||||
|
- export DOCKER_REPO='atlassian/confluence'
|
||||||
|
- python shared-components/image/push-readme.py
|
||||||
|
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
@ -164,8 +166,8 @@ pipelines:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
||||||
- >
|
- >
|
||||||
docker build -t atlassian/confluence-server:${DOCKER_TAG}
|
docker build -t atlassian/confluence:${DOCKER_TAG}
|
||||||
--build-arg CONFLUENCE_VERSION=${CONFLUENCE_VERSION} .
|
--build-arg CONFLUENCE_VERSION=${CONFLUENCE_VERSION} .
|
||||||
- snyk auth $SNYK_TOKEN
|
- snyk auth $SNYK_TOKEN
|
||||||
- snyk container test atlassian/confluence-server:${DOCKER_TAG} --severity-threshold=high
|
- snyk container test atlassian/confluence:${DOCKER_TAG} --severity-threshold=high
|
||||||
- docker push atlassian/confluence-server:${DOCKER_TAG}
|
- docker push atlassian/confluence:${DOCKER_TAG}
|
||||||
|
Loading…
Reference in New Issue
Block a user