Skip to content

Commit

Permalink
Add description to docker images
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Sep 19, 2023
1 parent 368a4cc commit 03cf8d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/monitor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ubuntu:22.04
LABEL maintainer="Canonical Sustaining Engineering <[email protected]>"
LABEL org.opencontainers.image.description "Athena Monitor"

RUN apt update
RUN apt --yes install \
Expand Down
1 change: 1 addition & 0 deletions cmd/processor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ubuntu:22.04
LABEL maintainer="Canonical Sustaining Engineering <[email protected]>"
LABEL org.opencontainers.image.description "Athena Processor"

RUN apt update
RUN apt --yes install \
Expand Down

0 comments on commit 03cf8d0

Please sign in to comment.