Skip to content

Commit c72a033

Browse files
committed
Add io.daemonless.pkg-name label for version tracking
1 parent 9a8176c commit c72a033

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN fetch -qo /tmp/vectorchord.tar.gz \
3939
FROM ghcr.io/daemonless/base:${BASE_VERSION}
4040

4141
ARG FREEBSD_ARCH=amd64
42+
ARG PKG_NAME=postgresql14-server
4243
ARG PACKAGES="postgresql14-server postgresql14-contrib"
4344

4445
LABEL org.opencontainers.image.title="Immich PostgreSQL" \
@@ -52,7 +53,7 @@ LABEL org.opencontainers.image.title="Immich PostgreSQL" \
5253
io.daemonless.arch="${FREEBSD_ARCH}" \
5354
io.daemonless.config-mount="/config" \
5455
io.daemonless.category="Database" \
55-
io.daemonless.pkg-source="containerfile" \
56+
io.daemonless.pkg-name="${PKG_NAME}" \
5657
io.daemonless.packages="${PACKAGES}"
5758

5859
# Install PostgreSQL, then remove LLVM JIT (saves ~2GB, JIT not needed for Immich)

0 commit comments

Comments
 (0)