-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switched to godep * Used debian-based image because someone had to use cgo
- Loading branch information
1 parent
df40b0f
commit 918ad26
Showing
2,650 changed files
with
874,075 additions
and
50,348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
# To run: | ||
# $ docker run skuid/helm-value-store | ||
|
||
FROM alpine | ||
FROM debian:latest | ||
|
||
MAINTAINER Micah Hausler, <[email protected]> | ||
|
||
RUN apk -U add ca-certificates | ||
RUN apt-get update && apt-get install -y ca-certificates | ||
|
||
COPY helm-value-store /bin/helm-value-store | ||
|
||
|
Oops, something went wrong.