Skip to content

Commit

Permalink
Annote container image with github source
Browse files Browse the repository at this point in the history
closes #390
  • Loading branch information
gberche-orange authored Oct 20, 2022
1 parent b692349 commit 10c8d5a
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 @@ -27,6 +27,8 @@ RUN make cli
# release image with kubectl + kuttl
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest

LABEL org.opencontainers.image.source="https://github.com/kudobuilder/kuttl/"

RUN microdnf install vim tar gzip
RUN echo 'alias vi=vim' >> ~/.bashrc

Expand Down

0 comments on commit 10c8d5a

Please sign in to comment.