Images¶
Please see the end-user api for more details.
List all images¶
GET /api/admin/container_images
null user == public (system) image.
View an image¶
GET /api/admin/container_images/{id}
null user == public (system) image.
Manually Pull Container Image¶
This is only necessary for images that do not belong to a user (public images).
User’s custom images that they have configured in ComputeStacks are automatically pulled on each rebuild.
POST /api/admin/container_images/{id}/pull
Last update: 2021-12-23