Namespace
Image / Tag
srt-auto:1.0.3
Content Digest
sha256:a588af16f4512841bf3a6097c34d5b2054e7d953e28485ee62df0118ff6daed1
Details
Created

2022-10-27 07:34:00 UTC

Size

326 MB

Content Digest
Labels
  • Author
    VANSTUDIO <vanstudio@daum.net>

Environment
NODE_VERSION

16.18.0

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PUPPETEER_SKIP_CHROMIUM_DOWNLOAD

true

YARN_VERSION

1.22.19


Layers

[#000] sha256:4500a762c54620411ae491a547c66b61d577c1369ecbf5a7e91b4e153181854b - 7.93% (25.9 MB)

[#001] sha256:c5d0c927f3961db9ffa17a296ec22493a0e417c4c535caef4ad6a7164cda1c1d - 0.0% (4.08 KB)

[#002] sha256:320eef5c714600985d75e21a5da9d4636f773132f195904451898deb495d4dc8 - 10.36% (33.8 MB)

[#003] sha256:5454d115f1f879a92bcb57da47ff38ba4a151e754b1ebc3c31822260f48a3dbc - 0.8% (2.61 MB)

[#004] sha256:e70cd1784040b90f8370d4595c975aef4ff1fb57fca58e74e7b1d44bb6246d8a - 0.0% (454 Bytes)

[#005] sha256:142d4dd1538807852b506fb64dd6d561bdcae878d12f890b0b54307854f6d940 - 0.0% (176 Bytes)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:ac17493d88fe64d584e555e7ba42634219b1e35d624ac90eb35be26b8f5d2309 - 57.13% (186 MB)

[#008] sha256:478088141a177b73b2e3fec92c9d92066b20a7b22c470811608e355bb6a4a42f - 7.14% (23.3 MB)

[#009] sha256:d83364bab154dba43346bf80e9ab646d2bf28cac569c7fc5ec624bf7f736cff1 - 16.64% (54.3 MB)


History
2022-10-25 01:44:12 UTC

/bin/sh -c #(nop) ADD file:14c4aa7a136ce9eb1fae0ba0f394509990d44126be801a2713cf8722fbb2e6b9 in /

2022-10-25 01:44:12 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-10-25 10:28:22 UTC

/bin/sh -c groupadd --gid 1000 node && useradd --uid 1000 --gid node --shell /bin/bash --create-home node

2022-10-25 10:40:34 UTC

/bin/sh -c #(nop) ENV NODE_VERSION=16.18.0

2022-10-25 10:40:58 UTC

/bin/sh -c ARCH= && dpkgArch="$(dpkg --print-architecture)" && case "${dpkgArch##*-}" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo "unsupported architecture"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && for key in 4ED778F539E3634C779C87C6D7062848A1AB005C 141F07595B7B3FFE74309A937405533BE57C7D57 74F12602B6F1C4E913FAA37AD3A89613643B6201 61FC681DFB92A079F1685E77973F295594EC4689 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C 108F52B48DB57BB0CC439B2997B01419BD92F80A ; do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" ; done && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.tar.xz" && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc && grep " node-v$NODE_VERSION-linux-$ARCH.tar.xz\$" SHASUMS256.txt | sha256sum -c - && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version

2022-10-25 10:40:58 UTC

/bin/sh -c #(nop) ENV YARN_VERSION=1.22.19

2022-10-25 10:41:12 UTC

/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr --no-install-recommends && rm -rf /var/lib/apt/lists/* && for key in 6A010C5166006599AA17F08146C2130DFD2497F5 ; do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" ; done && curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz" && curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz.asc" && gpg --batch --verify yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz && mkdir -p /opt && tar -xzf yarn-v$YARN_VERSION.tar.gz -C /opt/ && ln -s /opt/yarn-v$YARN_VERSION/bin/yarn /usr/local/bin/yarn && ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg && rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz && apt-mark auto '.*' > /dev/null && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; } && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && yarn --version

2022-10-25 10:41:12 UTC

/bin/sh -c #(nop) COPY file:4d192565a7220e135cab6c77fbc1c73211b69f3d9fb37e62857b2c6eb9363d51 in /usr/local/bin/

2022-10-25 10:41:12 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2022-10-25 10:41:12 UTC

/bin/sh -c #(nop) CMD ["node"]

2022-10-27 07:32:19 UTC (buildkit.dockerfile.v0)

LABEL Author=VANSTUDIO <vanstudio@daum.net>

2022-10-27 07:32:19 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p /usr/src/app # buildkit

2022-10-27 07:32:19 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/src/app

2022-10-27 07:32:19 UTC (buildkit.dockerfile.v0)

ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true

2022-10-27 07:33:50 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install curl gnupg -y && curl --location --silent https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' && apt-get update && apt-get install google-chrome-stable -y --no-install-recommends && rm -rf /var/lib/apt/lists/* # buildkit

2022-10-27 07:33:51 UTC (buildkit.dockerfile.v0)

COPY . /usr/src/app # buildkit

2022-10-27 07:34:00 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c npm install && npm run compile # buildkit

2022-10-27 07:34:00 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2022-10-27 07:34:00 UTC (buildkit.dockerfile.v0)

CMD ["npm" "start"]