10 lines
233 B
YAML
10 lines
233 B
YAML
track: "https://git.ruds.io/rs2009/blendOS-tracks/raw/branch/main/oci.yaml"
|
|
|
|
stages:
|
|
- module: exec
|
|
inputs:
|
|
- apt-get update
|
|
- apt-get install -yq hello
|
|
|
|
env:
|
|
IMAGE_NAME: docker://docker.io/library/ubuntu:rolling
|