Skip to content

Commit f472e61

Browse files
committed
Chore: for pkg containerfiles, we'll always do it in Containerfile.pkg
1 parent 02a79d7 commit f472e61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Containerfile renamed to Containerfile.pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LABEL org.opencontainers.image.title="Tailscale" \
2424
io.daemonless.category="Infrastructure" \
2525
io.daemonless.volumes="/config" \
2626
io.daemonless.arch="${FREEBSD_ARCH}" \
27-
io.daemonless.pkg-source="containerfile" \
27+
io.daemonless.pkg-source="pkg" \
2828
io.daemonless.upstream-url="${UPSTREAM_URL}" \
2929
io.daemonless.upstream-jq="${UPSTREAM_JQ}" \
3030
io.daemonless.healthcheck-url="tailscale-status" \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ LABEL org.opencontainers.image.title="{{ title }}" \
2626
org.freebsd.jail.allow.mlock="required" \
2727
{%- endif %}
2828
io.daemonless.arch="${FREEBSD_ARCH}" \
29-
io.daemonless.pkg-source="containerfile" \
29+
io.daemonless.pkg-source="pkg" \
3030
io.daemonless.upstream-url="${UPSTREAM_URL}" \
3131
io.daemonless.upstream-jq="${UPSTREAM_JQ}" \
3232
io.daemonless.healthcheck-url="tailscale-status" \

0 commit comments

Comments
 (0)