Skip to content

Commit

Permalink
Cleanup labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Sep 27, 2021
1 parent dab20b1 commit ded388c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ FROM alpine:3.14.2
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

# Labels
LABEL maintainer="Thomas Deutsch <[email protected]>"
LABEL org.label-schema.schema-version="1.0"
LABEL org.label-schema.name="debugcontainer-alpine"
LABEL org.label-schema.description="debugcontainer image alternative with Alpine"
LABEL org.label-schema.url="http://tuxpeople.org"
LABEL org.opencontainers.image.authors="Thomas Deutsch <[email protected]>"

# Repository pinning https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management#Repository_pinning
RUN echo "@edge http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
Expand Down

0 comments on commit ded388c

Please sign in to comment.