Curl manifest tool

This commit is contained in:
Luke Powlett
2019-12-06 14:23:17 +00:00
parent dd62bc39f4
commit 8a40b6a5dd
2 changed files with 31 additions and 0 deletions

View File

@@ -99,6 +99,9 @@ elif [ "$TYPE" = "production" ]; then
ARCH=ppc64le make push-devserver-dockerhub
ARCH=s390x make push-devserver-dockerhub
curl -LO https://github.com/estesp/manifest-tool/releases/download/v0.9.0/manifest-tool-linux-amd64
chmod a+x manifest-tool-linux-amd64
docker login --username $MQ_DOCKERHUB_REGISTRY_USER --password $MQ_DOCKERHUB_REGISTRY_CREDENTIAL
./manifest-tool-linux-amd64 push from-spec manifests/dockerhub/$MANIFEST_FILE
./manifest-tool-linux-amd64 push from-spec manifests/dockerhub/manifest-latest.yaml