From 3d149cbf958c968d749af4ae75f819e9992ab188c7c514b1d5df815b06d802ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 28 Sep 2023 12:05:56 +0000 Subject: [PATCH 1/2] [info=699db2e035bbe14e5de61306a0e2617d] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/golang-oldstable-image?expand=0&rev=31 --- Dockerfile | 4 ++-- golang-oldstable-image.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7be9749..3a8c63f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/) # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.bci.golang -LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Golang 1.20" -LABEL org.opencontainers.image.description="Golang 1.20 container based on the openSUSE Tumbleweed Base Container Image." +LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Go 1.20 development" +LABEL org.opencontainers.image.description="Go 1.20 development container based on the openSUSE Tumbleweed Base Container Image." LABEL org.opencontainers.image.version="1.20" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" diff --git a/golang-oldstable-image.changes b/golang-oldstable-image.changes index a7801cc..3939cfe 100644 --- a/golang-oldstable-image.changes +++ b/golang-oldstable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 28 12:01:58 UTC 2023 - Dirk Mueller + +- correct descriptions to be more consistent + ------------------------------------------------------------------- Fri Sep 8 12:26:58 UTC 2023 - Dirk Mueller From 6318c35e3386dfe7c896a22204bcc68f7eef112c2dff24ffc514411964d77406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 28 Sep 2023 15:02:59 +0000 Subject: [PATCH 2/2] [info=f5acf31871c2a799d586ff601b45de3b] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/golang-oldstable-image?expand=0&rev=32 --- Dockerfile | 15 +++++++++++++++ golang-oldstable-image.changes | 5 +++++ 2 files changed, 20 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3a8c63f..49f5640 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,19 @@ # SPDX-License-Identifier: MIT + +# Copyright (c) 2023 SUSE LLC + +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. + +# The content of THIS FILE IS AUTOGENERATED and should not be manually modified. +# It is maintained by the BCI team and generated by +# https://github.com/SUSE/BCI-dockerfile-generator + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# You can contact the BCI team via https://github.com/SUSE/bci/discussions + + #!BuildTag: opensuse/bci/golang:oldstable #!BuildTag: opensuse/bci/golang:oldstable-2.%RELEASE% #!BuildTag: opensuse/bci/golang:1.20 diff --git a/golang-oldstable-image.changes b/golang-oldstable-image.changes index 3939cfe..de008d8 100644 --- a/golang-oldstable-image.changes +++ b/golang-oldstable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 28 14:29:10 UTC 2023 - Dirk Mueller + +- add copyright and description header + ------------------------------------------------------------------- Thu Sep 28 12:01:58 UTC 2023 - Dirk Mueller