Skip to content

Commit

Permalink
Improve docker build command in the release process guide
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Sep 30, 2024
1 parent 3656229 commit 21fba2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contribute/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,13 +416,13 @@ docker pull alpine:3.20 # for 3.3.x+
cd $PULSAR_PATH
DOCKER_USER=<your-dockerhub-username>
docker login -u $DOCKER_USER
mvn install -DUBUNTU_MIRROR=http://azure.archive.ubuntu.com/ubuntu/ \
mvn install -pl docker/pulsar,docker/pulsar-all \
-DskipTests \
-Dmaven.gitcommitid.nativegit=true \
-Pmain,docker -Pdocker-push \
-Pmain,docker,docker-push \
-Ddocker.platforms=linux/amd64,linux/arm64 \
-Ddocker.organization=$DOCKER_USER \
-pl docker/pulsar,docker/pulsar-all
-DUBUNTU_MIRROR=http://azure.archive.ubuntu.com/ubuntu/ \
-Dmaven.gitcommitid.nativegit=true
```

## Call for the vote to release a version based on the release candidate
Expand Down

0 comments on commit 21fba2d

Please sign in to comment.