summaryrefslogtreecommitdiff
path: root/libpod/runtime_img.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-09-19 09:00:35 -0400
committerGitHub <noreply@github.com>2018-09-19 09:00:35 -0400
commit03f53efb51099c99bdc8bdf9975c43fe2c785d3a (patch)
treeb340ddc09d29ae2cf29cb83269bcb614d94a6a10 /libpod/runtime_img.go
parentc3a0874222784e8996dbc472b9ca893a80aff451 (diff)
parent92b28a88d8bcd5aa50352ecaff844229df1cee59 (diff)
downloadpodman-03f53efb51099c99bdc8bdf9975c43fe2c785d3a.tar.gz
podman-03f53efb51099c99bdc8bdf9975c43fe2c785d3a.tar.bz2
podman-03f53efb51099c99bdc8bdf9975c43fe2c785d3a.zip
Merge pull request #1503 from rhatdan/buildah
Vendor in latest containers/buildah
Diffstat (limited to 'libpod/runtime_img.go')
-rw-r--r--libpod/runtime_img.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/runtime_img.go b/libpod/runtime_img.go
index 2e4e1b26f..a21ea7673 100644
--- a/libpod/runtime_img.go
+++ b/libpod/runtime_img.go
@@ -5,13 +5,13 @@ import (
"fmt"
"io"
+ "github.com/containers/buildah/imagebuildah"
"github.com/containers/libpod/libpod/common"
"github.com/containers/libpod/libpod/image"
"github.com/containers/storage"
"github.com/containers/storage/pkg/archive"
ociv1 "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/pkg/errors"
- "github.com/projectatomic/buildah/imagebuildah"
)
// Runtime API