Skip to content

What are valid values for "image"? #1147

Answered by edigaryev
rptb1 asked this question in Q&A
Discussion options

You must be logged in to vote

For Linux arm_container I can get an image of gcc:latest but not clang:latest. How could I check what's available? What does this gcc:latest string refer to?

This string refers to the container image that you'd normally use when running containers with Docker or any other container engine, for example:

docker run -it --rm gcc:latest

You can specify a full path like docker.io/gcc:latest (or use other container registry like ghcr.io/...) or use a shorter syntax, which defaults to the images available on https://hub.docker.com/.

Docker Hub currently has official gcc image, but no official clang image.

For a macOS VM, the docs show image as ghcr.io/cirruslabs/macos-ventura-base:latest. Wh…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rptb1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants