- https://tree.morlana.link/@Kosmos
- Joined on
2024-11-04
Block a user
aptly (latest)
Installation
docker pull git.morlana.online/f.weber/aptly:latestsha256: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 |