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
# We should update this commit hash from time to time to time
21
+
&& git checkout $FEATURES_COMMIT_HASH
20
22
21
23
# This is a workaround for VSCode devcontainer features in self signed certificate
22
24
RUN UID="1000" GID="1000" bash /features/src/common-utils/install.sh
23
25
RUN VERSION="os-provided" bash /features/src/git/install.sh
24
-
RUN VERSION="latest" bash /features/src/docker-in-docker/install.sh
26
+
# Install a specific version of moby-buildx when using Moby. (2024-02-09: Microsoft's Package Manifest has mismatching filesize and SHA for 0.12.1; 0.12.0 is the last known good version)
27
+
RUN VERSION="lts" MOBYBUILDXVERSION="0.12.0" bash /features/src/docker-in-docker/install.sh
25
28
RUN VERSION="lts" bash /features/src/node/install.sh
0 commit comments