dazz / s6-overlay-base

Regularly checking if just-containers/s6-overlay has published new new releases and building a base image to import assets into image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s6-overlay base image

This repo fills a small gap by providing a s6-overlay base image.

Usage

FROM hakindazz/s6-overlay-base AS s6-overlay
FROM alpine3

COPY --from=s6-overlay /s6/root /

ENTRYPOINT ["/init"]

About

Regularly checking if just-containers/s6-overlay has published new new releases and building a base image to import assets into image.

License:GNU General Public License v3.0


Languages

Language:Dockerfile 89.7%Language:Makefile 10.3%