Skip to content
Snippets Groups Projects
Commit afdb3755 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

test with amd64 as base did image

parent 6b3d0389
Branches
Tags
1 merge request!589Draft: Test devcontainer rosetta
Pipeline #164909 passed
# The devcontainer will be based on Python
# The base container already has entrypoint, vscode user account, etc. out of the box
FROM mcr.microsoft.com/vscode/devcontainers/base:bullseye
FROM --platform=linux/amd64 mcr.microsoft.com/vscode/devcontainers/base:bullseye
# Containerlab version will be set in devcontainer.json
ARG _CLAB_VERSION
......
......@@ -8,6 +8,7 @@
"_CLAB_VERSION": "0.46.2"
}
},
"runArgs": ["--platform=linux/amd64" ],
"features": {
// Containerlab will run in a docker-in-docker container
// It is also possible to use docker-outside-docker feature
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment