Skip to content

Commit

Permalink
do not build on alpine
Browse files Browse the repository at this point in the history
testing this without alpine because alpine bug might be
 causing issue where redis does not resolve new ip address:
 gliderlabs/docker-alpine#255

* also pin to 4.0
  • Loading branch information
chrishiestand committed Oct 4, 2017
1 parent 220403d commit 2f22f9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM redis:4-alpine
FROM redis:4.0
ENTRYPOINT ["/app/redis-or-bootstrap"]
RUN apk --update --no-cache add bash

COPY redis-or-bootstrap /app/redis-or-bootstrap
USER guest
USER redis

0 comments on commit 2f22f9b

Please sign in to comment.