Skip to content
Snippets Groups Projects

Draft: Test devcontainer rosetta

Closed Neil-Jocelyn Schark requested to merge test-devcontainer-rosetta into master
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
# The devcontainer will be based on Python
# The devcontainer will be based on Python
# The base container already has entrypoint, vscode user account, etc. out of the box
# The base container already has entrypoint, vscode user account, etc. out of the box
FROM mcr.microsoft.com/vscode/devcontainers/base:bullseye
FROM mcr.microsoft.com/vscode/devcontainers/base:bullseye
 
# --platform=linux/amd64
# Containerlab version will be set in devcontainer.json
# Containerlab version will be set in devcontainer.json
ARG _CLAB_VERSION
ARG _CLAB_VERSION
Loading