summaryrefslogtreecommitdiff
path: root/cmd/podman
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-02 20:23:16 +0200
committerGitHub <noreply@github.com>2019-05-02 20:23:16 +0200
commit3cec403268cf311ed21d981089236cabd0bd66f7 (patch)
tree62462c0d16c7009d63b414114708e0fd5e8756f2 /cmd/podman
parentf4f06be9f204cdeae0dcbf74e3b57189355239fa (diff)
parent9e620ba89ee5d8f5e8156dc6437b57966cb75f15 (diff)
downloadpodman-3cec403268cf311ed21d981089236cabd0bd66f7.tar.gz
podman-3cec403268cf311ed21d981089236cabd0bd66f7.tar.bz2
podman-3cec403268cf311ed21d981089236cabd0bd66f7.zip
Merge pull request #3058 from TomSweeneyRedHat/dev/tsweeney/buidah1.8.1
Bump Buildah to v1.8.1, ImageBuilder to v1.1.0
Diffstat (limited to 'cmd/podman')
-rw-r--r--cmd/podman/build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/build.go b/cmd/podman/build.go
index 647ff1e86..24be9bb46 100644
--- a/cmd/podman/build.go
+++ b/cmd/podman/build.go
@@ -267,7 +267,7 @@ func buildCmd(c *cliconfig.BuildValues) error {
MemorySwap: memorySwap,
ShmSize: c.ShmSize,
Ulimit: c.Ulimit,
- Volumes: c.Volume,
+ Volumes: c.Volumes,
}
options := imagebuildah.BuildOptions{