Skip to content

daemonless/base-core

Repository files navigation

FreeBSD Base Core

Build Status Last Commit

Minimal FreeBSD base image without service supervision. Foundation for CLI tools and non-daemon containers.

Registry ghcr.io/daemonless/base-core
Source https://github.com/freebsd/freebsd-src
Website https://www.freebsd.org/

Version Tags

Tag Description Best For
15-pkg / latest FreeBSD Port. Built from FreeBSD packages. Production stability.
15-pkg-latest FreeBSD Port. Built from FreeBSD packages. Production stability.

Prerequisites

Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions.

Deployment

Podman Compose

services:
  base-core:
    image: ghcr.io/daemonless/base-core:latest
    container_name: base-core
    restart: unless-stopped

Podman CLI

podman run -d --name base-core \
  ghcr.io/daemonless/base-core:latest

Ansible

- name: Deploy base-core
  containers.podman.podman_container:
    name: base-core
    image: ghcr.io/daemonless/base-core:latest
    state: started
    restart_policy: always

Parameters

Architectures: amd64 User: bsd (UID/GID via PUID/PGID, defaults to 1000:1000) Base: FreeBSD 15.0


Need help? Join our Discord community.

About

Minimal FreeBSD base image without service supervision. Foundation for CLI tools and non-daemon containers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors