An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/dazz/s6-overlay-base

docker s6-overlay

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

## Usage

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

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

ENTRYPOINT ["/init"]
```