Sign inSign up

shreddedbacon/actions-handler:2.15.4-rc.1

Manifest digest

sha256:b38f3d534f330301b5e37a6f4a1b4c764ddff93d7526f0b52dc5c62972c0da00

OS/ARCH

linux/amd64

Compressed size

16.57 MB

Last pushed

about 3 years by shreddedbacon

Type

Image

Manifest digest

sha256:b38f3d534f330301b5e37a6f4a1b4c764ddff93d7526f0b52dc5c62972c0da00

Image Layers

1ADD file ... in / 3.24 MB
2CMD ["/bin/sh"]0 B
3LABEL org.opencontainers.image.authors=The Lagoon Authors maintainer=The0 B
4LABEL org.opencontainers.image.source=https://github.com/uselagoon/lagoon-images repository=https://github.com/uselagoon/lagoon-images0 B
5ENV LAGOON=commons0 B
6COPY lagoon/ /lagoon/ # buildkit2.21 KB
7RUN /bin/sh -c mkdir -p114 B
8COPY fix-permissions fix-dir-permissions docker-sleep entrypoint-readiness2.74 KB
9COPY .bashrc /home/.bashrc # buildkit602 B
10COPY /usr/local/bin/go-crond /lagoon/bin/cron # buildkit3.62 MB
11COPY /usr/local/bin/ep /bin/ep # buildkit2.23 MB
12RUN /bin/sh -c apk update1.83 MB
13RUN /bin/sh -c fix-permissions /etc/passwd576 B
14ARG LAGOON_VERSION0 B
15RUN |1 LAGOON_VERSION=23.7.0 /bin/sh -c144 B
16ENV LAGOON_VERSION=23.7.00 B
17ENV TMPDIR=/tmp TMP=/tmp HOME=/home ENV=/home/.bashrc0 B
18ENTRYPOINT ["/sbin/tini" "--" "/lagoon/entrypoints.sh"]0 B
19CMD ["/bin/docker-sleep"]0 B
20ARG LAGOON_VERSION0 B
21ENV LAGOON_VERSION=development0 B
22WORKDIR /app/93 B
23COPY /go/src/github.com/uselagoon/lagoon/services/actions-handler/actions-handler . # buildkit5.65 MB
24ENV LAGOON=actions-handler0 B
25ENV JWT_SECRET=super-secret-string JWT_AUDIENCE=api.dev GRAPHQL_ENDPOINT=http://api:3000/graphql RABBITMQ_ADDRESS=broker0 B
26ENTRYPOINT ["/sbin/tini" "--" "/lagoon/entrypoints.sh"]0 B
27CMD ["/app/actions-handler"]0 B

Command

ADD file:1da756d12551a0e3e793e02ef87432d69d4968937bd11bed0af215db19dd94cd in /