Skip to content

Commit 7e9f414

Browse files
committed
fix(build-images): update min-core label to 3.17.0
Bump the org.nethserver.min-core label from 3.12.4-0 to 3.17.0-0 to align container metadata with the required release for issue NethServer/dev#7836.
1 parent bef47d5 commit 7e9f414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ buildah add "${container}" imageroot /imageroot
7171
buildah add "${container}" ui/dist /ui
7272
# Setup the entrypoint, ask to reserve one TCP port with the label and set a rootless container
7373
buildah config --entrypoint=/ \
74-
--label="org.nethserver.min-core=3.12.4-0" \
74+
--label="org.nethserver.min-core=3.17.0-0" \
7575
--label="org.nethserver.max-per-node=1" \
7676
--label="org.nethserver.rootfull=0" \
7777
--label="org.nethserver.authorizations=node:fwadm traefik@any:certadm" \

0 commit comments

Comments
 (0)