Skip to content

Commit a216fdb

Browse files
committed
Chore: for pkg containerfiles, we'll always do it in Containerfile.pkg
1 parent 500b79f commit a216fdb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Containerfile renamed to Containerfile.pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LABEL org.opencontainers.image.title="PostgreSQL ${PG_VERSION}" \
2727
io.daemonless.volumes="/var/lib/postgresql/data" \
2828
org.freebsd.jail.allow.sysvipc="required" \
2929
io.daemonless.arch="${FREEBSD_ARCH}" \
30-
io.daemonless.pkg-source="containerfile" \
30+
io.daemonless.pkg-source="pkg" \
3131
io.daemonless.upstream-url="${UPSTREAM_URL}" \
3232
io.daemonless.packages="${PACKAGES}"
3333

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ LABEL org.opencontainers.image.title="{{ title }} ${PG_VERSION}" \
2828
{%- endif %}
2929
org.freebsd.jail.allow.sysvipc="required" \
3030
io.daemonless.arch="${FREEBSD_ARCH}" \
31-
io.daemonless.pkg-source="containerfile" \
31+
io.daemonless.pkg-source="pkg" \
3232
io.daemonless.upstream-url="${UPSTREAM_URL}" \
3333
io.daemonless.packages="${PACKAGES}"
3434

0 commit comments

Comments
 (0)