Skip to content

Commit a9ffa46

Browse files
committed
chore: add 15.1 images. (15.0 still default for now)
1 parent 09f4f6e commit a9ffa46

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.daemonless/config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ build:
1212
- tag: "15-pkg-latest"
1313
args:
1414
PKG_BRANCH: latest
15-
- tag: "15.1-rc3-pkg"
15+
- tag: "15.1-pkg"
1616
args:
17-
FREEBSD_RELEASE: "15.1.rc3"
1817
PKG_BRANCH: quarterly
18+
- tag: "15.1-pkg-latest"
19+
args:
20+
PKG_BRANCH: latest
1921

2022
cit:
2123
mode: shell

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Minimal FreeBSD base image without service supervision. Foundation for CLI tools
2222
| :--- | :--- | :--- |
2323
| `15-pkg` / `latest` | **FreeBSD Port**. Built from FreeBSD packages. | Production stability. |
2424
| `15-pkg-latest` | **FreeBSD Port**. Built from FreeBSD packages. | Production stability. |
25-
| `15.1-rc2-pkg` | **FreeBSD Port**. Built from FreeBSD packages. | Production stability. |
25+
| `15.1-pkg` | **FreeBSD Port**. Built from FreeBSD packages. | Production stability. |
26+
| `15.1-pkg-latest` | **FreeBSD Port**. Built from FreeBSD packages. | Production stability. |
2627

2728
## Prerequisites
2829

@@ -35,7 +36,7 @@ Before deploying, ensure your host environment is ready. See the [Quick Start Gu
3536
```yaml
3637
services:
3738
base-core:
38-
image: ghcr.io/daemonless/base-core:latest
39+
image: "ghcr.io/daemonless/base-core:latest"
3940
container_name: base-core
4041
restart: unless-stopped
4142
```
@@ -53,7 +54,7 @@ podman run -d --name base-core \
5354
- name: Deploy base-core
5455
containers.podman.podman_container:
5556
name: base-core
56-
image: ghcr.io/daemonless/base-core:latest
57+
image: "ghcr.io/daemonless/base-core:latest"
5758
state: started
5859
restart_policy: always
5960
```

0 commit comments

Comments
 (0)