We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd500a commit d712a42Copy full SHA for d712a42
ci/images/ubuntu/Dockerfile.dotnet10
@@ -1,12 +1,15 @@
1
# Base-image
2
FROM mcr.microsoft.com/dotnet/sdk:10.0@sha256:ed46c853a4f100ba7aab2394e9fb9f9b8989e93346b04632dbce11e5da7623d8 AS base
3
4
+ARG GITHUB_RAW_URL=https://raw.githubusercontent.com
5
ARG GITHUB_URL=https://github.com
6
ARG NODE_24
7
ARG NODE_VERSION=${NODE_24}
8
ARG NODEJS_DIST_URL
9
ARG NPM_REPO
10
ARG NUGET_REPO
11
+ARG NVM
12
+ARG NVM_VERSION=${NVM}
13
ARG PIP_CONFIG
14
ARG UBUNTU_REPO
15
0 commit comments