changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/pod/obj/image.lisp

changeset 698: 96958d3eb5b0
parent: 9fa3b9154bb2
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 (in-package :pod)
2 
3 (defclass live-image (id)
4  (annotations architecture author comment config created digest graph-driver
5  healthcheck history labels manifest-type names-history os parent repo-digests
6  repo-tags root-fs size user version virtual-size))
7 
8 (defclass build-image (id)
9  (type fromimage fromimagedigest groupadd config manifest container containerid
10  mountpoint processlabel mountlabel imageannotations imagecreatedby))
11 
12 (defclass build-image-item (id)
13  (names digest created size readonly history))