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.
- Host: GitHub
- URL: https://github.com/dazz/s6-overlay-base
- Owner: dazz
- License: gpl-3.0
- Created: 2024-07-31T20:54:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-04T19:43:28.000Z (about 1 year ago)
- Last Synced: 2025-03-24T16:01:47.777Z (7 months ago)
- Topics: docker, s6-overlay
- Language: Dockerfile
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 alpine3COPY --from=s6-overlay /s6/root /
ENTRYPOINT ["/init"]
```