Skip to content

Commit e3fbee0

Browse files
committed
add type label
1 parent 1e5bb97 commit e3fbee0

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.daemonless.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
type: base

14/Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ LABEL org.opencontainers.image.title="base" \
77
org.opencontainers.image.url="https://github.com/daemonless/base" \
88
org.opencontainers.image.licenses="BSD-2-Clause" \
99
org.opencontainers.image.vendor="daemonless" \
10-
org.opencontainers.image.authors="daemonless"
10+
org.opencontainers.image.authors="daemonless" \
11+
io.daemonless.type="base"
1112

1213
ARG FREEBSD_MAJOR=14
1314
ARG FREEBSD_ARCH=amd64

15/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ LABEL org.opencontainers.image.title="base" \
1313
org.opencontainers.image.licenses="BSD-2-Clause" \
1414
org.opencontainers.image.vendor="daemonless" \
1515
org.opencontainers.image.authors="daemonless" \
16+
io.daemonless.type="base" \
1617
io.daemonless.packages="${PACKAGES}"
1718

1819
ENV ASSUME_ALWAYS_YES=yes

0 commit comments

Comments
 (0)