mirror of
https://github.com/containers/podman.git
synced 2025-10-18 11:42:55 +08:00
build endpoint: document the "timestamp" flag
The "timestamp" flag has been around for ages, but we never documented it in the API. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:

committed by
tomsweeneyredhat

parent
7517e3267a
commit
a615dde1a5
@ -1559,7 +1559,7 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
|
|||||||
// type: boolean
|
// type: boolean
|
||||||
// default: false
|
// default: false
|
||||||
// description: |
|
// description: |
|
||||||
// Contents of base images to be modified on ADD or COPY only
|
// Contents of volume locations to be modified on ADD or COPY only
|
||||||
// (As of Podman version v5.2)
|
// (As of Podman version v5.2)
|
||||||
// - in: query
|
// - in: query
|
||||||
// name: createdannotation
|
// name: createdannotation
|
||||||
@ -1585,6 +1585,12 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
|
|||||||
// have timestamps no later than the sourcedateepoch date.
|
// have timestamps no later than the sourcedateepoch date.
|
||||||
// (As of Podman version v5.6)
|
// (As of Podman version v5.6)
|
||||||
// - in: query
|
// - in: query
|
||||||
|
// name: timestamp
|
||||||
|
// type: number
|
||||||
|
// description: |
|
||||||
|
// Timestamp to use for newly-added history entries, the image's
|
||||||
|
// creation date, and for new content added in layers.
|
||||||
|
// - in: query
|
||||||
// name: inheritlabels
|
// name: inheritlabels
|
||||||
// type: boolean
|
// type: boolean
|
||||||
// default: true
|
// default: true
|
||||||
|
Reference in New Issue
Block a user