From eb73cd96a205652adf7c5faead604044f3686673 Mon Sep 17 00:00:00 2001 From: Luke Campbell Date: Fri, 11 Aug 2023 11:39:34 -0400 Subject: [PATCH] Updates container labels and copyright year This commit updates the labels within the docker image to reflect the opencontainers standard for metadata available within the image. This allows users of the image to rapidly identify where the source code, and the contact information for maintainers, contributors, as well as the license of the source code. --- Dockerfile | 8 ++++++-- LICENSE | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 291f889..459424e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,11 @@ FROM phusion/baseimage:focal-1.2.0 -LABEL maintainer="Kyle Wilcox " \ - description='The GUTILS container' +LABEL org.opencontainers.image.description="GUTILS as a docker image." +LABEL org.opencontainers.image.authors="Kyle Wilcox " +LABEL org.opencontainers.image.url="https://git.axiom/SECOORA/GUTILS/" +LABEL org.opencontainers.image.source="https://git.axiom/SECOORA/GUTILS/" +LABEL org.opencontainers.image.licenses="MIT" + # Use baseimage-docker's init system CMD ["/sbin/my_init"] diff --git a/LICENSE b/LICENSE index 7e41d6c..85c864f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2022 Axiom Data Science +Copyright (C) 2023 Axiom Data Science, LLC. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal