summaryrefslogtreecommitdiff
path: root/pkg/api/handlers
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-06-30 05:30:22 -0400
committerGitHub <noreply@github.com>2021-06-30 05:30:22 -0400
commit0d8d805a76762276c62bd7260a39eb26e99722b4 (patch)
tree9a3ead552f88cf53eab2878480fc0500533b2ceb /pkg/api/handlers
parent4dc87c2a3a45db32fbded8b4a0a23d874b3e464a (diff)
parent05f39af5bd716ce8d02a41e5c0aa1a2d632dab07 (diff)
downloadpodman-0d8d805a76762276c62bd7260a39eb26e99722b4.tar.gz
podman-0d8d805a76762276c62bd7260a39eb26e99722b4.tar.bz2
podman-0d8d805a76762276c62bd7260a39eb26e99722b4.zip
Merge pull request #10761 from containers/dependabot/go_modules/github.com/containers/storage-1.32.4
Bump github.com/containers/storage from 1.32.3 to 1.32.4
Diffstat (limited to 'pkg/api/handlers')
-rw-r--r--pkg/api/handlers/compat/images_build.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/api/handlers/compat/images_build.go b/pkg/api/handlers/compat/images_build.go
index e933b9811..64805b7fa 100644
--- a/pkg/api/handlers/compat/images_build.go
+++ b/pkg/api/handlers/compat/images_build.go
@@ -106,6 +106,7 @@ func BuildImage(w http.ResponseWriter, r *http.Request) {
Quiet bool `schema:"q"`
Registry string `schema:"registry"`
Rm bool `schema:"rm"`
+ RusageLogFile string `schema:"rusagelogfile"`
Seccomp string `schema:"seccomp"`
SecurityOpt string `schema:"securityopt"`
ShmSize int `schema:"shmsize"`
@@ -463,6 +464,7 @@ func BuildImage(w http.ResponseWriter, r *http.Request) {
Registry: registry,
RemoveIntermediateCtrs: query.Rm,
ReportWriter: reporter,
+ RusageLogFile: query.RusageLogFile,
Squash: query.Squash,
Target: query.Target,
SystemContext: &types.SystemContext{