Skip to content

Commit

Permalink
chore(release): Use the alpine containers instead of openjdk (spinnak…
Browse files Browse the repository at this point in the history
…er#3343)

The container we had been using hasn't been updated in months. See
spinnaker/spinnaker#5204.
  • Loading branch information
plumpy authored Dec 14, 2019
1 parent 35d5f56 commit df82368
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 [email protected]
COPY --from=compile /compiled_sources/orca-web/build/install/orca /opt/orca
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/orca/bin/orca"]

0 comments on commit df82368

Please sign in to comment.