• Joined on 2025-10-30

jottacloud (latest)

Published 2025-10-31 09:22:15 +00:00 by carsten

Installation

docker pull git.ckvist.dk/carsten/jottacloud:latest
sha256:799fbe766f50d19f292cb5d15ff39c4785538ae2115f1cb4aa75135888e75dfe

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:32d41b6329e8f89fa4ac92ef97c04b7cfd5e90fb74e1509c3e27d7c91195b7c7 in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive JOTTA_TOKEN=None JOTTA_DEVICE=docker-jottacloud JOTTA_SCANINTERVAL=12h LOCALTIME=Asia/Taipei STARTUP_TIMEOUT=15 JOTTAD_SYSTEMD=0 TZ=UTC
VOLUME [/data]
RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends ca-certificates curl gnupg tzdata psmisc expect && install -m 0755 -d /etc/apt/keyrings && curl -fsSL https://repo.jotta.cloud/public.gpg -o /etc/apt/keyrings/jotta.gpg && chmod 0644 /etc/apt/keyrings/jotta.gpg && echo "deb [signed-by=/etc/apt/keyrings/jotta.gpg] https://repo.jotta.cloud/debian debian main" > /etc/apt/sources.list.d/jotta-cli.list && apt-get update -y && apt-get install -y --no-install-recommends jotta-cli && rm -rf /var/lib/apt/lists/* # buildkit
COPY entrypoint.sh /src/entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /src/entrypoint.sh # buildkit
WORKDIR /src
EXPOSE [14443/tcp]
ENTRYPOINT ["/src/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-10-31 09:22:15 +00:00
1
OCI / Docker
linux/amd64
54 MiB
Versions (2) View all
latest 2025-10-31
05a99a0 2025-10-31