grab the CA bundle for proper auth to Google storage

pull/537/head
runseb 9 years ago
parent baf9ae9c78
commit 15cf212730

@ -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