We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hovering over $ver on the fourth line does not give latest.
$ver
latest
ARG ver=latest FROM busybox:$ver ARG ver RUN echo $ver
$ docker build . Sending build context to Docker daemon 1.693MB Step 1/4 : ARG ver=latest Step 2/4 : FROM busybox:$ver latest: Pulling from library/busybox f70adabe43c0: Pull complete Digest: sha256:58ac43b2cc92c687a32c8be6278e50a063579655fe3090125dcb2af0ff9e1a64 Status: Downloaded newer image for busybox:latest ---> 8ac48589692a Step 3/4 : ARG ver ---> Running in af5ced8a8d4c Removing intermediate container af5ced8a8d4c ---> 0a3042e16719 Step 4/4 : RUN echo $ver ---> Running in a74c14da9ae4 latest Removing intermediate container a74c14da9ae4 ---> 370fcb2b140c Successfully built 370fcb2b140c
The text was updated successfully, but these errors were encountered:
rcjsuen/dockerfile-ast#26 has been fixed. Will need to adopt that fix and see if anything else needs to be done on this side.
Sorry, something went wrong.
Blocked by rcjsuen/dockerfile-ast#42 now.
Now blocked by rcjsuen/dockerfile-ast#44. :(
597b07a
rcjsuen
No branches or pull requests
Hovering over
$ver
on the fourth line does not givelatest
.The text was updated successfully, but these errors were encountered: