Sidebar Background
logo Search
logo Search
Icon

Get Started

Icon

Configuration

Icon

Overrides

Building OCI Image

Get Started

View production requirements in Preparation documentation before continuing.

Clone

Clone the repository:

git clone https://ark.sudovanilla.org/korbs/ButterflyVu/
cd ButterflyVu

Switch to latest version:

git checkout latest

Build

Run the build command for your container software:

docker build -t butterflyvu .

SudoVanilla uses buildah instead of Docker, as it builds valid OCI images that are supported by the SudoVanilla OCI Registry, to use that simply replace docker with buildah in the command above.
The SudoVanilla OCI Registry is powered by Zot Registry, a OCI-native container image registry.