Skip to content

Commit

Permalink
feat: add labels for ghcr to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Nov 28, 2023
1 parent b7a535f commit f406f37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM rocker/shiny:latest

LABEL org.opencontainers.image.source = "https://github.com/jimbrig/self-insurance-kpi-app"
LABEL org.opencontainers.image.authors = "Jimmy Briggs <jimmy.briggs@jimbrig.com>"
LABEL org.opencontainers.image.title = "Self Insurance KPI App"
LABEL org.opencontainers.image.description = "A Shiny app for calculating self insurance KPIs"

ARG R_CONFIG_ACTIVE=default
ENV R_CONFIG_ACTIVE=$R_CONFIG_ACTIVE

Expand Down

0 comments on commit f406f37

Please sign in to comment.