Skip to content

Commit

Permalink
Remove unused Dockerfile.release
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Apr 2, 2024
1 parent 256a54d commit a82a594
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
14 changes: 0 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -365,20 +365,6 @@ docker_test:
docker_unit_test:
go run test.go -flavor $(flavor) unit

# Release a version.
# This will generate a tar.gz file into the releases folder with the current source
release: docker_base
@if [ -z "$VERSION" ]; then \
echo "Set the env var VERSION with the release version"; exit 1;\
fi
mkdir -p releases
docker build -f docker/Dockerfile.release -t vitess/release .
docker run -v ${PWD}/releases:/vt/releases --env VERSION=$(VERSION) vitess/release
git tag -m Version\ $(VERSION) v$(VERSION)
echo "A git tag was created, you can push it with:"
echo "git push origin v$(VERSION)"
echo "Also, don't forget the upload releases/v$(VERSION).tar.gz file to GitHub releases"

create_release:
./tools/create_release.sh

Expand Down
25 changes: 0 additions & 25 deletions docker/Dockerfile.release

This file was deleted.

0 comments on commit a82a594

Please sign in to comment.