> For the complete documentation index, see [llms.txt](https://docs.instruqt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.instruqt.com/sandboxes/hosts/using-custom-public-images.md).

# Public images

## Public VM Images

If you do not want to [create your own VM images](/sandboxes/hosts/create-a-custom-vm-image.md), you can use either:

* Public GCP images
* Instruqt provided images

### GCP images

You can use most [public Compute Engine machine images](https://cloud.google.com/compute/docs/images#list_of_public_images_available_on). Popular images include:

* `centos-cloud/centos-stream-10`
* `debian-cloud/debian-11`
* `debian-cloud/debian-12`
* `rhel-cloud/rhel-8`
* `rhel-cloud/rhel-9`
* `suse-cloud/sles-15`
* `ubuntu-os-cloud/ubuntu-2204-lts`
* `ubuntu-os-cloud/ubuntu-2404-lts-amd64`

### Instruqt images

Instruqt maintains the following Compute Engine images:

* Kubernetes (k3s)
  * `instruqt/k3s-v1-35-2` (includes [Docker Hub registry mirror](/reference/platform/docker-hub-registry-mirror.md))
  * `instruqt/k3s-v1-34-5` (includes [Docker Hub registry mirror](/reference/platform/docker-hub-registry-mirror.md))
  * `instruqt/k3s-v1-33-9` (includes [Docker Hub registry mirror](/reference/platform/docker-hub-registry-mirror.md))
  * `instruqt/k3s-v1-32-13` (includes [Docker Hub registry mirror](/reference/platform/docker-hub-registry-mirror.md))
  * List of historic images: <https://github.com/instruqt/packer-k3s/tags>
  * Source: <https://github.com/instruqt/packer-k3s>
* Docker
  * `instruqt/docker-28-3` (includes [Docker Hub registry mirror](/reference/platform/docker-hub-registry-mirror.md))
  * Source: <https://github.com/instruqt/packer-docker>

{% hint style="info" %}
k3s is a lightweight Kubernetes image. Read more about it [here](https://k3s.io/).
{% endhint %}

## Public container Images

Instruqt is capable of pulling public container images from Docker Hub, Quay, and other public container repositories.

* `nginx`
* `ubuntu`
* `centos`
* `python`

### Instruqt images

Instruqt provides a `cloud-client` container image, which includes all of the public cloud CLI tools (`awscli`, `az`, and `gcloud`) pre-installed.

* `gcr.io/instruqt/cloud-client`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.instruqt.com/sandboxes/hosts/using-custom-public-images.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
