Skip to content

Commit 07da538

Browse files
committed
drop s6-rc & execline; only need s6
1 parent 84ae7f5 commit 07da538

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ARG BASE_VERSION=15-pkg
88
FROM ghcr.io/daemonless/base-core:${BASE_VERSION}
99

10-
ARG PACKAGES="s6 s6-rc execline"
10+
ARG PACKAGES="s6"
1111
ARG VERSION=""
1212

1313
LABEL org.opencontainers.image.title="FreeBSD Base" \

Containerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG BASE_VERSION=15-pkg
22
FROM ghcr.io/daemonless/base-core:${BASE_VERSION}
33

4-
ARG PACKAGES="s6 s6-rc execline"
4+
ARG PACKAGES="s6"
55
ARG VERSION=""
66

77
LABEL org.opencontainers.image.title="{{ title }}" \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ services:
3939
restart: unless-stopped
4040
```
4141
42+
4243
### Podman CLI
4344
4445
```bash

0 commit comments

Comments
 (0)