@@ -10,9 +10,10 @@ Source: dbuild templates
1010
1111Minimal FreeBSD base image without service supervision. Foundation for CLI tools and non-daemon containers.
1212
13+
1314| | |
1415| ---| ---|
15- | ** Registry** | ` localhost /base-core` |
16+ | ** Registry** | ` ghcr.io/daemonless /base-core` |
1617| ** Source** | [ https://github.com/freebsd/freebsd-src ] ( https://github.com/freebsd/freebsd-src ) |
1718| ** Website** | [ https://www.freebsd.org/ ] ( https://www.freebsd.org/ ) |
1819
@@ -34,7 +35,7 @@ Before deploying, ensure your host environment is ready. See the [Quick Start Gu
3435``` yaml
3536services :
3637 base-core :
37- image : localhost /base-core:latest
38+ image : ghcr.io/daemonless /base-core:latest
3839 container_name : base-core
3940 restart : unless-stopped
4041` ` `
@@ -43,7 +44,7 @@ services:
4344
4445` ` ` bash
4546podman run -d --name base-core \
46- localhost /base-core:latest
47+ ghcr.io/daemonless /base-core:latest
4748```
4849
4950### Ansible
@@ -52,7 +53,7 @@ podman run -d --name base-core \
5253- name : Deploy base-core
5354 containers.podman.podman_container :
5455 name : base-core
55- image : localhost /base-core:latest
56+ image : ghcr.io/daemonless /base-core:latest
5657 state : started
5758 restart_policy : always
5859` ` `
@@ -63,3 +64,6 @@ podman run -d --name base-core \
6364**User:** ` bsd` (UID/GID via PUID/PGID, defaults to 1000:1000)
6465**Base:** FreeBSD 15.0
6566
67+ ---
68+
69+ Need help? Join our [Discord](https://discord.gg/Kb9tkhecZT) community.
0 commit comments