*: add dockerfile
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine:latest
|
||||
|
||||
MAINTAINER Eric Chiang <eric.chiang@coreos.com>
|
||||
|
||||
RUN apk add --update ca-certificates
|
||||
|
||||
COPY bin/poke /poke
|
||||
|
||||
ENTRYPOINT ["/poke"]
|
||||
|
||||
CMD ["version"]
|
Reference in New Issue
Block a user