File tree Expand file tree Collapse file tree
talosctl-image-pull-agent Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ARG VERSION
22
3- FROM public.ecr.aws/docker/library/alpine:3.20
3+ FROM public.ecr.aws/docker/library/alpine:3.20@sha256:0830e25765fb2eda66bc54f9cc448002c164d5d7ca2f022d8a963e4647c786dd
44ARG VERSION
55RUN apk add bird=${VERSION}
66RUN apk add catatonit
Original file line number Diff line number Diff line change 22ARG VERSION
33
44# Stage 1: Build (pulled from upstream Dockerfile https://github.com/botlabs-gg/yagpdb/blob/7e6d553bd203680a0a1d68afd94f815478538611/yagpdb_docker/Dockerfile)
5- FROM public.ecr.aws/docker/library/alpine:3.19.0 AS builder
5+ FROM public.ecr.aws/docker/library/alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 AS builder
66ARG VERSION
77ARG TARGETARCH
88
Original file line number Diff line number Diff line change 1- FROM public.ecr.aws/docker/library/alpine:3.19.1
1+ FROM public.ecr.aws/docker/library/alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
22
33USER 0:0
44RUN apk add bash
Original file line number Diff line number Diff line change 11ARG VERSION
22
33# Stage 1: Install webhook
4- FROM public.ecr.aws/docker/library/alpine:3.19.0 AS builder
4+ FROM public.ecr.aws/docker/library/alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 AS builder
55WORKDIR /
66ARG TARGETARCH
77
You can’t perform that action at this time.
0 commit comments