fresh-continent-76371
02/12/2024, 12:12 PMbuild_full_path to the docker comfiguration.
• as a first check - running the tests (docker in docker, vscode devcontainer) failss 3x tests - is this expected or is it my local (hastily setup vscode/devcontainer)fresh-continent-76371
02/12/2024, 12:13 PM{
"name": "Python 3",
"image": "<http://mcr.microsoft.com/devcontainers/python:1-3.9-bookworm|mcr.microsoft.com/devcontainers/python:1-3.9-bookworm>",
"features": {
"<http://ghcr.io/devcontainers/features/rust:1|ghcr.io/devcontainers/features/rust:1>": {},
"<http://ghcr.io/devcontainers/features/docker-in-docker:2|ghcr.io/devcontainers/features/docker-in-docker:2>": {}
},
"postCreateCommand": "apt update && apt-get install -y protobuf-compiler; curl --proto '=https' --tlsv1.2 -fsSL <https://static.pantsbuild.org/setup/get-pants.sh> | bash; pants --version",
}broad-processor-92400
02/12/2024, 10:02 PMbroad-processor-92400
02/12/2024, 10:33 PMfresh-continent-76371
02/13/2024, 10:36 AM