Skip to content

Commit

Permalink
fix: format dockerfile labels
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Jan 5, 2023
1 parent 82bc81c commit 61cb5ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

FROM bitnami/minideb:latest

LABEL org.label-schema.name="vladdoster/dotfiles" \
org.opencontainers.image.title="dotfiles" \
org.opencontainers.image.source="http://dotfiles.vdoster.com/" \
org.opencontainers.image.description="Containerized dotfiles environment"
LABEL org.label-schema.name="vladdoster/dotfiles"
LABEL org.opencontainers.image.title="dotfiles"
LABEL org.opencontainers.image.source="http://dotfiles.vdoster.com/"
LABEL org.opencontainers.image.description="Containerized dotfiles environment"

ARG USER

Expand Down

0 comments on commit 61cb5ef

Please sign in to comment.