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 e37f814b4b - updating the README with badges
- updating the release version to v0.2.1
- updating the docker image to alpine:3.4
2016-10-01 23:56:31 +01:00

10 lines
183 B
Docker

FROM alpine:3.4
MAINTAINER Rohith <gambol99@gmail.com>
RUN apk update && \
apk add ca-certificates bash
ADD bin/vault-sidekick /vault-sidekick
ENTRYPOINT [ "/vault-sidekick" ]