File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM gcr.io/distroless/static:debug AS debug
1+ FROM gcr.io/distroless/static:debug@sha256:c7f818f4678fe4ceb0412a370e8e41ca373d5dde25039b84f9cccb72ef558542 AS debug
22
33SHELL [ "/busybox/sh" , "-c" ]
44
55RUN addgroup -g 10001 -S pyroscope && \
66 adduser -u 10001 -S pyroscope -G pyroscope -h /data
77
8- FROM gcr.io/distroless/static
8+ FROM gcr.io/distroless/static@sha256:87bce11be0af225e4ca761c40babb06d6d559f5767fbf7dc3c47f0f1a466b92c
99
1010COPY --from=debug /etc/passwd /etc/passwd
1111COPY --from=debug /etc/group /etc/group
Original file line number Diff line number Diff line change 1- FROM gcr.io/distroless/static:debug
1+ FROM gcr.io/distroless/static:debug@sha256:c7f818f4678fe4ceb0412a370e8e41ca373d5dde25039b84f9cccb72ef558542
22
33SHELL [ "/busybox/sh" , "-c" ]
44
Original file line number Diff line number Diff line change 1- FROM node:24@sha256:4e87fa2c1aa4a31edfa4092cc50428e86bf129e5bb528e2b3bbc8661e2038339 AS builder
1+ FROM node:24@sha256:377f1c17906eb5a145c34000247faa486bece16386b77eedd5a236335025c2ef AS builder
22
33WORKDIR /pyroscope
44COPY yarn.lock package.json tsconfig.json ./
You can’t perform that action at this time.
0 commit comments