Skip to content
Snippets Groups Projects
Commit ade5f325 authored by Martin Dekov (VMware)'s avatar Martin Dekov (VMware) Committed by Alex Ellis
Browse files

Bump files to use alpine:3.8


Bump Dockerfiles and mentions of alpine 3.7 to be now
3.8

Signed-off-by: default avatarMartin Dekov (VMware) <mdekov@vmware.com>
parent 2944b939
No related branches found
No related tags found
No related merge requests found
FROM arm32v6/alpine:3.7
FROM arm32v6/alpine:3.8
RUN apk --no-cache add imagemagick
......
......@@ -14,7 +14,7 @@ COPY handler.go .
RUN go install
FROM alpine:3.7
FROM alpine:3.8
# Needed to reach the hub
RUN apk --no-cache add ca-certificates
......
FROM alpine:3.7
FROM alpine:3.8
RUN apk --no-cache add curl \
&& curl -sL https://github.com/openfaas/faas/releases/download/0.9.6/fwatchdog-armhf > /usr/bin/fwatchdog \
......
FROM alpine:3.7
FROM alpine:3.8
RUN apk --no-cache add ffmpeg gifsicle curl \
&& curl -LS https://github.com/openfaas/faas/releases/download/0.9.6/fwatchdog > /usr/bin/fwatchdog \
&& chmod +x /usr/bin/fwatchdog \
&& apk del curl
&& curl -LS https://github.com/openfaas/faas/releases/download/0.9.6/fwatchdog > /usr/bin/fwatchdog \
&& chmod +x /usr/bin/fwatchdog \
&& apk del curl
WORKDIR /root/
COPY entry.sh .
ENV fprocess="./entry.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment