DevZero Logo
DevZero

Recipe Base Images

Using custom base images in DevZero.

Custom base images is currently in beta.

version: "3"
config:
  image:
    from: docker.io/debian:bookworm

DevZero has tested:

  • debian:bookworm
  • ubuntu:jammy
  • amazonlinux:2023
  • fedora:41

DevZero installs systemd as well as other packages like tar, rsync and ssh if they are not present in the base image in order to provide full access to the platform.

Tutorial Video

Here's a short tutorial demonstrating the use of a custom base image for a recipe:

Need help?

If you face any issues, please send an email to support@devzero.io, or visit https://devzero.io/dashboardand click the "chat" icon in the bottom right-hand side of your browser window. We'd be happy to assist you.

On this page