Skip to content

Commit

Permalink
release v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lior Nabat committed Nov 12, 2021
1 parent fb248c8 commit 4861e90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ ADD . $GOPATH/github.com/kubemq-io/kubemq-bridges
WORKDIR $GOPATH/github.com/kubemq-io/kubemq-bridges
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -tags container -a -mod=vendor -installsuffix cgo -ldflags="-w -s -X main.version=$VERSION" -o kubemq-bridges-run .
FROM registry.access.redhat.com/ubi8/ubi-minimal
RUN microdnf install yum \
&& yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical \
&& yum clean all \
&& microdnf remove yum \
&& microdnf clean all
#RUN microdnf install yum \
# && yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical \
# && yum clean all \
# && microdnf remove yum \
# && microdnf clean all
MAINTAINER KubeMQ [email protected]
LABEL name="KubeMQ Bridges Connectors" \
maintainer="[email protected]" \
Expand Down

0 comments on commit 4861e90

Please sign in to comment.