Skip to content

Commit

Permalink
Use oci instead of ociTag
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
  • Loading branch information
mauromorales committed May 2, 2024
1 parent 8bf2e60 commit 5e1e555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/Upgrade/trustedboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ docker build -t enki --target tools-image .
2. Build the Container image used for upgrades

```bash
CONTAINER_IMAGE=quay.io/kairos/fedora:{{<ociTag flavorRelease="40" variant="core">}}
CONTAINER_IMAGE={{<oci flavor="fedora" flavorRelease="40" variant="core">}}

# ubuntu:
# CONTAINER_IMAGE=quay.io/kairos/ubuntu:{{<ociTag flavorRelease="24.04" variant="core">}}
# CONTAINER_IMAGE={{<oci flavor="ubuntu" flavorRelease="24.04" variant="core">}}
docker run --rm -v $PWD/keys:/keys -v $PWD:/work -ti enki build-uki $CONTAINER_IMAGE -t uki -d /work/upgrade-image -k /keys

# Generate container-image for upgrades
Expand Down

0 comments on commit 5e1e555

Please sign in to comment.