File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 2525jobs :
2626 build :
2727 runs-on : linux-amd64-cpu4
28- permissions :
29- contents : read
30- id-token : write
3128 strategy :
3229 matrix :
3330 dist : [distroless]
6562 registry : ghcr.io
6663 username : ${{ github.actor }}
6764 password : ${{ secrets.GITHUB_TOKEN }}
68- - name : Setup Go Proxy
69- id : setup-go-proxy
70- uses : nv-gha-runners/setup-artifactory-go-proxy@main
7165 - name : Build image
7266 env :
7367 IMAGE_NAME : ghcr.io/${LOWERCASE_REPO_OWNER}/k8s-cc-manager
Original file line number Diff line number Diff line change @@ -4,14 +4,6 @@ ARG RUNTIME_VERSION="3.13-v4.0.2"
44# Stage 1: Build dependencies
55FROM python:3.13-slim AS builder
66
7- # build args for proxy
8- ARG PIP_INDEX_URL=https://edge.urm.nvidia.com/artifactory/edge-pypi-remotes
9- ARG PIP_TRUSTED_HOST=edge.urm.nvidia.com
10-
11- # Environment variables derived from ARGs
12- #ENV PIP_INDEX_URL=$PIP_INDEX_URL
13- #ENV PIP_TRUSTED_HOST=$PIP_TRUSTED_HOST
14-
157WORKDIR /build
168
179# Install build dependencies
You can’t perform that action at this time.
0 commit comments