Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: content/en/docs/Examples/airgap.md Copy button doesn't add flavor or flavor release #3159

Open
DeclerckLouis opened this issue Jan 29, 2025 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation unconfirmed

Comments

@DeclerckLouis
Copy link

Kairos version:
N/A

CPU architecture, OS, and Version:
N/A

Describe the bug
When following along with the Airgapped ISO with AuroraBoot example, the second step of "Building the Offline ISO for Airgap" fails when copied using the "copy" button.
specifically, the IMAGE=... gets copied as "IMAGE=quay.io/kairos/@flavor:@flavorRelease-standard-amd64-generic-v3.3.0-" (which gives an error when pasted in the shell obviously)

To Reproduce
Using firefox:
Go to the examples -> ISO with aurorabot docs
Select "Ubuntu 24.04" at the top of the site
Scroll to the bottom, to "Build the ISO with AuroraBoot by running the following command:"
Click the Copy button
Paste anywhere

Expected behavior
expected to paste the following code:

IMAGE=quay.io/kairos/ubuntu:24.04-standard-amd64-generic-v3.3.0-k3sv1.32.0-k3s1

docker pull $IMAGE

docker run -v $PWD/config.yaml:/config.yaml \
             -v $PWD/build:/tmp/auroraboot \
             -v /var/run/docker.sock:/var/run/docker.sock \
             -v $PWD/data:/tmp/data \
             --rm -ti quay.io/kairos/auroraboot:v0.4.3 \
             --set "disable_http_server=true" \
             --set "disable_netboot=true" \
             --set "container_image=docker://$IMAGE" \
             --set "iso.data=/tmp/data" \
             --cloud-config /config.yaml \
             --set "state_dir=/tmp/auroraboot"

actual behavior
pastes the following:

IMAGE=quay.io/kairos/@flavor:@flavorRelease-standard-amd64-generic-v3.3.0-...
...

Logs
N/A

@DeclerckLouis DeclerckLouis added bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call unconfirmed labels Jan 29, 2025
@jimmykarily jimmykarily moved this to In Progress 🏃 in 🧙Issue tracking board Feb 3, 2025
@jimmykarily jimmykarily moved this from In Progress 🏃 to Todo 🖊 in 🧙Issue tracking board Feb 3, 2025
@jimmykarily jimmykarily added the documentation Improvements or additions to documentation label Feb 3, 2025
@mauromorales mauromorales removed the triage Add this label to issues that should be triaged and prioretized in the next planning call label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation unconfirmed
Projects
Status: Todo 🖊
Development

No branches or pull requests

3 participants