|
| 1 | +# Current schema (defined in images_linux.go) allows for ref, tag, (index) digest and platform variants. |
| 2 | +# Right now, digest and variants are not used for anything, but they should / could be in the future. |
| 3 | +# Also note that changing the schema should be easy and straight-forward for now, so, |
| 4 | +# this might evolve in the near future. |
| 5 | +alpine: |
| 6 | + ref: "ghcr.io/stargz-containers/alpine" |
| 7 | + tag: "3.13-org" |
| 8 | + digest: "sha256:ec14c7992a97fc11425907e908340c6c3d6ff602f5f13d899e6b7027c9b4133a" |
| 9 | + variants: ["linux/amd64", "linux/arm64"] |
| 10 | + |
| 11 | +busybox: |
| 12 | + ref: "ghcr.io/containerd/busybox" |
| 13 | + tag: "1.36" |
| 14 | + |
| 15 | +docker_auth: |
| 16 | + ref: "ghcr.io/stargz-containers/cesanta/docker_auth" |
| 17 | + tag: "1.7-org" |
| 18 | + |
| 19 | +fluentd: |
| 20 | + ref: "fluentd" |
| 21 | + tag: "v1.18.0-debian-1.0" |
| 22 | + |
| 23 | +golang: |
| 24 | + ref: "golang" |
| 25 | + tag: "1.23.8-bookworm" |
| 26 | + |
| 27 | +kubo: |
| 28 | + ref: "ghcr.io/stargz-containers/ipfs/kubo" |
| 29 | + tag: "v0.16.0-org" |
| 30 | + |
| 31 | +mariadb: |
| 32 | + ref: "ghcr.io/stargz-containers/mariadb" |
| 33 | + tag: "10.5-org" |
| 34 | + |
| 35 | +nanoserver: |
| 36 | + ref: "mcr.microsoft.com/windows/nanoserver" |
| 37 | + tag: "ltsc2022" |
| 38 | + |
| 39 | +nginx: |
| 40 | + ref: "ghcr.io/stargz-containers/nginx" |
| 41 | + tag: "1.19-alpine-org" |
| 42 | + |
| 43 | +registry: |
| 44 | + ref: "ghcr.io/stargz-containers/registry" |
| 45 | + tag: "2-org" |
| 46 | + |
| 47 | +stargz: |
| 48 | + ref: "ghcr.io/containerd/stargz-snapshotter" |
| 49 | + tag: "0.15.1-kind" |
| 50 | + |
| 51 | +wordpress: |
| 52 | + ref: "ghcr.io/stargz-containers/wordpress" |
| 53 | + tag: "5.7-org" |
| 54 | + |
| 55 | +fedora_esgz: |
| 56 | + ref: "ghcr.io/stargz-containers/fedora" |
| 57 | + tag: "30-esgz" |
| 58 | + |
| 59 | +ffmpeg_soci: |
| 60 | + ref: "public.ecr.aws/soci-workshop-examples/ffmpeg" |
| 61 | + tag: "latest" |
| 62 | + |
| 63 | +# Large enough for testing soci index creation |
| 64 | +ubuntu: |
| 65 | + ref: "public.ecr.aws/docker/library/ubuntu" |
| 66 | + tag: "23.10" |
| 67 | + |
| 68 | +# Future: images to add or update soon. |
| 69 | +# busybox:1.37.0@sha256:37f7b378a29ceb4c551b1b5582e27747b855bbfaa73fa11914fe0df028dc581f |
| 70 | +# debian:bookworm-slim@sha256:b1211f6d19afd012477bd34fdcabb6b663d680e0f4b0537da6e6b0fd057a3ec3 |
| 71 | +# gitlab/gitlab-ee:17.11.0-ee.0@sha256:e0d9d5e0d0068f4b4bac3e15eb48313b5c3bb508425645f421bf2773a964c4ae |
| 72 | +# bitnami/harbor-portal:v2.13.0@sha256:636f39610b359369aeeddd7859cb56274d9a1bc3e467e21d74ea89e1516c1a0c |
| 73 | +# mariadb:11.7.2@sha256:81e893032978c4bf8ad43710b7a979774ed90787fa32d199162148ce28fe3b76 |
| 74 | +# nginx:alpine3.21@sha256:65645c7bb6a0661892a8b03b89d0743208a18dd2f3f17a54ef4b76fb8e2f2a10 |
| 75 | +# wordpress:6.8.0-php8.4-fpm-alpine@sha256:309b64fa4266d8a3fe6f0973ae3172fec1023c9b18242ccf1dffbff5dc8b81a8 |
| 76 | +# Right now, v3 is breaking tests. |
| 77 | +# ghcr.io/distribution/distribution:3.0.0@sha256:4ba3adf47f5c866e9a29288c758c5328ef03396cb8f5f6454463655fa8bc83e2 |
0 commit comments