Sign inSign up

pats22/plugin-ready-release-go:gitea

Multi-platform
Index digest

sha256:ad6f32ee72ee4996ffc03ad6a3399fbf218a6bea5f92142df280bbfaa11cebde

OS/ARCH

Compressed size

124.32 MB

Last pushed

almost 2 years by pats22

Type

Image

Manifest digest

sha256:710d5f3cd29452508f9ea2ea9b39a3286addefa11c36e6e7045c1b164ee55859

Image Layers

1ADD file ... in / 27.81 MB
2CMD ["bash"]0 B
3RUN /bin/sh -c groupadd --gid3.23 KB
4ENV NODE_VERSION=20.17.00 B
5RUN /bin/sh -c ARCH= OPENSSL_ARCH=38.77 MB
6ENV YARN_VERSION=1.22.220 B
7RUN /bin/sh -c set -ex1.63 MB
8COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B
9ENTRYPOINT ["docker-entrypoint.sh"]0 B
10CMD ["node"]0 B
11WORKDIR /app93 B
12ENV NODE_ENV=production0 B
13RUN /bin/sh -c apt update39.94 MB
14RUN /bin/sh -c corepack enable254 B
15COPY package.json pnpm-lock.yaml ./ #22.13 KB
16RUN /bin/sh -c pnpm install16.14 MB
17COPY tsconfig.json ./ # buildkit253 B
18COPY src ./src # buildkit13.63 KB
19CMD ["/app/node_modules/.bin/tsx" "/app/src/run.ts"]0 B

Command

ADD file:06a1877f1e100122a40ed52ce771bfa7e2ab3d28323780f58f1e5b57c1e576f9 in /