Get default images for the creation of project containers

get/container/defaultImages

Returns the default images that are available for the creation of project containers.

Request Samples

Response Samples

1"2026.09" : {
2 "x86_64" : {
3 "sas-esp-base" : "cr.sas.com/cdp-release-x64_oci_linux_2-docker-latest/sas-espcr-base:10.760.0-20250403.1743699475595",
4 "sas-espcr-components" : "cr.sas.com/cdp-release-x64_oci_linux_2-docker-latest/sas-espcr-components-x86_64:10.760.31-20250425.1745597972067",
5 "sas-event-stream-processing-server-app" : "cr.sas.com/cdp-release-x64_oci_linux_2-docker-latest/sas-event-stream-processing-server-app:10.758.25-20250423.1745415080365",
6 "sas-buildkit" : "cr.sas.com/cdp-release-x64_oci_linux_2-docker-latest/sas-buildkit:1.39.1-20250429.1745933583299"
7 },
8 "arm64" : {
9 "sas-esp-base" : null,
10 "sas-espcr-components" : "cr.sas.com/cdp-release-aarch64_oci_linux_2-docker-latest/sas-espcr-components-aarch64:10.760.31-20250425.1745597972066",
11 "sas-event-stream-processing-server-app" : null,
12 "sas-buildkit" : "cr.sas.com/cdp-release-aarch64_oci_linux_2-docker-latest/sas-buildkit:1.39.1-20250429.1745933583300"
13 }
14}
15

Responses

StatusMeaningDescription
200OK

The default images that are available for the creation of project containers.

Schema