Block a user
hectorm/supercronic (latest)
Published 2026-07-01 06:13:53 +00:00 by gitea_admin
Installation
docker pull docker-registry-lszz.sea-indofungames.com/gitea_admin/hectorm/supercronic:latestsha256:0f9fefdb3396424d226e8447849e7fdc8156de925e612749745be4d0663eae0e
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:89847d76d242dea90ede05e9e1e13a1ff4400a65eafbe2d6e31e086c93893580 in / |
| CMD ["/bin/bash"] |
| COPY /usr/bin/qemu-x86_64-static /usr/bin/qemu-x86_64-static # buildkit |
| RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y --no-install-recommends bzip2 ca-certificates curl dnsutils file findutils gawk git gnupg gosu grep idn2 iputils-ping jq lftp libarchive-tools locales make mime-support moreutils msmtp netcat-openbsd openssh-client openssl patch perl publicsuffix rsync sed tzdata unzip wget xz-utils zip zstd && rm -rf /var/lib/apt/lists/* # buildkit |
| ARG SUPERCRONIC_USER_UID=1000 |
| ARG SUPERCRONIC_USER_GID=1000 |
| RUN |2 SUPERCRONIC_USER_UID=1000 SUPERCRONIC_USER_GID=1000 /bin/sh -c groupadd --gid "${SUPERCRONIC_USER_GID:?}" supercronic # buildkit |
| RUN |2 SUPERCRONIC_USER_UID=1000 SUPERCRONIC_USER_GID=1000 /bin/sh -c useradd --uid "${SUPERCRONIC_USER_UID:?}" --gid "${SUPERCRONIC_USER_GID:?}" --shell "$(command -v bash)" --home-dir /home/supercronic/ --create-home supercronic # buildkit |
| ENV LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 |
| RUN |2 SUPERCRONIC_USER_UID=1000 SUPERCRONIC_USER_GID=1000 /bin/sh -c printf '%s\n' "${LANG:?} UTF-8" > /etc/locale.gen && localedef -c -i "${LANG%%.*}" -f UTF-8 "${LANG:?}" ||: # buildkit |
| ENV TZ=UTC |
| RUN |2 SUPERCRONIC_USER_UID=1000 SUPERCRONIC_USER_GID=1000 /bin/sh -c printf '%s\n' "${TZ:?}" > /etc/timezone && ln -snf "/usr/share/zoneinfo/${TZ:?}" /etc/localtime # buildkit |
| COPY /usr/bin/supercronic /usr/bin/supercronic # buildkit |
| COPY ./config/crontab /etc/crontab # buildkit |
| RUN |2 SUPERCRONIC_USER_UID=1000 SUPERCRONIC_USER_GID=1000 /bin/sh -c find /etc/crontab -type f -not -perm 0644 -exec chmod 0644 '{}' ';' # buildkit |
| USER supercronic:supercronic |
| ENTRYPOINT ["/usr/bin/supercronic"] |
| CMD ["/etc/crontab"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |