Skip to content

Commit

Permalink
chore: use actual scratch container as empty (scratch) container
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Oct 19, 2024
1 parent 781ec15 commit 0f7850e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions archive/charts/system/cloudnative-pg/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/tccr/alpine
repository: tccr.io/tccr/scratch
pullPolicy: IfNotPresent
tag: latest@sha256:783d7b4da265da6ee627fe54ee895a2cfe2a2ecd7bb7b53a0c7a703a924a8e82
tag: latest

service:
main:
Expand Down
4 changes: 2 additions & 2 deletions charts/system/prometheus-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/tccr/alpine
repository: tccr.io/tccr/scratch
pullPolicy: IfNotPresent
tag: latest@sha256:b2b2350a8a843b7f8a0afef968e525900b5c2ae410a8ef0c6461005a06b64ffe
tag: latest

service:
main:
Expand Down
2 changes: 1 addition & 1 deletion containers/base/scratch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hello-world:latest@sha256:d211f485f2dd1dee407a80973c8f129f00d54604d2c90732e8e320e5038a0348
FROM scratch

LABEL org.opencontainers.image.licenses="BSD-3-Clause"
LABEL org.opencontainers.image.title="${CONTAINER_NAME}"
Expand Down

0 comments on commit 0f7850e

Please sign in to comment.