misc: Switched maintainer label to opencontainers schema

This commit is contained in:
Geoff Bourne 2020-07-12 11:36:31 -05:00
parent 83f6cebd0b
commit 4fef391b64
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
FROM openjdk:8u212-jre-alpine
LABEL maintainer "itzg"
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
RUN apk add --no-cache -U \
openssl \