Skip to content

Commit

Permalink
Add proper labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony Bailey authored and Antony Bailey committed Apr 26, 2024
1 parent 26f12f9 commit 846d7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN pip install --no-cache-dir -r requirements.txt
ENV PYTHONUNBUFFERED=1

# Add standard labels
LABEL maintainer="Joshua Clarke and Antony Bailey <antony.bailey@thepoliceoftheinter.net>"
LABEL description="This is a Docker image for the Hammy McHamilton Discord Bot."
LABEL org.opencontainers.image.maintainer="Joshua Clarke and Antony Bailey <antony.bailey@thepoliceoftheinter.net>"
LABEL org.opencontainers.image.description DESCRIPTION="This is a Docker image for the Hammy McHamilton Discord Bot."
LABEL org.opencontainers.image.created="$BUILD_DATE"
# docker build --build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') -t hammy-mchamilton .

Expand Down

0 comments on commit 846d7c6

Please sign in to comment.