Personal testing version of the fn project base docker image.
809
This image is a base image for all the other images. Currently, it's just the alpine OS image with CA certs installed.
First, be sure to get the latest alpine:
docker pull alpine
docker pull alpine:edge
Then build it:
docker build -t fnproject/base:latest --no-cache .
Tag it with Alpine version, run docker run --rm fnproject/base cat /etc/os-release to check version.
docker tag fnproject/base:latest fnproject/base:X.Y.Z
Push:
docker push fnproject/base
Content type
Image
Digest
Size
3.2 MB
Last updated
over 8 years ago
docker pull skwashd/fn-base