Skip to content

Commit

Permalink
chore(release): Use the alpine containers instead of openjdk (#4224)
Browse files Browse the repository at this point in the history
The container we had been using hasn't been updated in months. See
spinnaker/spinnaker#5204.
  • Loading branch information
plumpy committed Dec 14, 2019
1 parent 83a9064 commit dd331fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.slim
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM openjdk:8-jdk-alpine
FROM alpine:3.10
MAINTAINER delivery-engineering@netflix.com
COPY --from=compile /compiled_sources/clouddriver-web/build/install/clouddriver /opt/clouddriver

ENV KUBECTL_VERSION v1.16.0

RUN apk --no-cache add --update bash wget unzip 'python2>2.7.9' && \
RUN apk --no-cache add --update bash wget unzip openjdk8 'python2>2.7.9' && \
wget -nv https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && \
unzip -qq google-cloud-sdk.zip -d /opt && \
rm google-cloud-sdk.zip && \
Expand Down

0 comments on commit dd331fa

Please sign in to comment.