Skip to content

Commit

Permalink
add opencontainers source label
Browse files Browse the repository at this point in the history
  • Loading branch information
Guslington authored Nov 3, 2022
1 parent c0889b4 commit 259ff2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM ruby:2.7-slim

ARG CFN_MANAGE_VERSION=*

LABEL "org.opencontainers.image.source"="https://github.com/base2Services/cfn-start-stop-stack"

RUN apt-get update && apt-get install -y git && \
useradd -ms /bin/bash -u 1000 cfn-manage

Expand Down

0 comments on commit 259ff2e

Please sign in to comment.