Skip to content

Commit 897a913

Browse files
committed
chore: add 15.1 images & enable CIT testing
1 parent b046d10 commit 897a913

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

.daemonless/config.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
type: base
22
build:
3-
auto_version: true
43
variants:
54
- tag: "15"
65
args:
@@ -10,3 +9,12 @@ build:
109
args:
1110
BASE_VERSION: "15-latest"
1211
aliases: ["pkg-latest"]
12+
- tag: "15.1"
13+
args:
14+
BASE_VERSION: "15.1"
15+
- tag: "15.1-latest"
16+
args:
17+
BASE_VERSION: "15.1-latest"
18+
19+
cit:
20+
mode: shell

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Source: dbuild templates
1010

1111
Shared base image for *Arr applications (Radarr, Sonarr, Lidarr, Prowlarr) containing common dependencies.
1212

13-
1413
| | |
1514
|---|---|
1615
| **Registry** | `ghcr.io/daemonless/arr-base` |
@@ -23,6 +22,8 @@ Shared base image for *Arr applications (Radarr, Sonarr, Lidarr, Prowlarr) conta
2322
| :--- | :--- | :--- |
2423
| `15` / `latest` / `pkg` | **FreeBSD Port**. Built from FreeBSD packages. | Production stability. |
2524
| `15-latest` / `pkg-latest` | **FreeBSD Latest**. Rolling package updates. | Newest FreeBSD packages. |
25+
| `15.1` | **FreeBSD Port**. Built from FreeBSD packages. | Production stability. |
26+
| `15.1-latest` | **FreeBSD Latest**. Rolling package updates. | Newest FreeBSD packages. |
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
arr-base:
38-
image: ghcr.io/daemonless/arr-base:latest
39+
image: "ghcr.io/daemonless/arr-base:latest"
3940
container_name: arr-base
4041
restart: unless-stopped
4142
```
@@ -53,13 +54,11 @@ podman run -d --name arr-base \
5354
- name: Deploy arr-base
5455
containers.podman.podman_container:
5556
name: arr-base
56-
image: ghcr.io/daemonless/arr-base:latest
57+
image: "ghcr.io/daemonless/arr-base:latest"
5758
state: started
5859
restart_policy: always
5960
```
6061
61-
## Parameters
62-
6362
**Architectures:** amd64
6463
**User:** `root` (UID/GID via PUID/PGID, defaults to 1000:1000)
6564
**Base:** FreeBSD 15.0

0 commit comments

Comments
 (0)