Skip to content

Commit

Permalink
chore: use base and test image from registry.k8s.io (#1110)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Apr 5, 2023
1 parent f031483 commit 5577be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arc/conformance/plugin/Dockerfile
Expand Up @@ -2,7 +2,7 @@ ARG STEP_CLI_VERSION=0.22.0
ARG STEP_CLI_IMAGE=smallstep/step-cli:${STEP_CLI_VERSION}
FROM $STEP_CLI_IMAGE as step-cli

FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.4.1
FROM registry.k8s.io/build-image/debian-base:bullseye-v1.4.2
ARG KUBE_VERSION=v1.25.3
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion test/load/deployment-template.yaml
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: pause
image: k8s.gcr.io/pause-amd64:3.1
image: registry.k8s.io/pause-amd64:3.1
imagePullPolicy: IfNotPresent
volumeMounts:
- name: secrets-store-inline
Expand Down

0 comments on commit 5577be0

Please sign in to comment.