Skip to content

Commit fb7fa5c

Browse files
committed
Chore: for pkg containerfiles, we'll always do it in Containerfile.pkg
1 parent 693baea commit fb7fa5c

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
@@ -28,7 +28,7 @@ LABEL org.opencontainers.image.title="Nextcloud" \
2828
io.daemonless.port="8082" \
2929
io.daemonless.volumes="/config,/data" \
3030
io.daemonless.arch="${FREEBSD_ARCH}" \
31-
io.daemonless.pkg-source="containerfile" \
31+
io.daemonless.pkg-source="pkg" \
3232
io.daemonless.base="nginx" \
3333
io.daemonless.upstream-url="${UPSTREAM_URL}" \
3434
io.daemonless.upstream-jq="${UPSTREAM_JQ}" \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ LABEL org.opencontainers.image.title="{{ title }}" \
3333
org.freebsd.jail.allow.mlock="required" \
3434
{%- endif %}
3535
io.daemonless.arch="${FREEBSD_ARCH}" \
36-
io.daemonless.pkg-source="containerfile" \
36+
io.daemonless.pkg-source="pkg" \
3737
io.daemonless.base="nginx" \
3838
io.daemonless.upstream-url="${UPSTREAM_URL}" \
3939
io.daemonless.upstream-jq="${UPSTREAM_JQ}" \

0 commit comments

Comments
 (0)