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
No Dockerfile specified, looking for a devcontainer.json...
Building in Devcontainer mode using /.devcontainer/devcontainer.json
error: compile devcontainer.json: user from dockerfile: parse image ref "mcr.microsoft.com/devcontainers/python:1-${VARIANT}": could not parse reference: mcr.microsoft.com/devcontainers/python:1-${VARIANT}
error: running command "envbuilder": compile devcontainer.json: user from dockerfile: parse image ref "mcr.microsoft.com/devcontainers/python:1-${VARIANT}": could not parse reference: mcr.microsoft.com/devcontainers/python:1-${VARIANT}
The ARG is specified in the devcontainer.json and has a default value in the Dockerfile.
Similar to my previous issue #78,
ARG
parsing is still causing issues.Using:
I get the following error message:
The
ARG
is specified in thedevcontainer.json
and has a default value in theDockerfile
.Am I missing something?
The text was updated successfully, but these errors were encountered: