Skip to content

Commit

Permalink
chore: ♻️ remove labels
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Oct 11, 2024
1 parent 41e3341 commit 8ef6a50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ FROM alpine:latest
WORKDIR /opt/go

LABEL maintainer="AkashRajpurohit <me@akashrajpurohit.com>"
LABEL org.opencontainers.image.authors="AkashRajpurohit <me@akashrajpurohit.com>"
LABEL org.opencontainers.image.version="${VERSION}"
LABEL org.opencontainers.image.build-date="${BUILD_DATE}"
LABEL org.opencontainers.image.source="https://github.com/AkashRajpurohit/git-sync"
LABEL org.opencontainers.image.title="git-sync"
LABEL org.opencontainers.image.description="A tool to backup and sync your git repositories"

# Install git since it's required for the application
RUN apk update && \
Expand Down

0 comments on commit 8ef6a50

Please sign in to comment.