Skip to content

Commit d830df2

Browse files
committed
feat: reflect changes to image tags
1 parent e5ed18d commit d830df2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

content/docs/using-apollo/apollo-images.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ In addition to regular builds, Apollo also tags each build with a date to make i
4242
# Replace $image and $channel with your current image and channel (e.g. apollo:latest)
4343
# If you're not sure what image and channel you're running, run sudo bootc status first
4444
# Replace $date with the format YYYYMMDD (e.g. 20260519)
45-
sudo bootc switch ghcr.io/apollo-linux/$image:$channel.$date
45+
# Replace $build with a build number for that day, this is usually 0.
46+
sudo bootc switch ghcr.io/apollo-linux/$image:$channel.$date.$build
4647
```
4748

4849
### Reference
4950

50-
- [Upstream `bootc switch` documentation](https://bootc.dev/bootc/man/bootc-switch.8.html)
51+
- [Upstream `bootc switch` documentation](https://bootc.dev/bootc/man/bootc-switch.8.html)
52+
- List of image tags for [`apollo`](https://github.com/apollo-linux/apollo/pkgs/container/apollo/versions?filters[version_type]=tagged) and [`apollo-nvidia`](https://github.com/apollo-linux/apollo/pkgs/container/apollo-nvidia/versions?filters[version_type]=tagged) images.

0 commit comments

Comments
 (0)