Skip to content

Commit

Permalink
Add labels to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Jun 7, 2024
1 parent d417819 commit 88769d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
FROM python:3.11-slim

ARG VERSION=dev

LABEL org.opencontainers.image.source=https://github.com/scality/runner-manager
LABEL org.opencontainers.image.description="Manager for GitHub Actions self-hosted runners"
LABEL org.opencontainers.image.licenses="Apache-2.0"
LABEL org.opencontainers.image.version=$VERSION

EXPOSE 8000
HEALTHCHECK NONE

Expand Down

0 comments on commit 88769d8

Please sign in to comment.