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
Verify the the build options are applied. E.g., by inspecting the log (F1 > Dev Containers: Show Container Log) or to verify the label was added you can inspect the image or container (which inherits the label) using the Docker CLI (docker inspect <image / container id>) or Docker extension (Inspect in container's context menu).
The text was updated successfully, but these errors were encountered:
Refs: #3545
Complexity: 4
Create Issue
Dev Containers now supports building the container image with additional Docker CLI options.
Please test:
.devcontainer/devcontainer.json
:.devcontainer/Dockerfile
:FROM mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm
"--label", "testbuildoption=success"
.F1
>Dev Containers: Show Container Log
) or to verify the label was added you can inspect the image or container (which inherits the label) using the Docker CLI (docker inspect <image / container id>
) or Docker extension (Inspect in container's context menu).The text was updated successfully, but these errors were encountered: