BewareMyPower commented on issue #23717:
URL: https://github.com/apache/pulsar/issues/23717#issuecomment-2537970852
```
=> WARN: InvalidDefaultArgInFrom: Default value for ARG ${PULSAR_IMAGE}
results in empty or invalid base image name (line 10)
0.0s
=> CANCELED [internal] load metadata for docker.io/bitnami/minideb:bookworm
0.0s
Dockerfile:10
--------------------
8 |
9 | # First create a stage with the original Pulsar image
10 | >>> FROM ${PULSAR_IMAGE} AS pulsar
11 |
12 | ### Create one stage to include JVM distribution
--------------------
ERROR: failed to solve: failed to parse stage name
"apachepulsar/pulsar-all=4.0.1": invalid reference format
```
I'm trying to build this Dockerfile but it failed:
https://gist.github.com/lhotari/3ffef8117743f7044e6bbdc3933bc029
--
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]