1
0
mirror of https://github.com/containers/buildah.git synced 2026-02-05 09:45:38 +01:00

Move to containers/image v5.0.0

Bump to containers/image's 5.0 release.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>

Closes: #1902
Approved by: rhatdan
This commit is contained in:
Nalin Dahyabhai
2019-10-25 17:19:30 -04:00
committed by Atomic Bot
parent cddb66e662
commit f0cf07bb60
150 changed files with 2077 additions and 802 deletions

View File

@@ -102,8 +102,8 @@ import (
"fmt"
"github.com/containers/buildah"
"github.com/containers/buildah/pkg/unshare"
"github.com/containers/image/v4/transports/alltransports"
"github.com/containers/image/v4/types"
"github.com/containers/image/v5/transports/alltransports"
"github.com/containers/image/v5/types"
"github.com/containers/storage"
)