Skip to content

Commit e5eec5b

Browse files
committed
Always use exact images, for stability and security
1 parent da75c0a commit e5eec5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cruise-control/50cruise-control.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
terminationGracePeriodSeconds: 30
1818
initContainers:
1919
- name: init-config
20-
image: alpine:3.8
20+
image: busybox@sha256:2a03a6059f21e150ae84b0973863609494aad70f0a80eaeb64bddd8d92465812
2121
command: ['/bin/sh']
2222
args: [ '-c', 'cp /etc/cruise-control-configmap/* /opt/cruise-control/config']
2323
volumeMounts:
@@ -27,7 +27,7 @@ spec:
2727
mountPath: /opt/cruise-control/config
2828
containers:
2929
- name: cruise-control
30-
image: pdouble16/kafka-cruise-control-docker:2.0.17
30+
image: pdouble16/kafka-cruise-control-docker:2.0.17@sha256:2bf22a47a928689b94f0771cee4be557dff35948269d31a348bc1e3055ea2336
3131
imagePullPolicy: IfNotPresent
3232
ports:
3333
- name: api

0 commit comments

Comments
 (0)