Skip to content

Commit 53798f6

Browse files
committed
ci: replace maintainer label w/ OCI authors label
1 parent a20c4d3 commit 53798f6

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/dockerhub.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
type=semver,pattern={{major}}.{{minor}}
4444
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
4545
labels: |
46+
org.opencontainers.image.authors=Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag), Yves Blusseau
4647
org.opencontainers.image.version=${{ env.GIT_DESCRIBE }}
4748
4849
- name: Set up QEMU

Dockerfile

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ RUN apk add --no-cache --virtual .build-deps git \
1717

1818
FROM alpine:3.15.0
1919

20-
LABEL maintainer="Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag)"
21-
2220
ARG GIT_DESCRIBE
2321
ARG ACMESH_VERSION=2.9.0
2422

@@ -28,12 +26,12 @@ ENV COMPANION_VERSION=$GIT_DESCRIBE \
2826

2927
# Install packages required by the image
3028
RUN apk add --no-cache --virtual .bin-deps \
31-
bash \
32-
coreutils \
33-
curl \
34-
jq \
35-
openssl \
36-
socat
29+
bash \
30+
coreutils \
31+
curl \
32+
jq \
33+
openssl \
34+
socat
3735

3836
# Install docker-gen from build stage
3937
COPY --from=go-builder /usr/local/bin/docker-gen /usr/local/bin/

0 commit comments

Comments
 (0)