We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ae7f5 commit 07da538Copy full SHA for 07da538
3 files changed
Containerfile
@@ -7,7 +7,7 @@
7
ARG BASE_VERSION=15-pkg
8
FROM ghcr.io/daemonless/base-core:${BASE_VERSION}
9
10
-ARG PACKAGES="s6 s6-rc execline"
+ARG PACKAGES="s6"
11
ARG VERSION=""
12
13
LABEL org.opencontainers.image.title="FreeBSD Base" \
Containerfile.j2
@@ -1,7 +1,7 @@
1
2
3
4
5
6
LABEL org.opencontainers.image.title="{{ title }}" \
README.md
@@ -39,6 +39,7 @@ services:
39
restart: unless-stopped
40
```
41
42
+
43
### Podman CLI
44
45
```bash
0 commit comments