From 4fef391b646e80d810c53566a5ac435726017a31 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 12 Jul 2020 11:36:31 -0500 Subject: [PATCH] misc: Switched maintainer label to opencontainers schema --- .github/workflows/main.yml | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3673005..9e436904 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,4 +43,5 @@ jobs: tag_with_sha: false cache_froms: itzg/minecraft-server:latest add_git_labels: true + labels: org.opencontainers.image.url=https://github.com/itzg/docker-minecraft-server,org.opencontainers.image.documentation=https://github.com/itzg/docker-minecraft-server push: true diff --git a/Dockerfile b/Dockerfile index eddce74a..e7a5ae0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:8u212-jre-alpine -LABEL maintainer "itzg" +LABEL org.opencontainers.image.authors="Geoff Bourne " RUN apk add --no-cache -U \ openssl \