mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 04:26:35 +00:00
Bump alpine to 3.11
There's a new release which appears to have no apparent down- sides or breakages. https://www.alpinelinux.org/posts/Alpine-3.11.2-released.html Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
76e463a7a0
commit
b45e2a52a4
@ -1,6 +1,6 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.11
|
||||
|
||||
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
|
||||
RUN chmod +x /usr/bin/fwatchdog
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.11
|
||||
|
||||
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
|
||||
RUN chmod +x /usr/bin/fwatchdog
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.11
|
||||
|
||||
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
|
||||
RUN chmod +x /usr/bin/fwatchdog
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM artemklevtsov/r-alpine:latest
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM node:6.9.1-alpine
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:2.1 as build
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM golang:1.11-alpine
|
||||
ENV CGO_ENABLED=0
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM openjdk:8u121-jdk-alpine
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM node:6.9.1-alpine
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM python:2.7-alpine
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM alpine:3.10 as builder
|
||||
FROM alpine:3.11 as builder
|
||||
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
|
||||
RUN chmod +x /usr/bin/fwatchdog
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.11
|
||||
RUN apk --update add nodejs nodejs-npm
|
||||
|
||||
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.11
|
||||
RUN apk --update add nodejs nodejs-npm
|
||||
|
||||
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM golang:1.11-alpine as builder
|
||||
ENV CGO_ENABLED=0
|
||||
@ -10,7 +10,7 @@ WORKDIR /go/src/github.com/openfaas/faas/sample-functions/DockerHubStats
|
||||
COPY . /go/src/github.com/openfaas/faas/sample-functions/DockerHubStats
|
||||
RUN set -ex && apk add make && make install
|
||||
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.11
|
||||
|
||||
# Needed to reach the hub
|
||||
RUN apk --no-cache add ca-certificates
|
||||
|
@ -13,7 +13,7 @@ COPY . /go/src/github.com/openfaas/faas/sample-functions/DockerHubStats
|
||||
|
||||
RUN make install
|
||||
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.11
|
||||
|
||||
# Needed to reach the hub
|
||||
RUN apk --no-cache add ca-certificates
|
||||
|
@ -1,4 +1,7 @@
|
||||
FROM functions/alpine:latest
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk --update add nodejs nodejs-npm
|
||||
|
||||
COPY package.json .
|
||||
@ -6,5 +9,8 @@ COPY handler.js .
|
||||
COPY sample.json .
|
||||
|
||||
RUN npm i
|
||||
|
||||
USER 1000
|
||||
|
||||
ENV fprocess="node handler.js"
|
||||
CMD ["fwatchdog"]
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM golang:1.11-alpine as builder
|
||||
ENV CGO_ENABLED=0
|
||||
@ -13,7 +13,7 @@ COPY vendor vendor
|
||||
|
||||
RUN go install
|
||||
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.11
|
||||
|
||||
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
|
||||
RUN chmod +x /usr/bin/fwatchdog
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.11
|
||||
|
||||
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
|
||||
RUN chmod +x /usr/bin/fwatchdog
|
||||
|
@ -1,11 +1,14 @@
|
||||
FROM functions/alpine:latest
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk --update add nodejs nodejs-npm
|
||||
|
||||
COPY package.json .
|
||||
COPY main.js .
|
||||
|
||||
RUN npm i
|
||||
USER 1000
|
||||
|
||||
ENV fprocess="node main.js"
|
||||
CMD ["fwatchdog"]
|
||||
|
@ -1,5 +1,7 @@
|
||||
FROM functions/alpine:latest
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk --update add nodejs nodejs-npm
|
||||
|
||||
COPY package.json .
|
||||
@ -7,5 +9,7 @@ COPY main.js .
|
||||
|
||||
RUN npm i
|
||||
|
||||
USER 1000
|
||||
|
||||
ENV fprocess="node main.js"
|
||||
CMD ["fwatchdog"]
|
@ -1,5 +1,7 @@
|
||||
FROM functions/alpine:latest
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk --update add nodejs nodejs-npm
|
||||
|
||||
COPY package.json .
|
||||
@ -7,5 +9,7 @@ COPY main.js .
|
||||
|
||||
RUN npm i
|
||||
|
||||
USER 1000
|
||||
|
||||
ENV fprocess="node main.js"
|
||||
CMD ["fwatchdog"]
|
@ -1,4 +1,4 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM alexellis2/phantomjs-docker:latest
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM v4tech/imagemagick
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM arm32v6/alpine:3.10
|
||||
FROM arm32v6/alpine:3.11
|
||||
|
||||
RUN apk --no-cache add imagemagick
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM python:2.7-alpine
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM arm32v7/python:2.7-slim
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openfaas/classic-watchdog:0.14.4 as watchdog
|
||||
FROM openfaas/classic-watchdog:0.18.8 as watchdog
|
||||
|
||||
FROM golang:1.11-alpine as builder
|
||||
ENV CGO_ENABLED=0
|
||||
@ -12,7 +12,7 @@ COPY handler.go .
|
||||
|
||||
RUN go install
|
||||
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.11
|
||||
|
||||
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
|
||||
RUN chmod +x /usr/bin/fwatchdog
|
||||
|
@ -1,5 +1,10 @@
|
||||
FROM functions/alpine:latest
|
||||
|
||||
USER root
|
||||
|
||||
# Populate example here
|
||||
ENV fprocess="wc"
|
||||
|
||||
USER 1000
|
||||
|
||||
CMD ["fwatchdog"]
|
||||
|
@ -1,2 +1,3 @@
|
||||
FROM functions/alpine:latest
|
||||
|
||||
ENV fprocess "/bin/cat"
|
||||
|
@ -1,8 +1,11 @@
|
||||
FROM functions/alpine:latest
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk add --no-cache figlet
|
||||
|
||||
ENV fprocess="figlet"
|
||||
USER 1000
|
||||
|
||||
HEALTHCHECK --interval=5s CMD [ -e /tmp/.lock ] || exit 1
|
||||
CMD ["fwatchdog"]
|
@ -1,7 +1,9 @@
|
||||
FROM functions/alpine:latest
|
||||
USER root
|
||||
|
||||
RUN apk add --no-cache figlet
|
||||
|
||||
USER 1000
|
||||
ENV fprocess="figlet"
|
||||
|
||||
HEALTHCHECK --interval=5s CMD [ -e /tmp/.lock ] || exit 1
|
||||
|
@ -1,7 +1,12 @@
|
||||
FROM functions/alpine:latest
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk add ffmpeg gifsicle
|
||||
WORKDIR /root/
|
||||
COPY entry.sh .
|
||||
ENV fprocess="./entry.sh"
|
||||
|
||||
USER 1000
|
||||
|
||||
CMD ["fwatchdog"]
|
||||
|
@ -1,5 +1,9 @@
|
||||
FROM functions/alpine:latest
|
||||
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk add --no-cache pwgen
|
||||
|
||||
USER 1000
|
||||
|
||||
ENV fprocess="xargs pwgen -s"
|
||||
|
Reference in New Issue
Block a user