File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/python:3.13-bullseye
1+ FROM mcr.microsoft.com/devcontainers/python:3.13-trixie
22
33# Suppress the codespace's default first run message
44# See https://github.com/devcontainers/features/blob/main/src/common-utils/scripts/rc_snippet.sh
Original file line number Diff line number Diff line change 1111 },
1212 // Features to add to the dev container. More info: https://containers.dev/features.
1313 "features" : {
14- "ghcr.io/devcontainers/features/docker-in-docker:2" : {}
14+ "ghcr.io/devcontainers/features/docker-in-docker:2" : {
15+ // This is incompatible with the Debian Trixie image we are using
16+ // See: https://github.com/opensafely/ehrql-tutorial/pull/31
17+ "moby" : false
18+ }
1519 },
1620 // Use 'forwardPorts' to make a list of ports inside the container available locally.
1721 // "forwardPorts": [],
Original file line number Diff line number Diff line change 2323 env :
2424 SLACK_BOT_TOKEN : ${{ secrets.BENNETTBOT_SLACK_BOT_TOKEN }}
2525 with :
26- channel_id : C069YDR4NCA
26+ channel_id : C0A8WAJMK0S
2727 status : " Scheduled dev container test run failure"
2828 color : danger
You can’t perform that action at this time.
0 commit comments