lhotari commented on issue #23908:
URL: https://github.com/apache/pulsar/issues/23908#issuecomment-2630378802

   > still same issue when i use commands from this link
   
   It seems that you might be using the wrong commands. In the error message, 
you shouldn't see `apachepulsar/pulsar` at all if you are using this command:
   
   ```
   mvn clean install -DskipTests
   DOCKER_USER=my_docker_user
   mvn install -pl docker/pulsar,docker/pulsar-all \
       -DskipTests \
       -Pmain,docker,docker-push \
       -Ddocker.platforms=linux/amd64,linux/arm64 \
       -Ddocker.organization=$DOCKER_USER \
       -Ddocker.noCache=true
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to