Sign inSign up

yasuhiroabe/socket-guestbook:1.0.11

Multi-platform
Index digest

sha256:c4afe5d7872e212afc8cbd313e401828aa17f44010ebb75445fa3bf0d84b65be

OS/ARCH

Compressed size

54.52 MB

Last pushed

over 3 years by yasuhiroabe

Type

Image

Manifest digest

sha256:1d3d774e2874efa9139938b830f1226f3c21e42be41b72ed64e2c74fc01f4a73

Image Layers

1ADD file ... in / 2.58 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=18.12.10 B
4/bin/sh -c addgroup -g 100044.13 MB
5ENV YARN_VERSION=1.22.190 B
6/bin/sh -c apk add --no-cache2.3 MB
7COPY file:4d192565a7220e135cab6c77fbc1c73211b69f3d9fb37e62857b2c6eb9363d51 in /usr/local/bin/ 449 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10RUN /bin/sh -c mkdir /app93 B
11COPY package*.json /app/ # buildkit24.75 KB
12WORKDIR /app32 B
13RUN /bin/sh -c npm install5.48 MB
14COPY app.json index.html index.js index.pug3.61 KB
15ENV PORT=80800 B
16ENV OIDC_PROVIDER_URI=https://example.com/dex0 B
17ENV OIDC_CLIENT_ID=example-app0 B
18ENV OIDC_SECRET=a4c9dbc200ab50cca1484736238bca480 B
19ENV OIDC_REDIRECT_URI=http://localhost:8080/callback0 B
20ENV REDIS_HOST=127.0.0.10 B
21WORKDIR /app32 B
22CMD ["node" "index.js"]0 B

Command

ADD file:57d621536158358b14d15155826ef2dd4ca034278044111ec0aaf6717016e569 in /