File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
kctf-operator/pkg/resources Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 serviceAccountName : kctf-operator
1717 containers :
1818 - name : kctf-operator
19- image : gcr.io/kctf-docker/kctf-operator@sha256:62e32413c6dc0202918ae834fd5298f7074c05b4700cf49aefc1a18bb4ad2833
19+ image : gcr.io/kctf-docker/kctf-operator@sha256:ef79e76158b7255ac408ce785c664b4e3ca6490d590a71f6e28c805d6a9f6c73
2020 command :
2121 - kctf-operator
2222 imagePullPolicy : Always
Original file line number Diff line number Diff line change 11FROM ubuntu:20.04
22RUN apt-get update && apt-get install -y wget fuse
3- RUN wget -q https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.29.0 /gcsfuse_0.29.0_amd64 .deb && dpkg -i gcsfuse_0.29.0_amd64 .deb
3+ RUN wget -q https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.35.1 /gcsfuse_0.35.1_amd64 .deb && dpkg -i gcsfuse_0.35.1_amd64 .deb
44RUN mkdir -p /mnt/disks/gcs
55CMD test -f /config/gcs_bucket &&\
66 gcsfuse --foreground --debug_fuse --debug_gcs --stat-cache-ttl 0 -type-cache-ttl 0 -o allow_other -o nonempty --file-mode 0777 --dir-mode 0777 --uid 1000 --gid 1000 "$(cat /config/gcs_bucket)" /mnt/disks/gcs
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package resources
66// .. vv ........................... vv ..
77
88const DOCKER_CERTBOT_IMAGE = "gcr.io/kctf-docker/certbot@sha256:b300d156df46be2615822f4f086b94a19f5101690948a9135be57aadd501ccf6"
9- const DOCKER_GCSFUSE_IMAGE = "gcr.io/kctf-docker/gcsfuse@sha256:2f10b98e1a011e3eebb9470d486033cc88d2b8c5cdac425b48b40866861d5194 "
9+ const DOCKER_GCSFUSE_IMAGE = "gcr.io/kctf-docker/gcsfuse@sha256:fecd90f412a624b36e76a15c5dfb6648f357dc9cc523b77fa58ad97b3d37a5c9 "
1010
1111// .. ^^ ........................... ^^ ..
1212// == || These are set by automation || ==
You can’t perform that action at this time.
0 commit comments