mirror.gcr.io

and explicit latest tag
This commit is contained in:
rasmus 2025-04-19 00:14:28 +03:00
parent 5bd0a57417
commit cf9d686882
17 changed files with 18 additions and 18 deletions

@ -50,7 +50,7 @@ spec:
spec: spec:
containers: containers:
- name: bind-secondary - name: bind-secondary
image: internetsystemsconsortium/bind9:9.20 image: mirror.gcr.io/internetsystemsconsortium/bind9:9.20
resources: resources:
limits: limits:
cpu: 100m cpu: 100m

@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: netshoot - name: netshoot
image: nicolaka/netshoot image: mirror.gcr.io/nicolaka/netshoot:latest
command: command:
- /bin/bash - /bin/bash
args: args:

@ -57,7 +57,7 @@ spec:
cpu: 100m cpu: 100m
memory: 100Mi memory: 100Mi
- name: exporter - name: exporter
image: sepa/beats-exporter image: mirror.gcr.io/sepa/beats-exporter:latest
args: args:
- -p=5066 - -p=5066
ports: ports:
@ -129,7 +129,7 @@ spec:
- name: filebeat-registry - name: filebeat-registry
mountPath: /usr/share/filebeat/data mountPath: /usr/share/filebeat/data
- name: exporter - name: exporter
image: sepa/beats-exporter image: mirror.gcr.io/sepa/beats-exporter:latest
args: args:
- -p=5066 - -p=5066
ports: ports:

@ -28,7 +28,7 @@ spec:
spec: spec:
containers: containers:
- name: etherpad - name: etherpad
image: etherpad/etherpad:2 image: mirror.gcr.io/etherpad/etherpad:2
securityContext: securityContext:
# Etherpad writes session key during start # Etherpad writes session key during start
readOnlyRootFilesystem: false readOnlyRootFilesystem: false

@ -45,7 +45,7 @@ spec:
emptyDir: {} emptyDir: {}
initContainers: initContainers:
- name: jq - name: jq
image: alpine/k8s:1.31.76@sha256:2a3fdd639c71c6cad69fbc8cac2467648855dac29961efec3b155466cc4fa730 image: mirror.gcr.io/alpine/k8s:1.31.76@sha256:2a3fdd639c71c6cad69fbc8cac2467648855dac29961efec3b155466cc4fa730
command: command:
- /bin/bash - /bin/bash
- '-c' - '-c'

@ -139,7 +139,7 @@ spec:
secretName: freeswitch-passwords secretName: freeswitch-passwords
containers: containers:
- name: freeswitch - name: freeswitch
image: dheaps/freeswitch image: mirror.gcr.io/dheaps/freeswitch:latest
env: env:
- name: SOUND_TYPES - name: SOUND_TYPES
value: en-us-callie value: en-us-callie

@ -66,7 +66,7 @@ spec:
emptyDir: {} emptyDir: {}
initContainers: initContainers:
- name: jq - name: jq
image: alpine/k8s:1.31.76@sha256:2a3fdd639c71c6cad69fbc8cac2467648855dac29961efec3b155466cc4fa730 image: mirror.gcr.io/alpine/k8s:1.31.76@sha256:2a3fdd639c71c6cad69fbc8cac2467648855dac29961efec3b155466cc4fa730
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
volumeMounts: volumeMounts:
- mountPath: /tmp - mountPath: /tmp

@ -85,7 +85,7 @@ spec:
fsGroup: 472 fsGroup: 472
containers: containers:
- name: grafana - name: grafana
image: grafana/grafana:11.6.0 image: mirror.gcr.io/grafana/grafana:11.6.0
securityContext: securityContext:
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
runAsNonRoot: true runAsNonRoot: true

@ -29,7 +29,7 @@ spec:
spec: spec:
containers: containers:
- name: phpmyadmin - name: phpmyadmin
image: phpmyadmin/phpmyadmin image: mirror.gcr.io/phpmyadmin/phpmyadmin
ports: ports:
- name: web - name: web
containerPort: 80 containerPort: 80

@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: pgweb - name: pgweb
image: sosedoff/pgweb image: mirror.gcr.io/sosedoff/pgweb
command: command:
- /usr/bin/pgweb - /usr/bin/pgweb
- --bind=0.0.0.0 - --bind=0.0.0.0

@ -59,7 +59,7 @@ spec:
restartPolicy: OnFailure restartPolicy: OnFailure
containers: containers:
- name: rosdump - name: rosdump
image: codemowers/git image: mirror.gcr.io/codemowers/git
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- sh - sh

@ -27,7 +27,7 @@ spec:
spec: spec:
containers: containers:
- name: exporter - name: exporter
image: prom/mysqld-exporter:latest image: mirror.gcr.io/prom/mysqld-exporter:latest
env: env:
- name: DATA_SOURCE_NAME - name: DATA_SOURCE_NAME
value: exporter@tcp(127.0.0.1)/ value: exporter@tcp(127.0.0.1)/

@ -21,7 +21,7 @@ spec:
spec: spec:
containers: containers:
- name: minio - name: minio
image: minio/minio:latest image: mirror.gcr.io/minio/minio:latest
command: ["minio"] command: ["minio"]
ports: ports:
- name: minio - name: minio

@ -43,7 +43,7 @@ spec:
- name: mongo-data - name: mongo-data
mountPath: /data/db mountPath: /data/db
- name: exporter - name: exporter
image: percona/mongodb_exporter:0.44 image: mirror.gcr.io/percona/mongodb_exporter:0.44
args: args:
- --compatible-mode - --compatible-mode
- --mongodb.direct-connect=false - --mongodb.direct-connect=false

@ -19,7 +19,7 @@ spec:
runAsGroup: 65534 runAsGroup: 65534
containers: containers:
- name: whoami - name: whoami
image: traefik/whoami image: mirror.gcr.io/traefik/whoami:latest
env: env:
- name: WHOAMI_PORT_NUMBER - name: WHOAMI_PORT_NUMBER
value: "8080" value: "8080"

@ -31,7 +31,7 @@ spec:
emptyDir: {} emptyDir: {}
initContainers: initContainers:
- name: jq - name: jq
image: alpine/k8s:1.31.76@sha256:2a3fdd639c71c6cad69fbc8cac2467648855dac29961efec3b155466cc4fa730 image: mirror.gcr.io/alpine/k8s:1.31.76@sha256:2a3fdd639c71c6cad69fbc8cac2467648855dac29961efec3b155466cc4fa730
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
volumeMounts: volumeMounts:
- mountPath: /tmp - mountPath: /tmp

@ -66,7 +66,7 @@ spec:
spec: spec:
containers: containers:
- name: webmail - name: webmail
image: nodemailer/wildduck-webmail:latest image: mirror.gcr.io/nodemailer/wildduck-webmail:latest
command: command:
- node - node
- server.js - server.js