Florian Weber f.weber

aptly (latest)

Published 2026-08-13 13:42:15 +00:00 by f.weber in f.weber/aptly-containerized

Installation

docker pull git.morlana.online/f.weber/aptly:latest
sha256:3c57f451b99a1637038cfa4ce9d79a15387569a2b0b49a6e7ad58ca42f85292f

Images

Digest OS / Arch Size
9c814d7fb1 linux/amd64 65 MiB
353b3ff79f linux/arm64 63 MiB

Image Layers ( linux/arm64)

# debian.sh --arch 'arm64' out/ 'trixie' '@1785715200'
ARG TARGETARCH=arm64
ARG APTLY_VERSION=1.6.3
ARG APTLY_REVISION=2
LABEL org.opencontainers.image.title=aptly-server org.opencontainers.image.description=aptly (Debian repository management tool), containerized: REST API + non-root runtime org.opencontainers.image.source=https://git.morlana.online/f.weber/aptly-containerized org.opencontainers.image.licenses=MIT org.opencontainers.image.version=1.6.3-2
RUN |3 TARGETARCH=arm64 APTLY_VERSION=1.6.3 APTLY_REVISION=2 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates gnupg gpgv bzip2 xz-utils curl jq gettext-base openssl && rm -rf /var/lib/apt/lists/* && addgroup --system --gid 10001 aptly && adduser --system --uid 10001 --ingroup aptly --home /var/lib/aptly --disabled-password aptly && mkdir -p /var/lib/aptly/public /run/aptly /etc/aptly-src && chown -R aptly:aptly /var/lib/aptly /run/aptly # buildkit
COPY /out/aptly /usr/local/bin/aptly # buildkit
COPY /out/yq_linux_arm64 /usr/local/bin/yq # buildkit
COPY rootfs/ / # buildkit
ENV APTLY_ROOT_DIR=/var/lib/aptly APTLY_RUN_DIR=/run/aptly APTLY_CONFIG=/run/aptly/aptly.yaml APTLY_CONFIG_SRC=/etc/aptly-src/aptly.yaml APTLY_CONFIG_DST=/run/aptly/aptly.yaml APTLY_API_LISTEN=127.0.0.1:8080
USER 10001:10001
WORKDIR /var/lib/aptly
HEALTHCHECK {Test:[CMD curl -fsS http://127.0.0.1:8080/api/healthy] Interval:30s Timeout:5s StartPeriod:30s StartInterval:0s Retries:3}
ENTRYPOINT ["/usr/local/bin/aptly-entrypoint"]

Labels

Key Value
org.opencontainers.image.description aptly (Debian repository management tool), containerized: REST API + non-root runtime
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://git.morlana.online/f.weber/aptly-containerized
org.opencontainers.image.title aptly-server
org.opencontainers.image.version 1.6.3-2
Details
Container
2026-08-13 13:42:15 +00:00
5472
OCI / Docker
Versions (5) View all
1.6.3-2 2026-08-13
1.6.3 2026-08-13
1.6 2026-08-13
latest 2026-08-13
1.6.3-1 2026-08-12