From c1defbb810ec52b9959893eeb93a52eac92b7281 Mon Sep 17 00:00:00 2001 From: semrel-sync-bot Date: Mon, 6 Jul 2026 08:21:13 +0000 Subject: [PATCH] chore: sync from plugin-template@1e28930 -- Dockerfile --- Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index a44a42e..d12e989 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,6 @@ # SPDX-FileCopyrightText: 2026 The analyzer-default Authors # ── build stage ──────────────────────────────────────────────────────────────── -# Use BUILDPLATFORM so cross-compilation happens on the native runner (fast). -# TARGETOS/TARGETARCH are injected by buildx for each platform slice. FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS build ARG TARGETOS @@ -25,10 +23,10 @@ ARG VERSION=dev ARG BUILD_DATE ARG VCS_REF -LABEL org.opencontainers.image.title="semrel-plugin-analyzer-default" \ - org.opencontainers.image.description="semrel plugin: analyzer-default" \ +LABEL org.opencontainers.image.title="semrel-plugin-plugin-template" \ + org.opencontainers.image.description="semrel plugin template subprocess example" \ org.opencontainers.image.url="https://semrel.io" \ - org.opencontainers.image.source="https://github.com/SemRels/analyzer-default" \ + org.opencontainers.image.source="https://github.com/SemRels/plugin-template" \ org.opencontainers.image.version="${VERSION}" \ org.opencontainers.image.created="${BUILD_DATE}" \ org.opencontainers.image.revision="${VCS_REF}" \