Skip to content

Commit

Permalink
chore(release): Use the alpine containers instead of openjdk (#531)
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 e3935c9 commit cd2f2bd
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,7 +1,7 @@
FROM openjdk:8-jre-alpine
FROM alpine:3.10
MAINTAINER delivery-engineering@netflix.com
COPY --from=compile /compiled_sources/fiat-web/build/install/fiat /opt/fiat
RUN apk --no-cache add --update bash
RUN apk --no-cache add --update bash openjdk8-jre
RUN adduser -D -S spinnaker
USER spinnaker
CMD ["/opt/fiat/bin/fiat"]

0 comments on commit cd2f2bd

Please sign in to comment.