Public Access
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d535a13071
|
@@ -15,7 +15,7 @@
|
||||
#
|
||||
# renovate: datasource=github-releases depName=aptly-dev/aptly
|
||||
ARG APTLY_VERSION=1.6.3
|
||||
ARG GO_IMAGE=golang:1.25-trixie
|
||||
ARG GO_IMAGE=golang:1.26-trixie
|
||||
ARG RUNTIME_IMAGE=debian:trixie-slim
|
||||
|
||||
# renovate: datasource=github-releases depName=mikefarah/yq
|
||||
@@ -64,7 +64,7 @@ LABEL org.opencontainers.image.title="aptly-server" \
|
||||
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
||||
--mount=type=cache,target=/var/lib/apt,sharing=locked \
|
||||
apt-get update && apt-get install -y --no-install-recommends \
|
||||
ca-certificates gnupg gpgv bzip2 xz-utils curl jq gettext-base openssl \
|
||||
ca-certificates gnupg 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 \
|
||||
|
||||
Reference in New Issue
Block a user