Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
URL: http://github.com/testcontainers/testcontainers-java/discussions/10792
/github-8ecc5798f0584cac.css" />
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.testcontainersandcom.github.dockerjava.api.commandlog categories.But the
RUN echomessages 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: 1The debug
RUN echoand the actual docker build log would help track the error.Beta Was this translation helpful? Give feedback.
All reactions