Sign inSign up

skwashd/fn-base

By skwashd

Updated over 8 years ago

Personal testing version of the fn project base docker image.

Image
0

809

skwashd/fn-base repository overview

This image is a base image for all the other images. Currently, it's just the alpine OS image with CA certs installed.

Building this image

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

Tag summary

Content type

Image

Digest

Size

3.2 MB

Last updated

over 8 years ago

docker pull skwashd/fn-base