Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2026 03:11:47 +0000
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 94d7f7e47cde - stable/14 - GCE: Apply public-image label on GCE images
Message-ID:  <6a3604f3.3eaae.40d182ba@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by delphij:

URL: https://cgit.FreeBSD.org/src/commit/?id=94d7f7e47cde29d3dec533d171713505170b4b25

commit 94d7f7e47cde29d3dec533d171713505170b4b25
Author:     Xin LI <delphij@FreeBSD.org>
AuthorDate: 2026-06-10 02:33:03 +0000
Commit:     Xin LI <delphij@FreeBSD.org>
CommitDate: 2026-06-20 03:11:37 +0000

    GCE: Apply public-image label on GCE images
    
    Update the GCE image creation process to automatically apply the
    'public-image=true' label when publishing new images. This aligns
    with standard labeling expectations for images hosted in public
    projects.
    
    (cherry picked from commit c85542b92acd286d9e4b034b2ab4d6b6cd46c740)
---
 release/Makefile.gce | 1 +
 1 file changed, 1 insertion(+)

diff --git a/release/Makefile.gce b/release/Makefile.gce
index e492aef11ba2..22ba90c80363 100644
--- a/release/Makefile.gce
+++ b/release/Makefile.gce
@@ -87,6 +87,7 @@ gce-do-upload-${_FS}:
 		--architecture=${GCE_ARCH} \
 		--family=${GCE_FAMILY}-${_FS}${GCE_FAMILY_SUFX} ${GCE_LICENSE} \
 		--guest-os-features=GVNIC,UEFI_COMPATIBLE \
+		--labels=public-image=true \
 		--source-uri gs://${GCE_BUCKET}/${GCE_TARGET_${_FS}}.tar.gz
 	touch ${.OBJDIR}/${.TARGET}
 .endfor


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3604f3.3eaae.40d182ba>