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
A few months ago, the --label property to build was added that adds labels (#846). Unfortunately it seems that this only works when a devcontainer is build that is based directly from an image. If it is based from a Dockerfile, the labels from --label are not added.
I added a test in a PR that shows the problem, see here: #929
The text was updated successfully, but these errors were encountered:
A few months ago, the
--label
property tobuild
was added that adds labels (#846). Unfortunately it seems that this only works when a devcontainer is build that is based directly from animage
. If it is based from aDockerfile
, the labels from--label
are not added.I added a test in a PR that shows the problem, see here: #929
The text was updated successfully, but these errors were encountered: