You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we are building local images as described in Creating images on-the-fly doc
we have a couple of
RUN echo "Using product $PRODUCT_VERSION version from $REPO/$REF"
in our DockerfileDockerfile excerpt
We also use
.withBuildArg("PRODUCT_VERSION", params.getProductVersion())
to feed the appropriate parameters.We enabled DEBUG level to
org.testcontainers
andcom.github.dockerjava.api.command
log categories.But the
RUN echo
messages are not displayed in the build log, do you know what configuration is required to log them ?Currently there is a failure with
returned a non-zero code: 1
The debug
RUN echo
and the actual docker build log would help track the error.Beta Was this translation helpful? Give feedback.
All reactions