package
0.0.0-20240827100731-3751c97d515c
Repository: https://github.com/opencomputeproject/osf-osfci.git
Documentation: pkg.go.dev

# README

Build the initial docker image for linuxboot (need to be executed one time)

cp Dockerfile.linux Dockerfile docker build -t linuxboot .

Execute the image

docker run --name linuxboot -v /tmp/volume:/volume linuxboot

Get the result

cp /tmp/volume/linuxboot.bin .

Destroy the past container

docker container rm linuxboot

# Functions

ShiftPath to check if a docker container is running docker inspect -f '{{.State.Running}}' linuxboot_vejmarie2.

# Variables

LinuxBOOTBuildChannel chan setup.
LinuxBOOTCommand initialized.
LinuxBOOTOutput type such that it can be managed.
OpenBMCBuildChannel chan setup.
OpenBMCCommand initialized.
OpenBMCOutput type such that it can be managed.