Public Access
Compare commits
2
Commits
chart/v0.2.2
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5b19464ba | ||
|
|
09400b7882
|
@@ -6,7 +6,7 @@ description: >-
|
||||
repo/mirror/publish state reconciled via a Helm hook.
|
||||
type: application
|
||||
version: 0.2.2
|
||||
appVersion: "1.6.3-1"
|
||||
appVersion: "1.6.3-2"
|
||||
home: https://git.morlana.online/f.weber/aptly-containerized
|
||||
sources:
|
||||
- https://git.morlana.online/f.weber/aptly-containerized
|
||||
|
||||
@@ -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 bzip2 xz-utils curl jq gettext-base openssl \
|
||||
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 \
|
||||
|
||||
Reference in New Issue
Block a user