Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dviejokfs committed Apr 28, 2021
1 parent 6e7cfd2 commit 9f84e98
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3

LABEL name="HLF Operator" \
vendor="Kung Fu Software <dviejo@kungfusoftware.es>" \
maintainer="Kung Fu Software <dviejo@kungfusoftware.es>" \
version="v1.1.0" \
release="v1.1.0"

RUN \
microdnf update --nodocs && \
Expand All @@ -13,6 +8,12 @@ RUN \
COPY CREDITS /licenses/CREDITS
COPY LICENSE /licenses/LICENSE
COPY LICENSE /licenses/LICENSE
LABEL name="HLF Operator" \
vendor="Kung Fu Software <dviejo@kungfusoftware.es>" \
maintainer="Kung Fu Software <dviejo@kungfusoftware.es>" \
version="v1.1.0" \
release="v1.1.0"

COPY charts /charts

COPY hlf-operator /hlf-operator
Expand Down

0 comments on commit 9f84e98

Please sign in to comment.