s6-overlay is a series of init scripts and utilities to ease creating Docker images using s6 as a process supervisor.
The images in this repository contain only the unpacked s6-overlay. This repo is not intended to be used directly, but rather consumed in other Dockerfiles as a multi-platform and reusable build stage. Example usage:
FROM ...
COPY --from=arpaulnet/s6-overlay-stage:2.0 / /
RUN ...
This repository uses multi-platform images via Docker manifests. You do not need to use a platform-specific tag (although you can); Docker will automatically choose the appropriate architecture. Currently, the supported architectures are:
x86/386x86_64/amd64arm/arm32v6armhf/arm32v7arm64/arm64v8ppc64leIn addition to latest, this repository uses semantic versioned tags:
2)2.0)2.0.0)2.0.0.1)These tags will be updated monthly from the latest release of s6-overlay.
Content type
Image
Digest
Size
1.9 MB
Last updated
about 5 years ago
docker pull orangeqiu/s6-overlay-stage