Author SHA1 Message Date
f.weber f5b19464ba chore: bump chart appVersion to 1.6.3-2 [skip ci] 2026-08-13 13:50:19 +00:00
f.weber 09400b7882 Update Dockerfile to include gpgv for enhanced security during package installation
CI / lint (push) Failing after 3s
CI / smoke-test (push) Failing after 13s
Release image / release (push) Successful in 22m40s
Release chart / release (release) Has been skipped
2026-08-13 15:33:28 +02:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ description: >-
repo/mirror/publish state reconciled via a Helm hook. repo/mirror/publish state reconciled via a Helm hook.
type: application type: application
version: 0.2.2 version: 0.2.2
appVersion: "1.6.3-1" appVersion: "1.6.3-2"
home: https://git.morlana.online/f.weber/aptly-containerized home: https://git.morlana.online/f.weber/aptly-containerized
sources: sources:
- https://git.morlana.online/f.weber/aptly-containerized - https://git.morlana.online/f.weber/aptly-containerized
+2 -2
View File
@@ -15,7 +15,7 @@
# #
# renovate: datasource=github-releases depName=aptly-dev/aptly # renovate: datasource=github-releases depName=aptly-dev/aptly
ARG APTLY_VERSION=1.6.3 ARG APTLY_VERSION=1.6.3
ARG GO_IMAGE=golang:1.26-trixie ARG GO_IMAGE=golang:1.25-trixie
ARG RUNTIME_IMAGE=debian:trixie-slim ARG RUNTIME_IMAGE=debian:trixie-slim
# renovate: datasource=github-releases depName=mikefarah/yq # 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 \ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \ --mount=type=cache,target=/var/lib/apt,sharing=locked \
apt-get update && apt-get install -y --no-install-recommends \ 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/* \ && rm -rf /var/lib/apt/lists/* \
&& addgroup --system --gid 10001 aptly \ && addgroup --system --gid 10001 aptly \
&& adduser --system --uid 10001 --ingroup aptly --home /var/lib/aptly --disabled-password aptly \ && adduser --system --uid 10001 --ingroup aptly --home /var/lib/aptly --disabled-password aptly \