From 47f9c1a389d837360b5b24e3d5cb107b8fa0cd0d Mon Sep 17 00:00:00 2001 From: Adam Fidel Date: Fri, 3 Jan 2025 02:20:11 -0600 Subject: [PATCH 1/2] chore: update built image description --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index c8e646e..31dfe07 100644 --- a/Justfile +++ b/Justfile @@ -217,7 +217,7 @@ build image="aurora" tag="latest" flavor="main" rechunk="0" ghcr="0" pipeline="0 LABELS+=("--label" "ostree.linux=${kernel_release}") LABELS+=("--label" "io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/bluefin/bluefin/README.md") LABELS+=("--label" "io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4") - LABELS+=("--label" "org.opencontainers.image.description=An interpretation of the Ubuntu spirit built on Fedora technology") + LABELS+=("--label" "org.opencontainers.image.description=The ultimate productivity workstation") # Build Image podman build \ From 6e0f3905e68a162885ae5351bd219590f4319454 Mon Sep 17 00:00:00 2001 From: Adam Fidel Date: Fri, 3 Jan 2025 02:56:52 -0600 Subject: [PATCH 2/2] chore: update README link in labels --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 31dfe07..b602a6f 100644 --- a/Justfile +++ b/Justfile @@ -215,7 +215,7 @@ build image="aurora" tag="latest" flavor="main" rechunk="0" ghcr="0" pipeline="0 LABELS+=("--label" "org.opencontainers.image.title=${image_name}") LABELS+=("--label" "org.opencontainers.image.version=${ver}") LABELS+=("--label" "ostree.linux=${kernel_release}") - LABELS+=("--label" "io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/bluefin/bluefin/README.md") + LABELS+=("--label" "io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/aurora/refs/heads/main/README.md") LABELS+=("--label" "io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4") LABELS+=("--label" "org.opencontainers.image.description=The ultimate productivity workstation") @@ -362,7 +362,7 @@ rechunk image="aurora" tag="latest" flavor="main" ghcr="0" pipeline="0": --env REPO=/var/ostree/repo \ --env PREV_REF=ghcr.io/ublue-os/"${image_name}":"${tag}" \ --env OUT_NAME="$OUT_NAME" \ - --env LABELS="org.opencontainers.image.title=${image_name}$'\n''io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/bluefin/refs/heads/main/README.md'$'\n''io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4'$'\n'" \ + --env LABELS="org.opencontainers.image.title=${image_name}$'\n''io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/aurora/refs/heads/main/README.md'$'\n''io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4'$'\n'" \ --env "DESCRIPTION='An interpretation of the Ubuntu spirit built on Fedora technology'" \ --env "VERSION=${VERSION}" \ --env VERSION_FN=/workspace/version.txt \