Sign inSign up

highcanfly/crontab-ui:0.6.1

Multi-platform
Index digest

sha256:b87bb872893449543ed4cbcc404c36ef2649962c00cdf439efaf71b80d611739

OS/ARCH

Compressed size

450.18 MB

Last pushed

almost 3 years by highcanfly

Type

Image

Manifest digest

sha256:ee94c384307e85d499012523e74cb07d5ee12de29d614cc521f834464621ab6d

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=22.040 B
5ADD file ... in / 26.08 MB
6CMD ["/bin/bash"]0 B
7ENV CRON_PATH=/opt/cron/crontabs0 B
8RUN /bin/sh -c mkdir /crontab-ui100 B
9WORKDIR /crontab-ui32 B
11LABEL description=Crontab-UI docker0 B
12RUN /bin/sh -c apt-get update192.73 MB
13ENV NPM_CONFIG_LOGLEVEL=info0 B
14ENV NODE_VERSION=20.9.00 B
15RUN /bin/sh -c export PLATFORM=$(if50.76 MB
16COPY . /crontab-ui # buildkit424.1 KB
17RUN /bin/sh -c npm install117.19 MB
18COPY docker-entrypoint.sh / # buildkit783 B
19RUN /bin/sh -c chmod +x783 B
20COPY run-with-env /usr/local/bin/run-with-env # buildkit269 B
21RUN /bin/sh -c chmod +x32 B
22ENV CRON_DB_PATH=/opt/cron/db0 B
23ENV CRONTABS=/opt/cron/crontabs0 B
24RUN /bin/sh -c curl https://get.okteto.com19.16 MB
25ENV HOST=0.0.0.00 B
26ENV PORT=80000 B
27ENV CRON_IN_DOCKER=true0 B
28COPY /usr/local/bin/cloudflared /usr/local/bin/cloudflared # buildkit16.02 MB
29RUN /bin/sh -c sed -i500 B
30RUN /bin/sh -c sed -i1.58 KB
31RUN /bin/sh -c curl -fsSL27.8 MB
32COPY supervisord.conf /etc/supervisord.conf # buildkit486 B
33COPY /dcron/crond /usr/sbin/crond # buildkit19.75 KB
34RUN /bin/sh -c mkdir -p396 B
35RUN /bin/sh -c rm -f150 B
36EXPOSE map[8000/tcp:{}]0 B
37ENTRYPOINT ["/docker-entrypoint.sh"]0 B

Command

 ARG RELEASE