Skip to content

Commit b1c264e

Browse files
authored
Merge pull request #58 from NVIDIA/v4.0.3b
clean up proxy settings
2 parents 94325c4 + f9c3ecb commit b1c264e

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/image.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ on:
2525
jobs:
2626
build:
2727
runs-on: linux-amd64-cpu4
28-
permissions:
29-
contents: read
30-
id-token: write
3128
strategy:
3229
matrix:
3330
dist: [distroless]
@@ -65,9 +62,6 @@ jobs:
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

deployments/container/Dockerfile.distroless

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ ARG RUNTIME_VERSION="3.13-v4.0.2"
44
# Stage 1: Build dependencies
55
FROM 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-
157
WORKDIR /build
168

179
# Install build dependencies

0 commit comments

Comments
 (0)