Skip to content

Commit bfa4e28

Browse files
authored
Upgrade JRE, add Github-CLI
1 parent 0fe6e73 commit bfa4e28

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.15 as kafka-gitops
1+
FROM alpine:3 as kafka-gitops
22

33
WORKDIR /opt
44

@@ -7,13 +7,13 @@ RUN apk --update --no-cache add curl && \
77
unzip /opt/kafka-gitops.zip && \
88
chmod 755 /opt/kafka-gitops
99

10-
FROM alpine:3.15
10+
FROM alpine:3
1111

1212
RUN apk update && apk upgrade && \
13-
apk add yq openjdk8-jre && \
13+
apk add yq github-cli openjdk17-jre && \
1414
rm -rf /var/cache/apk/*
1515

1616
COPY --from=kafka-gitops /opt/kafka-gitops /usr/local/bin/kafka-gitops
1717

1818
LABEL org.opencontainers.image.source https://github.com/supplystack/kafka-gitops
19-
LABEL org.opencontainers.image.description Combines https://github.com/devshawn/kafka-gitops and https://github.com/mikefarah/yq in a single docker image
19+
LABEL org.opencontainers.image.description Combines https://github.com/devshawn/kafka-gitops and https://github.com/mikefarah/yq in a single docker image

0 commit comments

Comments
 (0)