Skip to content

Commit 9a08c98

Browse files
Add must-gather to travis (#834)
Co-authored-by: Tiger Kaovilai <[email protected]>
1 parent 2965a2e commit 9a08c98

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ before_script:
3131

3232
script:
3333
- docker build -t ${IMAGE}:${TAG}-${TRAVIS_ARCH} -f ${DOCKERFILE} .
34+
- docker build -t quay.io/konveyor/oadp-must-gather:${TAG}-${TRAVIS_ARCH} -f must-gather/Dockerfile must-gather/
3435
- if [ -n "${QUAY_ROBOT}" ]; then docker login quay.io -u "${QUAY_ROBOT}" -p ${QUAY_TOKEN}; fi
3536
- if [ -n "${QUAY_ROBOT}" ]; then docker push ${IMAGE}:${TAG}-${TRAVIS_ARCH}; fi
37+
- if [ -n "${QUAY_ROBOT}" ]; then docker push quay.io/konveyor/oadp-must-gather:${TAG}-${TRAVIS_ARCH}; fi
3638

3739
jobs:
3840
include:
@@ -57,5 +59,12 @@ jobs:
5759
${IMAGE}:${TAG}-ppc64le \
5860
${IMAGE}:${TAG}-s390x \
5961
${IMAGE}:${TAG}-aarch64
62+
docker manifest create \
63+
quay.io/konveyor/oadp-must-gather:${TAG} \
64+
quay.io/konveyor/oadp-must-gather:${TAG}-amd64 \
65+
quay.io/konveyor/oadp-must-gather:${TAG}-ppc64le \
66+
quay.io/konveyor/oadp-must-gather:${TAG}-s390x \
67+
quay.io/konveyor/oadp-must-gather:${TAG}-aarch64
6068
docker manifest push ${IMAGE}:${TAG}
69+
docker manifest push quay.io/konveyor/oadp-must-gather:${TAG}
6170
fi

0 commit comments

Comments
 (0)