autobot (latest)

Published 2024-10-16 05:31:26 -04:00 by foster

Installation

docker pull code.fosterhangdaan.com/foster/autobot:latest
sha256:05f5ef02521fd9a0ee13e7bec1f1c03e051a99772b38e4f42ed1591b049de769

Image Layers

ADD file:6354c19a7a9232eb1c1d7e17f7aa02950e04126e18d52d35f8129a3d7d4c1928 in /
CMD ["bash"]
RUN /bin/sh -c useradd --uid 1993 --user-group deno && mkdir /deno-dir/ && chown deno:deno /deno-dir/ # buildkit
ENV DENO_DIR=/deno-dir/
ENV DENO_INSTALL_ROOT=/usr/local
ARG DENO_VERSION=1.46.3
ENV DENO_VERSION=1.46.3
COPY /deno /usr/bin/deno # buildkit
COPY /tini /tini # buildkit
COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit
RUN |1 DENO_VERSION=1.46.3 /bin/sh -c chmod 755 /usr/local/bin/docker-entrypoint.sh # buildkit
ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"]
CMD ["eval" "console.log('Welcome to Deno!')"]
COPY dir:bdbd3b010399f40078b5a33ff56590b77d85afe790240924b1e90081b0f8d0c4 in /app
WORKDIR /app
/bin/sh -c deno cache main.ts
EXPOSE 8000
CMD ["deno", "run", "-A", "main.ts"]

Labels

Key Value
io.buildah.version 1.37.4
Details
Container
2024-10-16 05:31:26 -04:00
80
OCI / Docker
linux/amd64
79 MiB
Versions (1) View all
latest 2024-10-16