We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8176c commit c72a033Copy full SHA for c72a033
1 file changed
Containerfile
@@ -39,6 +39,7 @@ RUN fetch -qo /tmp/vectorchord.tar.gz \
39
FROM ghcr.io/daemonless/base:${BASE_VERSION}
40
41
ARG FREEBSD_ARCH=amd64
42
+ARG PKG_NAME=postgresql14-server
43
ARG PACKAGES="postgresql14-server postgresql14-contrib"
44
45
LABEL org.opencontainers.image.title="Immich PostgreSQL" \
@@ -52,7 +53,7 @@ LABEL org.opencontainers.image.title="Immich PostgreSQL" \
52
53
io.daemonless.arch="${FREEBSD_ARCH}" \
54
io.daemonless.config-mount="/config" \
55
io.daemonless.category="Database" \
- io.daemonless.pkg-source="containerfile" \
56
+ io.daemonless.pkg-name="${PKG_NAME}" \
57
io.daemonless.packages="${PACKAGES}"
58
59
# Install PostgreSQL, then remove LLVM JIT (saves ~2GB, JIT not needed for Immich)
0 commit comments