Merge pull request #537 from runseb/cacerts

grab the CA bundle for proper auth to Google storage
pull/484/head
Matt Butcher 10 years ago
commit ff0308f4b7

@ -13,6 +13,7 @@
# limitations under the License. # limitations under the License.
FROM alpine:3.3 FROM alpine:3.3
RUN apk --update add ca-certificates
COPY . / COPY . /
EXPOSE 8080 EXPOSE 8080
CMD ["/bin/manager", "--kubectl=/bin/kubectl"] CMD ["/bin/manager", "--kubectl=/bin/kubectl"]

@ -13,6 +13,7 @@
# limitations under the License. # limitations under the License.
FROM alpine:3.3 FROM alpine:3.3
RUN apk --update add ca-certificates
COPY . / COPY . /
EXPOSE 8080 EXPOSE 8080
CMD ["/bin/resourcifier", "--kubectl=/bin/kubectl"] CMD ["/bin/resourcifier", "--kubectl=/bin/kubectl"]

Loading…
Cancel
Save