Skip to content

Commit

Permalink
Merge pull request #6235 from tstromberg/gvisor-build
Browse files Browse the repository at this point in the history
Rebuild docker images for each release
  • Loading branch information
tstromberg authored Jan 8, 2020
2 parents 6da07be + 7632ff9 commit 03bec81
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions hack/jenkins/release_build_and_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ gsutil -m cp out/* "gs://$BUCKET/releases/$TAGNAME/"
# Update "latest" release for non-beta/non-alpha builds
if ! [[ ${VERSION_BUILD} =~ ^[0-9]+$ ]]; then
echo "NOTE: ${VERSION} appears to be a non-standard release, not updating /releases/latest"
else
echo "Updating latest bucket for ${VERSION} release"
gsutil cp -r "gs://${BUCKET}/releases/${TAGNAME}/*" "gs://${BUCKET}/releases/latest/"
fi
exit 0
fi

echo "Updating Docker images ..."
make push-gvisor-addon-image push-storage-provisioner-image

echo "Updating latest bucket for ${VERSION} release ..."
gsutil cp -r "gs://${BUCKET}/releases/${TAGNAME}/*" "gs://${BUCKET}/releases/latest/"

0 comments on commit 03bec81

Please sign in to comment.