File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN /usr/sbin/useradd --no-create-home -u 1000 user
18
18
COPY flag /
19
19
COPY chal /home/user/
20
20
21
- FROM gcr.io/kctf-docker/challenge@sha256:d884e54146b71baf91603d5b73e563eaffc5a42d494b1e32341a5f76363060fb
21
+ FROM gcr.io/kctf-docker/challenge@sha256:0f7d757bcda470c3bbc063606335b915e03795d72ba1d8fdb6f0f9ff3757364f
22
22
23
23
COPY --from=chroot / /chroot
24
24
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
- FROM gcr.io/kctf-docker/healthcheck@sha256:abe5bc78f1eed01a050bc9efccde279aef560888598c0a04547b383a1429c6d4
14
+ FROM gcr.io/kctf-docker/healthcheck@sha256:6709709a8cfd6e2d743c86d58398c00ca4eb26befd3b1a0a629ab35f91e98ef0
15
15
16
16
COPY healthcheck_loop.sh healthcheck.py healthz_webserver.py /home/user/
17
17
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ COPY web-servers /web-servers
40
40
41
41
COPY flag /
42
42
43
- FROM gcr.io/kctf-docker/challenge@sha256:d884e54146b71baf91603d5b73e563eaffc5a42d494b1e32341a5f76363060fb
43
+ FROM gcr.io/kctf-docker/challenge@sha256:0f7d757bcda470c3bbc063606335b915e03795d72ba1d8fdb6f0f9ff3757364f
44
44
45
45
RUN apt-get update \
46
46
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends tzdata apache2 \
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
- FROM gcr.io/kctf-docker/healthcheck@sha256:abe5bc78f1eed01a050bc9efccde279aef560888598c0a04547b383a1429c6d4
14
+ FROM gcr.io/kctf-docker/healthcheck@sha256:6709709a8cfd6e2d743c86d58398c00ca4eb26befd3b1a0a629ab35f91e98ef0
15
15
16
16
COPY healthcheck_loop.sh healthcheck.py healthz_webserver.py /home/user/
17
17
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
- FROM gcr.io/kctf-docker/challenge@sha256:d884e54146b71baf91603d5b73e563eaffc5a42d494b1e32341a5f76363060fb
14
+ FROM gcr.io/kctf-docker/challenge@sha256:0f7d757bcda470c3bbc063606335b915e03795d72ba1d8fdb6f0f9ff3757364f
15
15
16
16
RUN apt-get update && apt-get install -y gnupg2 wget
17
17
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
- FROM gcr.io/kctf-docker/healthcheck@sha256:abe5bc78f1eed01a050bc9efccde279aef560888598c0a04547b383a1429c6d4
14
+ FROM gcr.io/kctf-docker/healthcheck@sha256:6709709a8cfd6e2d743c86d58398c00ca4eb26befd3b1a0a629ab35f91e98ef0
15
15
16
16
COPY healthcheck_loop.sh healthcheck.py healthz_webserver.py /home/user/
17
17
Original file line number Diff line number Diff line change @@ -4544,7 +4544,7 @@ spec:
4544
4544
value : 0.0.0.0/0
4545
4545
- name : SECURITY_POLICY
4546
4546
value : DISABLED
4547
- image : gcr.io/kctf-docker/kctf-operator@sha256:fe3b80bccd86e90e154005576438864bed33159059a7ab67d1cb42896daef092
4547
+ image : gcr.io/kctf-docker/kctf-operator@sha256:ad8cf85ab93a9cfbd8fa1ccc221851933a3e6ef554f18041c581b0f72b33cae2
4548
4548
livenessProbe :
4549
4549
httpGet :
4550
4550
path : /healthz
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ package resources
5
5
// == || These are set by automation || ==
6
6
// .. vv ........................... vv ..
7
7
8
- const DOCKER_CERTBOT_IMAGE = "gcr.io/kctf-docker/certbot@sha256:d03e0b8a9f3200298b94b43b2432df17cd892a2d17602d395035b0036f794752 "
9
- const DOCKER_GCSFUSE_IMAGE = "gcr.io/kctf-docker/gcsfuse@sha256:1411553eda7429a510056c592c56a16cd47d3e4c868a46e737997e0fe3026fb3 "
8
+ const DOCKER_CERTBOT_IMAGE = "gcr.io/kctf-docker/certbot@sha256:5cdc993bade510f0ffbad7d1e13d9d586ae5703aaf9b4111d0299a9e5e4bdcac "
9
+ const DOCKER_GCSFUSE_IMAGE = "gcr.io/kctf-docker/gcsfuse@sha256:90d42ec41823b40bde0d04820ae757a67eb9fe1c100f44487d867c4042b82655 "
10
10
11
11
// .. ^^ ........................... ^^ ..
12
12
// == || These are set by automation || ==
You can’t perform that action at this time.
0 commit comments