This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
vault-sidekick/Dockerfile
Rohith 19f6ebfe34 - shifting the docker image to alpine:3.3
- changing the argument passed to the exec default filename i.e. either file=<FILE> or path.type
- fixing up the docker build
- shifting to version v0.0.9-2
2016-05-03 12:15:23 +01:00

7 lines
129 B
Docker

FROM alpine:3.3
MAINTAINER Rohith <gambol99@gmail.com>
ADD bin/vault-sidekick /vault-sidekick
ENTRYPOINT [ "/vault-sidekick" ]