Skip to content

Commit 0140458

Browse files
committed
Merge remote-tracking branch 'upstream/main' into add_glibc_2_17_sysroot
2 parents 4e0eb0f + 9199d1b commit 0140458

8 files changed

+2893
-81
lines changed

aarch64-gcc-10.5.0-glibc-2.28.config

Lines changed: 931 additions & 0 deletions
Large diffs are not rendered by default.

alpine-arm64/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
ARG REPO=alpine
2-
ARG TAG=3.16
3-
FROM arm64v8/${REPO}:${TAG}
1+
ARG REPO=mcr.microsoft.com/devcontainers/base
2+
ARG TAG=alpine-3.18
3+
FROM --platform=linux/arm64/v8 ${REPO}:${TAG}
44

55
RUN apk add nodejs npm g++ python3 make git bash curl perl pkgconfig libsecret-dev krb5-dev
6-
RUN npm install -g yarn
76

87
RUN mkdir -p /root/vscode
98
WORKDIR /root/vscode

alpine-x64/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
ARG REPO=alpine
2-
ARG TAG=3.16
1+
ARG REPO=mcr.microsoft.com/devcontainers/base
2+
ARG TAG=alpine-3.18
33
FROM ${REPO}:${TAG}
44

55
RUN apk add nodejs npm g++ python3 make git bash curl perl pkgconfig libsecret-dev krb5-dev
6-
RUN npm install -g yarn
76

87
RUN mkdir -p /root/vscode
9-
WORKDIR /root/vscode
8+
WORKDIR /root/vscode

0 commit comments

Comments
 (0)