Skip to content

Commit

Permalink
refactor(dockerfile): Update maintainer label
Browse files Browse the repository at this point in the history
  • Loading branch information
kereis committed Mar 14, 2021
1 parent b81f50d commit 0e7b324
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ldez/traefik-certs-dumper:v2.7.0
LABEL maintainer="Humenius <[email protected]>"
LABEL maintainer="kereis <[email protected]>"

RUN \
apk update && \
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ldez/traefik-certs-dumper:v2.7.0-arm.v8
LABEL maintainer="Humenius <[email protected]>"
LABEL maintainer="kereis <[email protected]>"

COPY --from=multiarch/qemu-user-static:x86_64-aarch64 \
/usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64-static
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ldez/traefik-certs-dumper:v2.7.0-arm.v7
LABEL maintainer="Humenius <[email protected]>"
LABEL maintainer="kereis <[email protected]>"

COPY --from=multiarch/qemu-user-static:x86_64-arm /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM docker:19.03.13
LABEL maintainer="Humenius <[email protected]>"
LABEL maintainer="kereis <[email protected]>"

RUN \
apk update && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM arm64v8/docker:19.03.13
LABEL maintainer="Humenius <[email protected]>"
LABEL maintainer="kereis <[email protected]>"

COPY --from=multiarch/qemu-user-static:x86_64-aarch64 /usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64-static

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM arm32v7/docker:19.03.8
LABEL maintainer="Humenius <[email protected]>"
LABEL maintainer="kereis <[email protected]>"

COPY --from=multiarch/qemu-user-static:x86_64-arm /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static

Expand Down

0 comments on commit 0e7b324

Please sign in to comment.