summaryrefslogtreecommitdiff
path: root/vendor/github.com
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-08-22 09:53:12 -0400
committerMatthew Heon <matthew.heon@pm.me>2019-08-28 14:28:18 -0400
commit502536fe07cf858757f1e358cfb91dc02facf546 (patch)
tree74e07740f76df88ae5a8cfcfd9d1e4fbc93ce18a /vendor/github.com
parentbdf9e568134c37f02f662080cfe32f7ca98710c9 (diff)
downloadpodman-502536fe07cf858757f1e358cfb91dc02facf546.tar.gz
podman-502536fe07cf858757f1e358cfb91dc02facf546.tar.bz2
podman-502536fe07cf858757f1e358cfb91dc02facf546.zip
Update buildah to current master
Vendor some changes to parsing code that we need for Podman. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'vendor/github.com')
-rw-r--r--vendor/github.com/containers/buildah/.cirrus.yml8
-rw-r--r--vendor/github.com/containers/buildah/CHANGELOG.md10
-rw-r--r--vendor/github.com/containers/buildah/Makefile16
-rw-r--r--vendor/github.com/containers/buildah/README.md5
-rw-r--r--vendor/github.com/containers/buildah/add.go202
-rw-r--r--vendor/github.com/containers/buildah/btrfs_installed_tag.sh2
-rw-r--r--vendor/github.com/containers/buildah/btrfs_tag.sh2
-rw-r--r--vendor/github.com/containers/buildah/buildah.go4
-rw-r--r--vendor/github.com/containers/buildah/chroot/run.go3
-rw-r--r--vendor/github.com/containers/buildah/digester.go64
-rw-r--r--vendor/github.com/containers/buildah/go.mod2
-rw-r--r--vendor/github.com/containers/buildah/go.sum2
-rw-r--r--vendor/github.com/containers/buildah/imagebuildah/chroot_symlink_linux.go115
-rw-r--r--vendor/github.com/containers/buildah/imagebuildah/errors.go7
-rw-r--r--vendor/github.com/containers/buildah/imagebuildah/executor.go29
-rw-r--r--vendor/github.com/containers/buildah/imagebuildah/stage_executor.go310
-rw-r--r--vendor/github.com/containers/buildah/install.md11
-rw-r--r--vendor/github.com/containers/buildah/libdm_tag.sh2
-rw-r--r--vendor/github.com/containers/buildah/ostree_tag.sh2
-rw-r--r--vendor/github.com/containers/buildah/pkg/cli/common.go2
-rw-r--r--vendor/github.com/containers/buildah/pkg/parse/parse.go23
-rw-r--r--vendor/github.com/containers/buildah/pull.go17
-rw-r--r--vendor/github.com/containers/buildah/run_linux.go4
-rw-r--r--vendor/github.com/containers/buildah/selinux_tag.sh2
-rw-r--r--vendor/github.com/containers/buildah/util.go139
-rw-r--r--vendor/github.com/containers/buildah/util/util_not_uint64.go14
-rw-r--r--vendor/github.com/containers/buildah/util/util_uint64.go14
-rw-r--r--vendor/github.com/containers/buildah/util/util_unix.go31
-rw-r--r--vendor/github.com/containers/buildah/util/util_windows.go16
29 files changed, 590 insertions, 468 deletions
diff --git a/vendor/github.com/containers/buildah/.cirrus.yml b/vendor/github.com/containers/buildah/.cirrus.yml
index 19cd0c64c..1f7815073 100644
--- a/vendor/github.com/containers/buildah/.cirrus.yml
+++ b/vendor/github.com/containers/buildah/.cirrus.yml
@@ -19,10 +19,10 @@ env:
####
# GCE project where images live
IMAGE_PROJECT: "libpod-218412"
- FEDORA_CACHE_IMAGE_NAME: "fedora-cloud-base-30-1-2-1559164849"
- PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-cloud-base-29-1-2-1559164849"
- UBUNTU_CACHE_IMAGE_NAME: "ubuntu-1904-disco-v20190514" # Latest
- PRIOR_UBUNTU_CACHE_IMAGE_NAME: "ubuntu-1804-bionic-v20190530" # LTS
+ FEDORA_CACHE_IMAGE_NAME: "fedora-cloud-base-30-1-2-1565360543"
+ PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-cloud-base-29-1-2-1565360543"
+ UBUNTU_CACHE_IMAGE_NAME: "ubuntu-1904-disco-v20190724" # Latest
+ PRIOR_UBUNTU_CACHE_IMAGE_NAME: "ubuntu-1804-bionic-v20190722a" # LTS
####
#### Command variables to help avoid duplication
diff --git a/vendor/github.com/containers/buildah/CHANGELOG.md b/vendor/github.com/containers/buildah/CHANGELOG.md
index ddf6fb1d4..82248b901 100644
--- a/vendor/github.com/containers/buildah/CHANGELOG.md
+++ b/vendor/github.com/containers/buildah/CHANGELOG.md
@@ -2,6 +2,16 @@
# Changelog
+## v1.10.1 (2019-08-08)
+ Bump containers/image to v3.0.2 to fix keyring issue
+ Bug fix for volume minus syntax
+ Bump container/storage v1.13.1 and containers/image v3.0.1
+ bump github.com/containernetworking/cni to v0.7.1
+ Add overlayfs to fuse-overlayfs tip
+ Add automatic apparmor tag discovery
+ Fix bug whereby --get-login has no effect
+ Bump to v1.11.0-dev
+
## v1.10.0 (2019-08-02)
vendor github.com/containers/image@v3.0.0
Remove GO111MODULE in favor of `-mod=vendor`
diff --git a/vendor/github.com/containers/buildah/Makefile b/vendor/github.com/containers/buildah/Makefile
index f8e079cbf..b490d8041 100644
--- a/vendor/github.com/containers/buildah/Makefile
+++ b/vendor/github.com/containers/buildah/Makefile
@@ -21,7 +21,7 @@ export GO_BUILD=$(GO) build
endif
GIT_COMMIT ?= $(if $(shell git rev-parse --short HEAD),$(shell git rev-parse --short HEAD),$(error "git failed"))
-BUILD_INFO := $(if $(shell date +%s),$(shell date +%s),$(error "date failed"))
+SOURCE_DATE_EPOCH ?= $(if $(shell date +%s),$(shell date +%s),$(error "date failed"))
STATIC_STORAGETAGS = "containers_image_ostree_stub containers_image_openpgp exclude_graphdriver_devicemapper $(STORAGE_TAGS)"
CNI_COMMIT := $(shell sed -n 's;\tgithub.com/containernetworking/cni \([^ \n]*\).*$\;\1;p' go.mod)
@@ -29,7 +29,7 @@ RUNC_COMMIT := $(shell sed -n 's;\tgithub.com/opencontainers/runc \([^ \n]*\).*$
LIBSECCOMP_COMMIT := release-2.3
EXTRALDFLAGS :=
-LDFLAGS := -ldflags '-X main.GitCommit=$(GIT_COMMIT) -X main.buildInfo=$(BUILD_INFO) -X main.cniVersion=$(CNI_COMMIT)' $(EXTRALDFLAGS)
+LDFLAGS := -ldflags '-X main.GitCommit=$(GIT_COMMIT) -X main.buildInfo=$(SOURCE_DATE_EPOCH) -X main.cniVersion=$(CNI_COMMIT)' $(EXTRALDFLAGS)
SOURCES=*.go imagebuildah/*.go bind/*.go chroot/*.go cmd/buildah/*.go docker/*.go pkg/blobcache/*.go pkg/cli/*.go pkg/parse/*.go pkg/unshare/*.c pkg/unshare/*.go util/*.go
all: buildah imgtype docs
@@ -65,19 +65,9 @@ docs: install.tools ## build the docs on the host
gopath:
test $(shell pwd) = $(shell cd ../../../../src/github.com/containers/buildah ; pwd)
-# We use https://github.com/lk4d4/vndr to manage dependencies.
-.PHONY: deps
-deps: gopath
- env GOPATH=$(shell cd ../../../.. ; pwd) vndr
-
.PHONY: validate
validate: install.tools
- # Run gofmt on version 1.11 and higher
-ifneq ($(GO110),$(GOVERSION))
- @./tests/validate/gofmt.sh
-endif
@./tests/validate/whitespace.sh
- @./tests/validate/govet.sh
@./tests/validate/git-validation.sh
.PHONY: install.tools
@@ -124,7 +114,7 @@ install.runc:
.PHONY: test-integration
test-integration: install.tools
- ./tests/tools/ginkgo $(BUILDFLAGS) -v tests/e2e/.
+ ./tests/tools/build/ginkgo $(BUILDFLAGS) -v tests/e2e/.
cd tests; ./test_runner.sh
tests/testreport/testreport: tests/testreport/testreport.go
diff --git a/vendor/github.com/containers/buildah/README.md b/vendor/github.com/containers/buildah/README.md
index 827d5a87f..01e376a17 100644
--- a/vendor/github.com/containers/buildah/README.md
+++ b/vendor/github.com/containers/buildah/README.md
@@ -55,7 +55,8 @@ into other tools.
Podman specializes in all of the commands and functions that help you to maintain and modify
OCI images, such as pulling and tagging. It also allows you to create, run, and maintain those containers
-created from those images.
+created from those images. For building container images via Dockerfiles, Podman uses Buildah's
+golang API and can be installed independently from Buildah.
A major difference between Podman and Buildah is their concept of a container. Podman
allows users to create "traditional containers" where the intent of these containers is
@@ -76,7 +77,7 @@ From [`./examples/lighttpd.sh`](examples/lighttpd.sh):
```bash
$ cat > lighttpd.sh <<"EOF"
-#!/bin/bash -x
+#!/usr/bin/env bash -x
ctr1=$(buildah from "${1:-fedora}")
diff --git a/vendor/github.com/containers/buildah/add.go b/vendor/github.com/containers/buildah/add.go
index 6ff9f5250..bd3d25cd4 100644
--- a/vendor/github.com/containers/buildah/add.go
+++ b/vendor/github.com/containers/buildah/add.go
@@ -16,7 +16,6 @@ import (
"github.com/containers/storage/pkg/archive"
"github.com/containers/storage/pkg/fileutils"
"github.com/containers/storage/pkg/idtools"
- "github.com/containers/storage/pkg/system"
"github.com/opencontainers/runtime-spec/specs-go"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
@@ -36,57 +35,72 @@ type AddAndCopyOptions struct {
Hasher io.Writer
// Excludes is the contents of the .dockerignore file
Excludes []string
- // The base directory for Excludes and data to copy in
+ // ContextDir is the base directory for Excludes for content being copied
ContextDir string
// ID mapping options to use when contents to be copied are part of
// another container, and need ownerships to be mapped from the host to
// that container's values before copying them into the container.
IDMappingOptions *IDMappingOptions
+ // DryRun indicates that the content should be digested, but not actually
+ // copied into the container.
+ DryRun bool
}
// addURL copies the contents of the source URL to the destination. This is
// its own function so that deferred closes happen after we're done pulling
// down each item of potentially many.
-func addURL(destination, srcurl string, owner idtools.IDPair, hasher io.Writer) error {
- logrus.Debugf("saving %q to %q", srcurl, destination)
+func (b *Builder) addURL(destination, srcurl string, owner idtools.IDPair, hasher io.Writer, dryRun bool) error {
resp, err := http.Get(srcurl)
if err != nil {
return errors.Wrapf(err, "error getting %q", srcurl)
}
defer resp.Body.Close()
- f, err := os.Create(destination)
- if err != nil {
- return errors.Wrapf(err, "error creating %q", destination)
+
+ thisHasher := hasher
+ if thisHasher != nil && b.ContentDigester.Hash() != nil {
+ thisHasher = io.MultiWriter(thisHasher, b.ContentDigester.Hash())
}
- if err = f.Chown(owner.UID, owner.GID); err != nil {
- return errors.Wrapf(err, "error setting owner of %q to %d:%d", destination, owner.UID, owner.GID)
+ if thisHasher == nil {
+ thisHasher = b.ContentDigester.Hash()
}
- if last := resp.Header.Get("Last-Modified"); last != "" {
- if mtime, err2 := time.Parse(time.RFC1123, last); err2 != nil {
- logrus.Debugf("error parsing Last-Modified time %q: %v", last, err2)
- } else {
- defer func() {
- if err3 := os.Chtimes(destination, time.Now(), mtime); err3 != nil {
- logrus.Debugf("error setting mtime on %q to Last-Modified time %q: %v", destination, last, err3)
- }
- }()
+ thisWriter := thisHasher
+
+ if !dryRun {
+ logrus.Debugf("saving %q to %q", srcurl, destination)
+ f, err := os.Create(destination)
+ if err != nil {
+ return errors.Wrapf(err, "error creating %q", destination)
}
+ defer f.Close()
+ if err = f.Chown(owner.UID, owner.GID); err != nil {
+ return errors.Wrapf(err, "error setting owner of %q to %d:%d", destination, owner.UID, owner.GID)
+ }
+ if last := resp.Header.Get("Last-Modified"); last != "" {
+ if mtime, err2 := time.Parse(time.RFC1123, last); err2 != nil {
+ logrus.Debugf("error parsing Last-Modified time %q: %v", last, err2)
+ } else {
+ defer func() {
+ if err3 := os.Chtimes(destination, time.Now(), mtime); err3 != nil {
+ logrus.Debugf("error setting mtime on %q to Last-Modified time %q: %v", destination, last, err3)
+ }
+ }()
+ }
+ }
+ defer func() {
+ if err2 := f.Chmod(0600); err2 != nil {
+ logrus.Debugf("error setting permissions on %q: %v", destination, err2)
+ }
+ }()
+ thisWriter = io.MultiWriter(f, thisWriter)
}
- defer f.Close()
- bodyReader := io.Reader(resp.Body)
- if hasher != nil {
- bodyReader = io.TeeReader(bodyReader, hasher)
- }
- n, err := io.Copy(f, bodyReader)
+
+ n, err := io.Copy(thisWriter, resp.Body)
if err != nil {
return errors.Wrapf(err, "error reading contents for %q from %q", destination, srcurl)
}
if resp.ContentLength >= 0 && n != resp.ContentLength {
return errors.Errorf("error reading contents for %q from %q: wrong length (%d != %d)", destination, srcurl, n, resp.ContentLength)
}
- if err := f.Chmod(0600); err != nil {
- return errors.Wrapf(err, "error setting permissions on %q", destination)
- }
return nil
}
@@ -119,32 +133,35 @@ func (b *Builder) Add(destination string, extract bool, options AddAndCopyOption
}
hostOwner := idtools.IDPair{UID: int(hostUID), GID: int(hostGID)}
dest := mountPoint
- if destination != "" && filepath.IsAbs(destination) {
- dir := filepath.Dir(destination)
- if dir != "." && dir != "/" {
- if err = idtools.MkdirAllAndChownNew(filepath.Join(dest, dir), 0755, hostOwner); err != nil {
- return errors.Wrapf(err, "error creating directory %q", filepath.Join(dest, dir))
+ if !options.DryRun {
+ // Resolve the destination if it was specified as a relative path.
+ if destination != "" && filepath.IsAbs(destination) {
+ dir := filepath.Dir(destination)
+ if dir != "." && dir != "/" {
+ if err = idtools.MkdirAllAndChownNew(filepath.Join(dest, dir), 0755, hostOwner); err != nil {
+ return errors.Wrapf(err, "error creating directory %q", filepath.Join(dest, dir))
+ }
+ }
+ dest = filepath.Join(dest, destination)
+ } else {
+ if err = idtools.MkdirAllAndChownNew(filepath.Join(dest, b.WorkDir()), 0755, hostOwner); err != nil {
+ return errors.Wrapf(err, "error creating directory %q", filepath.Join(dest, b.WorkDir()))
}
+ dest = filepath.Join(dest, b.WorkDir(), destination)
}
- dest = filepath.Join(dest, destination)
- } else {
- if err = idtools.MkdirAllAndChownNew(filepath.Join(dest, b.WorkDir()), 0755, hostOwner); err != nil {
- return errors.Wrapf(err, "error creating directory %q", filepath.Join(dest, b.WorkDir()))
+ // If the destination was explicitly marked as a directory by ending it
+ // with a '/', create it so that we can be sure that it's a directory,
+ // and any files we're copying will be placed in the directory.
+ if len(destination) > 0 && destination[len(destination)-1] == os.PathSeparator {
+ if err = idtools.MkdirAllAndChownNew(dest, 0755, hostOwner); err != nil {
+ return errors.Wrapf(err, "error creating directory %q", dest)
+ }
}
- dest = filepath.Join(dest, b.WorkDir(), destination)
- }
- // If the destination was explicitly marked as a directory by ending it
- // with a '/', create it so that we can be sure that it's a directory,
- // and any files we're copying will be placed in the directory.
- if len(destination) > 0 && destination[len(destination)-1] == os.PathSeparator {
- if err = idtools.MkdirAllAndChownNew(dest, 0755, hostOwner); err != nil {
- return errors.Wrapf(err, "error creating directory %q", dest)
+ // Make sure the destination's parent directory is usable.
+ if destpfi, err2 := os.Stat(filepath.Dir(dest)); err2 == nil && !destpfi.IsDir() {
+ return errors.Errorf("%q already exists, but is not a subdirectory)", filepath.Dir(dest))
}
}
- // Make sure the destination's parent directory is usable.
- if destpfi, err2 := os.Stat(filepath.Dir(dest)); err2 == nil && !destpfi.IsDir() {
- return errors.Errorf("%q already exists, but is not a subdirectory)", filepath.Dir(dest))
- }
// Now look at the destination itself.
destfi, err := os.Stat(dest)
if err != nil {
@@ -156,10 +173,10 @@ func (b *Builder) Add(destination string, extract bool, options AddAndCopyOption
if len(source) > 1 && (destfi == nil || !destfi.IsDir()) {
return errors.Errorf("destination %q is not a directory", dest)
}
- copyFileWithTar := b.copyFileWithTar(options.IDMappingOptions, &containerOwner, options.Hasher)
- copyWithTar := b.copyWithTar(options.IDMappingOptions, &containerOwner, options.Hasher)
- untarPath := b.untarPath(nil, options.Hasher)
- err = addHelper(excludes, extract, dest, destfi, hostOwner, options, copyFileWithTar, copyWithTar, untarPath, source...)
+ copyFileWithTar := b.copyFileWithTar(options.IDMappingOptions, &containerOwner, options.Hasher, options.DryRun)
+ copyWithTar := b.copyWithTar(options.IDMappingOptions, &containerOwner, options.Hasher, options.DryRun)
+ untarPath := b.untarPath(nil, options.Hasher, options.DryRun)
+ err = b.addHelper(excludes, extract, dest, destfi, hostOwner, options, copyFileWithTar, copyWithTar, untarPath, source...)
if err != nil {
return err
}
@@ -230,9 +247,10 @@ func dockerIgnoreMatcher(lines []string, contextDir string) (*fileutils.PatternM
return matcher, nil
}
-func addHelper(excludes *fileutils.PatternMatcher, extract bool, dest string, destfi os.FileInfo, hostOwner idtools.IDPair, options AddAndCopyOptions, copyFileWithTar, copyWithTar, untarPath func(src, dest string) error, source ...string) error {
- for _, src := range source {
+func (b *Builder) addHelper(excludes *fileutils.PatternMatcher, extract bool, dest string, destfi os.FileInfo, hostOwner idtools.IDPair, options AddAndCopyOptions, copyFileWithTar, copyWithTar, untarPath func(src, dest string) error, source ...string) error {
+ for n, src := range source {
if strings.HasPrefix(src, "http://") || strings.HasPrefix(src, "https://") {
+ b.ContentDigester.Start("")
// We assume that source is a file, and we're copying
// it to the destination. If the destination is
// already a directory, create a file inside of it.
@@ -246,7 +264,7 @@ func addHelper(excludes *fileutils.PatternMatcher, extract bool, dest string, de
if destfi != nil && destfi.IsDir() {
d = filepath.Join(dest, path.Base(url.Path))
}
- if err = addURL(d, src, hostOwner, options.Hasher); err != nil {
+ if err = b.addURL(d, src, hostOwner, options.Hasher, options.DryRun); err != nil {
return err
}
continue
@@ -270,14 +288,17 @@ func addHelper(excludes *fileutils.PatternMatcher, extract bool, dest string, de
return errors.Wrapf(err, "error reading %q", esrc)
}
if srcfi.IsDir() {
+ b.ContentDigester.Start("dir")
// The source is a directory, so copy the contents of
// the source directory into the target directory. Try
// to create it first, so that if there's a problem,
// we'll discover why that won't work.
- if err = idtools.MkdirAllAndChownNew(dest, 0755, hostOwner); err != nil {
- return errors.Wrapf(err, "error creating directory %q", dest)
+ if !options.DryRun {
+ if err = idtools.MkdirAllAndChownNew(dest, 0755, hostOwner); err != nil {
+ return errors.Wrapf(err, "error creating directory %q", dest)
+ }
}
- logrus.Debugf("copying %q to %q", esrc+string(os.PathSeparator)+"*", dest+string(os.PathSeparator)+"*")
+ logrus.Debugf("copying[%d] %q to %q", n, esrc+string(os.PathSeparator)+"*", dest+string(os.PathSeparator)+"*")
if excludes == nil || !excludes.Exclusions() {
if err = copyWithTar(esrc, dest); err != nil {
return errors.Wrapf(err, "error copying %q to %q", esrc, dest)
@@ -295,26 +316,11 @@ func addHelper(excludes *fileutils.PatternMatcher, extract bool, dest string, de
if skip {
return nil
}
- // combine the filename with the dest directory
+ // combine the source's basename with the dest directory
fpath, err := filepath.Rel(esrc, path)
if err != nil {
return errors.Wrapf(err, "error converting %s to a path relative to %s", path, esrc)
}
- mtime := info.ModTime()
- atime := mtime
- times := []syscall.Timespec{
- syscall.NsecToTimespec(atime.Unix()),
- syscall.NsecToTimespec(mtime.Unix()),
- }
- if info.IsDir() {
- return addHelperDirectory(esrc, path, filepath.Join(dest, fpath), info, hostOwner, times)
- }
- if info.Mode()&os.ModeSymlink == os.ModeSymlink {
- return addHelperSymlink(path, filepath.Join(dest, fpath), hostOwner, times)
- }
- if !info.Mode().IsRegular() {
- return errors.Errorf("error copying %q to %q: source is not a regular file; file mode is %s", path, dest, info.Mode())
- }
if err = copyFileWithTar(path, filepath.Join(dest, fpath)); err != nil {
return errors.Wrapf(err, "error copying %q to %q", path, dest)
}
@@ -326,6 +332,8 @@ func addHelper(excludes *fileutils.PatternMatcher, extract bool, dest string, de
continue
}
+ b.ContentDigester.Start("file")
+
if !extract || !archive.IsArchivePath(esrc) {
// This source is a file, and either it's not an
// archive, or we don't care whether or not it's an
@@ -335,7 +343,7 @@ func addHelper(excludes *fileutils.PatternMatcher, extract bool, dest string, de
d = filepath.Join(dest, filepath.Base(gsrc))
}
// Copy the file, preserving attributes.
- logrus.Debugf("copying %q to %q", esrc, d)
+ logrus.Debugf("copying[%d] %q to %q", n, esrc, d)
if err = copyFileWithTar(esrc, d); err != nil {
return errors.Wrapf(err, "error copying %q to %q", esrc, d)
}
@@ -343,7 +351,7 @@ func addHelper(excludes *fileutils.PatternMatcher, extract bool, dest string, de
}
// We're extracting an archive into the destination directory.
- logrus.Debugf("extracting contents of %q into %q", esrc, dest)
+ logrus.Debugf("extracting contents[%d] of %q into %q", n, esrc, dest)
if err = untarPath(esrc, dest); err != nil {
return errors.Wrapf(err, "error extracting %q into %q", esrc, dest)
}
@@ -351,45 +359,3 @@ func addHelper(excludes *fileutils.PatternMatcher, extract bool, dest string, de
}
return nil
}
-
-func addHelperDirectory(esrc, path, dest string, info os.FileInfo, hostOwner idtools.IDPair, times []syscall.Timespec) error {
- if err := idtools.MkdirAllAndChownNew(dest, info.Mode().Perm(), hostOwner); err != nil {
- // discard only EEXIST on the top directory, which would have been created earlier in the caller
- if !os.IsExist(err) || path != esrc {
- return errors.Errorf("error creating directory %q", dest)
- }
- }
- if err := idtools.SafeLchown(dest, hostOwner.UID, hostOwner.GID); err != nil {
- return errors.Wrapf(err, "error setting owner of directory %q to %d:%d", dest, hostOwner.UID, hostOwner.GID)
- }
- if err := system.LUtimesNano(dest, times); err != nil {
- return errors.Wrapf(err, "error setting dates on directory %q", dest)
- }
- return nil
-}
-
-func addHelperSymlink(src, dest string, hostOwner idtools.IDPair, times []syscall.Timespec) error {
- linkContents, err := os.Readlink(src)
- if err != nil {
- return errors.Wrapf(err, "error reading contents of symbolic link at %q", src)
- }
- if err = os.Symlink(linkContents, dest); err != nil {
- if !os.IsExist(err) {
- return errors.Wrapf(err, "error creating symbolic link to %q at %q", linkContents, dest)
- }
- if err = os.RemoveAll(dest); err != nil {
- return errors.Wrapf(err, "error clearing symbolic link target %q", dest)
- }
- if err = os.Symlink(linkContents, dest); err != nil {
- return errors.Wrapf(err, "error creating symbolic link to %q at %q (second try)", linkContents, dest)
- }
- }
- if err = idtools.SafeLchown(dest, hostOwner.UID, hostOwner.GID); err != nil {
- return errors.Wrapf(err, "error setting owner of symbolic link %q to %d:%d", dest, hostOwner.UID, hostOwner.GID)
- }
- if err = system.LUtimesNano(dest, times); err != nil {
- return errors.Wrapf(err, "error setting dates on symbolic link %q", dest)
- }
- logrus.Debugf("Symlink(%s, %s)", linkContents, dest)
- return nil
-}
diff --git a/vendor/github.com/containers/buildah/btrfs_installed_tag.sh b/vendor/github.com/containers/buildah/btrfs_installed_tag.sh
index 357f33b8b..c4d99f377 100644
--- a/vendor/github.com/containers/buildah/btrfs_installed_tag.sh
+++ b/vendor/github.com/containers/buildah/btrfs_installed_tag.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
cc -E - > /dev/null 2> /dev/null << EOF
#include <btrfs/ioctl.h>
EOF
diff --git a/vendor/github.com/containers/buildah/btrfs_tag.sh b/vendor/github.com/containers/buildah/btrfs_tag.sh
index cc48504ab..59cb969ad 100644
--- a/vendor/github.com/containers/buildah/btrfs_tag.sh
+++ b/vendor/github.com/containers/buildah/btrfs_tag.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
cc -E - > /dev/null 2> /dev/null << EOF
#include <btrfs/version.h>
EOF
diff --git a/vendor/github.com/containers/buildah/buildah.go b/vendor/github.com/containers/buildah/buildah.go
index cd0d48566..1a290f262 100644
--- a/vendor/github.com/containers/buildah/buildah.go
+++ b/vendor/github.com/containers/buildah/buildah.go
@@ -26,7 +26,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
- Version = "1.10.1"
+ Version = "1.11.0-dev"
// The value we use to identify what type of information, currently a
// serialized Builder structure, we are using as per-container state.
// This should only be changed when we make incompatible changes to
@@ -196,6 +196,8 @@ type Builder struct {
Format string
// TempVolumes are temporary mount points created during container runs
TempVolumes map[string]bool
+ // ContentDigester counts the digest of all Add()ed content
+ ContentDigester CompositeDigester
}
// BuilderInfo are used as objects to display container information
diff --git a/vendor/github.com/containers/buildah/chroot/run.go b/vendor/github.com/containers/buildah/chroot/run.go
index b224fb367..fbccbcdb0 100644
--- a/vendor/github.com/containers/buildah/chroot/run.go
+++ b/vendor/github.com/containers/buildah/chroot/run.go
@@ -1181,6 +1181,7 @@ func setupChrootBindMounts(spec *specs.Spec, bundlePath string) (undoBinds func(
switch m.Type {
case "bind":
// Do the bind mount.
+ logrus.Debugf("bind mounting %q on %q", m.Destination, filepath.Join(spec.Root.Path, m.Destination))
if err := unix.Mount(m.Source, target, "", requestFlags, ""); err != nil {
return undoBinds, errors.Wrapf(err, "error bind mounting %q from host to %q in mount namespace (%q)", m.Source, m.Destination, target)
}
@@ -1366,7 +1367,7 @@ func setupChrootBindMounts(spec *specs.Spec, bundlePath string) (undoBinds func(
}
} else {
// If the target's is not a directory or os.DevNull, bind mount os.DevNull over it.
- if isDevNull(targetinfo) {
+ if !isDevNull(targetinfo) {
if err = unix.Mount(os.DevNull, target, "", uintptr(syscall.MS_BIND|syscall.MS_RDONLY|syscall.MS_PRIVATE), ""); err != nil {
return undoBinds, errors.Wrapf(err, "error masking non-directory %q in mount namespace", target)
}
diff --git a/vendor/github.com/containers/buildah/digester.go b/vendor/github.com/containers/buildah/digester.go
new file mode 100644
index 000000000..498bdeeb5
--- /dev/null
+++ b/vendor/github.com/containers/buildah/digester.go
@@ -0,0 +1,64 @@
+package buildah
+
+import (
+ "hash"
+ "strings"
+
+ digest "github.com/opencontainers/go-digest"
+)
+
+type singleDigester struct {
+ digester digest.Digester
+ prefix string
+}
+
+// CompositeDigester can compute a digest over multiple items.
+type CompositeDigester struct {
+ digesters []singleDigester
+}
+
+// Restart clears all state, so that the composite digester can start over.
+func (c *CompositeDigester) Restart() {
+ c.digesters = nil
+}
+
+// Start starts recording the digest for a new item. The caller should call
+// Hash() immediately after to retrieve the new io.Writer.
+func (c *CompositeDigester) Start(prefix string) {
+ prefix = strings.TrimSuffix(prefix, ":")
+ c.digesters = append(c.digesters, singleDigester{digester: digest.Canonical.Digester(), prefix: prefix})
+}
+
+// Hash returns the hasher for the current item.
+func (c *CompositeDigester) Hash() hash.Hash {
+ num := len(c.digesters)
+ if num == 0 {
+ return nil
+ }
+ return c.digesters[num-1].digester.Hash()
+}
+
+// Digest returns the prefix and a composite digest over everything that's been
+// digested.
+func (c *CompositeDigester) Digest() (string, digest.Digest) {
+ num := len(c.digesters)
+ switch num {
+ case 0:
+ return "", ""
+ case 1:
+ return c.digesters[0].prefix, c.digesters[0].digester.Digest()
+ default:
+ content := ""
+ for i, digester := range c.digesters {
+ if i > 0 {
+ content += ","
+ }
+ prefix := digester.prefix
+ if digester.prefix != "" {
+ digester.prefix += ":"
+ }
+ content += prefix + digester.digester.Digest().Encoded()
+ }
+ return "multi", digest.Canonical.FromString(content)
+ }
+}
diff --git a/vendor/github.com/containers/buildah/go.mod b/vendor/github.com/containers/buildah/go.mod
index 197db35da..61c80d90b 100644
--- a/vendor/github.com/containers/buildah/go.mod
+++ b/vendor/github.com/containers/buildah/go.mod
@@ -8,7 +8,7 @@ require (
github.com/containerd/continuity v0.0.0-20181203112020-004b46473808 // indirect
github.com/containernetworking/cni v0.7.1
github.com/containers/image v3.0.2+incompatible
- github.com/containers/storage v1.13.1
+ github.com/containers/storage v1.13.2
github.com/cyphar/filepath-securejoin v0.2.1
github.com/docker/distribution v0.0.0-20170817175659-5f6282db7d65
github.com/docker/docker-credential-helpers v0.6.1 // indirect
diff --git a/vendor/github.com/containers/buildah/go.sum b/vendor/github.com/containers/buildah/go.sum
index 1016bcbea..afd38be1a 100644
--- a/vendor/github.com/containers/buildah/go.sum
+++ b/vendor/github.com/containers/buildah/go.sum
@@ -49,6 +49,8 @@ github.com/containers/storage v1.12.16 h1:zePYS1GiG8CuRqLCeA0ufx4X27K06HcJLV50Dd
github.com/containers/storage v1.12.16/go.mod h1:QsZp4XMJjyPNNbQHZeyNW3OmhwsWviI+7S6iOcu6a4c=
github.com/containers/storage v1.13.1 h1:rjVirLS9fCGkUFlLDZEoGDDUugtIf46DufWvJu08wxQ=
github.com/containers/storage v1.13.1/go.mod h1:6D8nK2sU9V7nEmAraINRs88ZEscM5C5DK+8Npp27GeA=
+github.com/containers/storage v1.13.2 h1:UXZ0Ckmk6+6+4vj2M2ywruVtH97pnRoAhTG8ctd+yQI=
+github.com/containers/storage v1.13.2/go.mod h1:6D8nK2sU9V7nEmAraINRs88ZEscM5C5DK+8Npp27GeA=
github.com/cyphar/filepath-securejoin v0.2.1 h1:5DPkzz/0MwUpvR4fxASKzgApeq2OMFY5FfYtrX28Coo=
github.com/cyphar/filepath-securejoin v0.2.1/go.mod h1:FpkQEhXnPnOthhzymB7CGsFk2G9VLXONKD9G7QGMM+4=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
diff --git a/vendor/github.com/containers/buildah/imagebuildah/chroot_symlink_linux.go b/vendor/github.com/containers/buildah/imagebuildah/chroot_symlink_linux.go
index a6d3b4c8f..2fb10ab83 100644
--- a/vendor/github.com/containers/buildah/imagebuildah/chroot_symlink_linux.go
+++ b/vendor/github.com/containers/buildah/imagebuildah/chroot_symlink_linux.go
@@ -6,7 +6,6 @@ import (
"os"
"path/filepath"
"strings"
- "time"
"github.com/containers/storage/pkg/reexec"
"github.com/pkg/errors"
@@ -15,13 +14,11 @@ import (
const (
symlinkChrootedCommand = "chrootsymlinks-resolve"
- symlinkModifiedTime = "modtimesymlinks-resolve"
maxSymlinksResolved = 40
)
func init() {
reexec.Register(symlinkChrootedCommand, resolveChrootedSymlinks)
- reexec.Register(symlinkModifiedTime, resolveSymlinkTimeModified)
}
// resolveSymlink uses a child subprocess to resolve any symlinks in filename
@@ -71,118 +68,6 @@ func resolveChrootedSymlinks() {
os.Exit(status)
}
-// main() for grandparent subprocess. Its main job is to shuttle stdio back
-// and forth, managing a pseudo-terminal if we want one, for our child, the
-// parent subprocess.
-func resolveSymlinkTimeModified() {
- status := 0
- flag.Parse()
- if len(flag.Args()) < 1 {
- os.Exit(1)
- }
- // Our first parameter is the directory to chroot into.
- if err := unix.Chdir(flag.Arg(0)); err != nil {
- fmt.Fprintf(os.Stderr, "chdir(): %v\n", err)
- os.Exit(1)
- }
- if err := unix.Chroot(flag.Arg(0)); err != nil {
- fmt.Fprintf(os.Stderr, "chroot(): %v\n", err)
- os.Exit(1)
- }
-
- // Our second parameter is the path name to evaluate for symbolic links.
- // Our third parameter is the time the cached intermediate image was created.
- // We check whether the modified time of the filepath we provide is after the time the cached image was created.
- timeIsGreater, err := modTimeIsGreater(flag.Arg(0), flag.Arg(1), flag.Arg(2))
- if err != nil {
- fmt.Fprintf(os.Stderr, "error checking if modified time of resolved symbolic link is greater: %v\n", err)
- os.Exit(1)
- }
- if _, err := os.Stdout.WriteString(fmt.Sprintf("%v", timeIsGreater)); err != nil {
- fmt.Fprintf(os.Stderr, "error writing string to stdout: %v\n", err)
- os.Exit(1)
- }
- os.Exit(status)
-}
-
-// resolveModifiedTime (in the grandparent process) checks filename for any symlinks,
-// resolves it and compares the modified time of the file with historyTime, which is
-// the creation time of the cached image. It returns true if filename was modified after
-// historyTime, otherwise returns false.
-func resolveModifiedTime(rootdir, filename, historyTime string) (bool, error) {
- // The child process expects a chroot and one path that
- // will be consulted relative to the chroot directory and evaluated
- // for any symbolic links present.
- cmd := reexec.Command(symlinkModifiedTime, rootdir, filename, historyTime)
- output, err := cmd.CombinedOutput()
- if err != nil {
- return false, errors.Wrapf(err, string(output))
- }
- // Hand back true/false depending on in the file was modified after the caches image was created.
- return string(output) == "true", nil
-}
-
-// modTimeIsGreater goes through the files added/copied in using the Dockerfile and
-// checks the time stamp (follows symlinks) with the time stamp of when the cached
-// image was created. IT compares the two and returns true if the file was modified
-// after the cached image was created, otherwise it returns false.
-func modTimeIsGreater(rootdir, path string, historyTime string) (bool, error) {
- var timeIsGreater bool
-
- // Convert historyTime from string to time.Time for comparison
- histTime, err := time.Parse(time.RFC3339Nano, historyTime)
- if err != nil {
- return false, errors.Wrapf(err, "error converting string to time.Time %q", historyTime)
- }
-
- // Since we are chroot in rootdir, we want a relative path, i.e (path - rootdir)
- relPath, err := filepath.Rel(rootdir, path)
- if err != nil {
- return false, errors.Wrapf(err, "error making path %q relative to %q", path, rootdir)
- }
-
- // Walk the file tree and check the time stamps.
- err = filepath.Walk(relPath, func(path string, info os.FileInfo, err error) error {
- // If using cached images, it is possible for files that are being copied to come from
- // previous build stages. But if using cached images, then the copied file won't exist
- // since a container won't have been created for the previous build stage and info will be nil.
- // In that case just return nil and continue on with using the cached image for the whole build process.
- if info == nil {
- return nil
- }
- modTime := info.ModTime()
- if info.Mode()&os.ModeSymlink == os.ModeSymlink {
- // Evaluate any symlink that occurs to get updated modified information
- resolvedPath, err := filepath.EvalSymlinks(path)
- if err != nil && os.IsNotExist(err) {
- return errors.Wrapf(errDanglingSymlink, "%q", path)
- }
- if err != nil {
- return errors.Wrapf(err, "error evaluating symlink %q", path)
- }
- fileInfo, err := os.Stat(resolvedPath)
- if err != nil {
- return errors.Wrapf(err, "error getting file info %q", resolvedPath)
- }
- modTime = fileInfo.ModTime()
- }
- if modTime.After(histTime) {
- timeIsGreater = true
- return nil
- }
- return nil
- })
-
- if err != nil {
- // if error is due to dangling symlink, ignore error and return nil
- if errors.Cause(err) == errDanglingSymlink {
- return false, nil
- }
- return false, errors.Wrapf(err, "error walking file tree %q", path)
- }
- return timeIsGreater, err
-}
-
// getSymbolic link goes through each part of the path and continues resolving symlinks as they appear.
// Returns what the whole target path for what "path" resolves to.
func getSymbolicLink(path string) (string, error) {
diff --git a/vendor/github.com/containers/buildah/imagebuildah/errors.go b/vendor/github.com/containers/buildah/imagebuildah/errors.go
deleted file mode 100644
index cf299656b..000000000
--- a/vendor/github.com/containers/buildah/imagebuildah/errors.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package imagebuildah
-
-import "errors"
-
-var (
- errDanglingSymlink = errors.New("error evaluating dangling symlink")
-)
diff --git a/vendor/github.com/containers/buildah/imagebuildah/executor.go b/vendor/github.com/containers/buildah/imagebuildah/executor.go
index 8d68fe85f..34ccb6efb 100644
--- a/vendor/github.com/containers/buildah/imagebuildah/executor.go
+++ b/vendor/github.com/containers/buildah/imagebuildah/executor.go
@@ -42,8 +42,8 @@ var builtinAllowedBuildArgs = map[string]bool{
}
// Executor is a buildah-based implementation of the imagebuilder.Executor
-// interface. It coordinates the entire build by using one StageExecutors to
-// handle each stage of the build.
+// interface. It coordinates the entire build by using one or more
+// StageExecutors to handle each stage of the build.
type Executor struct {
stages map[string]*StageExecutor
store storage.Store
@@ -248,26 +248,36 @@ func (b *Executor) getImageHistory(ctx context.Context, imageID string) ([]v1.Hi
return oci.History, nil
}
-// getCreatedBy returns the command the image at node will be created by.
-func (b *Executor) getCreatedBy(node *parser.Node) string {
+// getCreatedBy returns the command the image at node will be created by. If
+// the passed-in CompositeDigester is not nil, it is assumed to have the digest
+// information for the content if the node is ADD or COPY.
+func (b *Executor) getCreatedBy(node *parser.Node, addedContentDigest string) string {
if node == nil {
return "/bin/sh"
}
- if node.Value == "run" {
+ switch strings.ToUpper(node.Value) {
+ case "RUN":
buildArgs := b.getBuildArgs()
if buildArgs != "" {
return "|" + strconv.Itoa(len(strings.Split(buildArgs, " "))) + " " + buildArgs + " /bin/sh -c " + node.Original[4:]
}
return "/bin/sh -c " + node.Original[4:]
+ case "ADD", "COPY":
+ destination := node
+ for destination.Next != nil {
+ destination = destination.Next
+ }
+ return "/bin/sh -c #(nop) " + strings.ToUpper(node.Value) + " " + addedContentDigest + " in " + destination.Value + " "
+ default:
+ return "/bin/sh -c #(nop) " + node.Original
}
- return "/bin/sh -c #(nop) " + node.Original
}
// historyMatches returns true if a candidate history matches the history of our
// base image (if we have one), plus the current instruction.
// Used to verify whether a cache of the intermediate image exists and whether
// to run the build again.
-func (b *Executor) historyMatches(baseHistory []v1.History, child *parser.Node, history []v1.History) bool {
+func (b *Executor) historyMatches(baseHistory []v1.History, child *parser.Node, history []v1.History, addedContentDigest string) bool {
if len(baseHistory) >= len(history) {
return false
}
@@ -297,7 +307,7 @@ func (b *Executor) historyMatches(baseHistory []v1.History, child *parser.Node,
return false
}
}
- return history[len(baseHistory)].CreatedBy == b.getCreatedBy(child)
+ return history[len(baseHistory)].CreatedBy == b.getCreatedBy(child, addedContentDigest)
}
// getBuildArgs returns a string of the build-args specified during the build process
@@ -406,13 +416,12 @@ func (b *Executor) Build(ctx context.Context, stages imagebuilder.Stages) (image
// arg expansion, so if the previous stage
// was named using argument values, we might
// not record the right value here.
- rootfs := flag[7:]
+ rootfs := strings.TrimPrefix(flag, "--from=")
b.rootfsMap[rootfs] = true
logrus.Debugf("rootfs: %q", rootfs)
}
}
}
- break
}
node = node.Next // next line
}
diff --git a/vendor/github.com/containers/buildah/imagebuildah/stage_executor.go b/vendor/github.com/containers/buildah/imagebuildah/stage_executor.go
index 8030e351a..144bf8c24 100644
--- a/vendor/github.com/containers/buildah/imagebuildah/stage_executor.go
+++ b/vendor/github.com/containers/buildah/imagebuildah/stage_executor.go
@@ -4,7 +4,6 @@ import (
"context"
"fmt"
"io"
- "net/http"
"os"
"path/filepath"
"strconv"
@@ -249,9 +248,112 @@ func (s *StageExecutor) volumeCacheRestore() error {
return nil
}
+// digestContent digests any content that this next instruction would add to
+// the image, returning the digester if there is any, or nil otherwise. We
+// don't care about the details of where in the filesystem the content actually
+// goes, because we're not actually going to add it here, so this is less
+// involved than Copy().
+func (s *StageExecutor) digestSpecifiedContent(node *parser.Node) (string, error) {
+ // No instruction: done.
+ if node == nil {
+ return "", nil
+ }
+
+ // Not adding content: done.
+ switch strings.ToUpper(node.Value) {
+ default:
+ return "", nil
+ case "ADD", "COPY":
+ }
+
+ // Pull out everything except the first node (the instruction) and the
+ // last node (the destination).
+ var srcs []string
+ destination := node
+ for destination.Next != nil {
+ destination = destination.Next
+ if destination.Next != nil {
+ srcs = append(srcs, destination.Value)
+ }
+ }
+
+ var sources []string
+ var idMappingOptions *buildah.IDMappingOptions
+ contextDir := s.executor.contextDir
+ for _, flag := range node.Flags {
+ if strings.HasPrefix(flag, "--from=") {
+ // Flag says to read the content from another
+ // container. Update the ID mappings and
+ // all-content-comes-from-below-this-directory value.
+ from := strings.TrimPrefix(flag, "--from=")
+ if other, ok := s.executor.stages[from]; ok {
+ contextDir = other.mountPoint
+ idMappingOptions = &other.builder.IDMappingOptions
+ } else if builder, ok := s.executor.containerMap[from]; ok {
+ contextDir = builder.MountPoint
+ idMappingOptions = &builder.IDMappingOptions
+ } else {
+ return "", errors.Errorf("the stage %q has not been built", from)
+ }
+ }
+ }
+ for _, src := range srcs {
+ if strings.HasPrefix(src, "http://") || strings.HasPrefix(src, "https://") {
+ // Source is a URL. TODO: cache this content
+ // somewhere, so that we can avoid pulling it down
+ // again if we end up needing to drop it into the
+ // filesystem.
+ sources = append(sources, src)
+ } else {
+ // Source is not a URL, so it's a location relative to
+ // the all-content-comes-from-below-this-directory
+ // directory.
+ contextSrc, err := securejoin.SecureJoin(contextDir, src)
+ if err != nil {
+ return "", errors.Wrapf(err, "error joining %q and %q", contextDir, src)
+ }
+ sources = append(sources, contextSrc)
+ }
+ }
+ // If the all-content-comes-from-below-this-directory is the build
+ // context, read its .dockerignore.
+ var excludes []string
+ if contextDir == s.executor.contextDir {
+ var err error
+ if excludes, err = imagebuilder.ParseDockerignore(contextDir); err != nil {
+ return "", errors.Wrapf(err, "error parsing .dockerignore in %s", contextDir)
+ }
+ }
+ // Restart the digester and have it do a dry-run copy to compute the
+ // digest information.
+ options := buildah.AddAndCopyOptions{
+ Excludes: excludes,
+ ContextDir: contextDir,
+ IDMappingOptions: idMappingOptions,
+ DryRun: true,
+ }
+ s.builder.ContentDigester.Restart()
+ download := strings.ToUpper(node.Value) == "ADD"
+ err := s.builder.Add(destination.Value, download, options, sources...)
+ if err != nil {
+ return "", errors.Wrapf(err, "error dry-running %q", node.Original)
+ }
+ // Return the formatted version of the digester's result.
+ contentDigest := ""
+ prefix, digest := s.builder.ContentDigester.Digest()
+ if prefix != "" {
+ prefix += ":"
+ }
+ if digest.Validate() == nil {
+ contentDigest = prefix + digest.Encoded()
+ }
+ return contentDigest, nil
+}
+
// Copy copies data into the working tree. The "Download" field is how
-// imagebuilder tells us the instruction was "ADD" and not "COPY"
+// imagebuilder tells us the instruction was "ADD" and not "COPY".
func (s *StageExecutor) Copy(excludes []string, copies ...imagebuilder.Copy) error {
+ s.builder.ContentDigester.Restart()
for _, copy := range copies {
// Check the file and see if part of it is a symlink.
// Convert it to the target if so. To be ultrasafe
@@ -283,41 +385,52 @@ func (s *StageExecutor) Copy(excludes []string, copies ...imagebuilder.Copy) err
if err := s.volumeCacheInvalidate(copy.Dest); err != nil {
return err
}
- sources := []string{}
+ var sources []string
+ // The From field says to read the content from another
+ // container. Update the ID mappings and
+ // all-content-comes-from-below-this-directory value.
+ var idMappingOptions *buildah.IDMappingOptions
+ var copyExcludes []string
+ contextDir := s.executor.contextDir
+ if len(copy.From) > 0 {
+ if other, ok := s.executor.stages[copy.From]; ok && other.index < s.index {
+ contextDir = other.mountPoint
+ idMappingOptions = &other.builder.IDMappingOptions
+ } else if builder, ok := s.executor.containerMap[copy.From]; ok {
+ contextDir = builder.MountPoint
+ idMappingOptions = &builder.IDMappingOptions
+ } else {
+ return errors.Errorf("the stage %q has not been built", copy.From)
+ }
+ copyExcludes = excludes
+ } else {
+ copyExcludes = append(s.executor.excludes, excludes...)
+ }
for _, src := range copy.Src {
- contextDir := s.executor.contextDir
- copyExcludes := excludes
- var idMappingOptions *buildah.IDMappingOptions
if strings.HasPrefix(src, "http://") || strings.HasPrefix(src, "https://") {
+ // Source is a URL.
sources = append(sources, src)
- } else if len(copy.From) > 0 {
- var srcRoot string
- if other, ok := s.executor.stages[copy.From]; ok && other.index < s.index {
- srcRoot = other.mountPoint
- contextDir = other.mountPoint
- idMappingOptions = &other.builder.IDMappingOptions
- } else if builder, ok := s.executor.containerMap[copy.From]; ok {
- srcRoot = builder.MountPoint
- contextDir = builder.MountPoint
- idMappingOptions = &builder.IDMappingOptions
- } else {
- return errors.Errorf("the stage %q has not been built", copy.From)
- }
- srcSecure, err := securejoin.SecureJoin(srcRoot, src)
+ } else {
+ // Treat the source, which is not a URL, as a
+ // location relative to the
+ // all-content-comes-from-below-this-directory
+ // directory.
+ srcSecure, err := securejoin.SecureJoin(contextDir, src)
if err != nil {
return err
}
- // If destination is a folder, we need to take extra care to
- // ensure that files are copied with correct names (since
- // resolving a symlink may result in a different name).
if hadFinalPathSeparator {
+ // If destination is a folder, we need to take extra care to
+ // ensure that files are copied with correct names (since
+ // resolving a symlink may result in a different name).
_, srcName := filepath.Split(src)
_, srcNameSecure := filepath.Split(srcSecure)
if srcName != srcNameSecure {
options := buildah.AddAndCopyOptions{
- Chown: copy.Chown,
- ContextDir: contextDir,
- Excludes: copyExcludes,
+ Chown: copy.Chown,
+ ContextDir: contextDir,
+ Excludes: copyExcludes,
+ IDMappingOptions: idMappingOptions,
}
if err := s.builder.Add(filepath.Join(copy.Dest, srcName), copy.Download, options, srcSecure); err != nil {
return err
@@ -326,21 +439,17 @@ func (s *StageExecutor) Copy(excludes []string, copies ...imagebuilder.Copy) err
}
}
sources = append(sources, srcSecure)
-
- } else {
- sources = append(sources, filepath.Join(s.executor.contextDir, src))
- copyExcludes = append(s.executor.excludes, excludes...)
- }
- options := buildah.AddAndCopyOptions{
- Chown: copy.Chown,
- ContextDir: contextDir,
- Excludes: copyExcludes,
- IDMappingOptions: idMappingOptions,
- }
- if err := s.builder.Add(copy.Dest, copy.Download, options, sources...); err != nil {
- return err
}
}
+ options := buildah.AddAndCopyOptions{
+ Chown: copy.Chown,
+ ContextDir: contextDir,
+ Excludes: copyExcludes,
+ IDMappingOptions: idMappingOptions,
+ }
+ if err := s.builder.Add(copy.Dest, copy.Download, options, sources...); err != nil {
+ return err
+ }
}
return nil
}
@@ -645,7 +754,7 @@ func (s *StageExecutor) Execute(ctx context.Context, stage imagebuilder.Stage, b
// squash the contents of the base image. Whichever is
// the case, we need to commit() to create a new image.
logCommit(s.output, -1)
- if imgID, ref, err = s.commit(ctx, ib, s.executor.getCreatedBy(nil), false, s.output); err != nil {
+ if imgID, ref, err = s.commit(ctx, ib, s.executor.getCreatedBy(nil, ""), false, s.output); err != nil {
return "", nil, errors.Wrapf(err, "error committing base container")
}
} else {
@@ -711,13 +820,18 @@ func (s *StageExecutor) Execute(ctx context.Context, stage imagebuilder.Stage, b
logrus.Debugf("%v", errors.Wrapf(err, "error building at step %+v", *step))
return "", nil, errors.Wrapf(err, "error building at STEP \"%s\"", step.Message)
}
+ // In case we added content, retrieve its digest.
+ addedContentDigest, err := s.digestSpecifiedContent(node)
+ if err != nil {
+ return "", nil, err
+ }
if moreInstructions {
// There are still more instructions to process
// for this stage. Make a note of the
// instruction in the history that we'll write
// for the image when we eventually commit it.
now := time.Now()
- s.builder.AddPrependedEmptyLayer(&now, s.executor.getCreatedBy(node), "", "")
+ s.builder.AddPrependedEmptyLayer(&now, s.executor.getCreatedBy(node, addedContentDigest), "", "")
continue
} else {
// This is the last instruction for this stage,
@@ -726,7 +840,7 @@ func (s *StageExecutor) Execute(ctx context.Context, stage imagebuilder.Stage, b
// if it's used as the basis for a later stage.
if lastStage || imageIsUsedLater {
logCommit(s.output, i)
- imgID, ref, err = s.commit(ctx, ib, s.executor.getCreatedBy(node), false, s.output)
+ imgID, ref, err = s.commit(ctx, ib, s.executor.getCreatedBy(node, addedContentDigest), false, s.output)
if err != nil {
return "", nil, errors.Wrapf(err, "error committing container for step %+v", *step)
}
@@ -756,7 +870,11 @@ func (s *StageExecutor) Execute(ctx context.Context, stage imagebuilder.Stage, b
// cached images so far, look for one that matches what we
// expect to produce for this instruction.
if checkForLayers && !(s.executor.squash && lastInstruction && lastStage) {
- cacheID, err = s.layerExists(ctx, node)
+ addedContentDigest, err := s.digestSpecifiedContent(node)
+ if err != nil {
+ return "", nil, err
+ }
+ cacheID, err = s.intermediateImageExists(ctx, node, addedContentDigest)
if err != nil {
return "", nil, errors.Wrap(err, "error checking if cached image exists from a previous build")
}
@@ -809,9 +927,14 @@ func (s *StageExecutor) Execute(ctx context.Context, stage imagebuilder.Stage, b
logrus.Debugf("%v", errors.Wrapf(err, "error building at step %+v", *step))
return "", nil, errors.Wrapf(err, "error building at STEP \"%s\"", step.Message)
}
+ // In case we added content, retrieve its digest.
+ addedContentDigest, err := s.digestSpecifiedContent(node)
+ if err != nil {
+ return "", nil, err
+ }
// Create a new image, maybe with a new layer.
logCommit(s.output, i)
- imgID, ref, err = s.commit(ctx, ib, s.executor.getCreatedBy(node), !s.stepRequiresLayer(step), commitName)
+ imgID, ref, err = s.commit(ctx, ib, s.executor.getCreatedBy(node, addedContentDigest), !s.stepRequiresLayer(step), commitName)
if err != nil {
return "", nil, errors.Wrapf(err, "error committing container for step %+v", *step)
}
@@ -899,9 +1022,9 @@ func (s *StageExecutor) tagExistingImage(ctx context.Context, cacheID, output st
return img.ID, ref, nil
}
-// layerExists returns true if an intermediate image of currNode exists in the image store from a previous build.
+// intermediateImageExists returns true if an intermediate image of currNode exists in the image store from a previous build.
// It verifies this by checking the parent of the top layer of the image and the history.
-func (s *StageExecutor) layerExists(ctx context.Context, currNode *parser.Node) (string, error) {
+func (s *StageExecutor) intermediateImageExists(ctx context.Context, currNode *parser.Node, addedContentDigest string) (string, error) {
// Get the list of images available in the image store
images, err := s.executor.store.Images()
if err != nil {
@@ -932,85 +1055,14 @@ func (s *StageExecutor) layerExists(ctx context.Context, currNode *parser.Node)
return "", errors.Wrapf(err, "error getting history of %q", image.ID)
}
// children + currNode is the point of the Dockerfile we are currently at.
- if s.executor.historyMatches(baseHistory, currNode, history) {
- // This checks if the files copied during build have been changed if the node is
- // a COPY or ADD command.
- filesMatch, err := s.copiedFilesMatch(currNode, history[len(history)-1].Created)
- if err != nil {
- return "", errors.Wrapf(err, "error checking if copied files match")
- }
- if filesMatch {
- return image.ID, nil
- }
+ if s.executor.historyMatches(baseHistory, currNode, history, addedContentDigest) {
+ return image.ID, nil
}
}
}
return "", nil
}
-// getFilesToCopy goes through node to get all the src files that are copied, added or downloaded.
-// It is possible for the Dockerfile to have src as hom*, which means all files that have hom as a prefix.
-// Another format is hom?.txt, which means all files that have that name format with the ? replaced by another character.
-func (s *StageExecutor) getFilesToCopy(node *parser.Node) ([]string, error) {
- currNode := node.Next
- var src []string
- for currNode.Next != nil {
- if strings.HasPrefix(currNode.Value, "http://") || strings.HasPrefix(currNode.Value, "https://") {
- src = append(src, currNode.Value)
- currNode = currNode.Next
- continue
- }
- matches, err := filepath.Glob(filepath.Join(s.copyFrom, currNode.Value))
- if err != nil {
- return nil, errors.Wrapf(err, "error finding match for pattern %q", currNode.Value)
- }
- src = append(src, matches...)
- currNode = currNode.Next
- }
- return src, nil
-}
-
-// copiedFilesMatch checks to see if the node instruction is a COPY or ADD.
-// If it is either of those two it checks the timestamps on all the files copied/added
-// by the dockerfile. If the host version has a time stamp greater than the time stamp
-// of the build, the build will not use the cached version and will rebuild.
-func (s *StageExecutor) copiedFilesMatch(node *parser.Node, historyTime *time.Time) (bool, error) {
- if node.Value != "add" && node.Value != "copy" {
- return true, nil
- }
-
- src, err := s.getFilesToCopy(node)
- if err != nil {
- return false, err
- }
- for _, item := range src {
- // for urls, check the Last-Modified field in the header.
- if strings.HasPrefix(item, "http://") || strings.HasPrefix(item, "https://") {
- urlContentNew, err := urlContentModified(item, historyTime)
- if err != nil {
- return false, err
- }
- if urlContentNew {
- return false, nil
- }
- continue
- }
- // Walks the file tree for local files and uses chroot to ensure we don't escape out of the allowed path
- // when resolving any symlinks.
- // Change the time format to ensure we don't run into a parsing error when converting again from string
- // to time.Time. It is a known Go issue that the conversions cause errors sometimes, so specifying a particular
- // time format here when converting to a string.
- timeIsGreater, err := resolveModifiedTime(s.copyFrom, item, historyTime.Format(time.RFC3339Nano))
- if err != nil {
- return false, errors.Wrapf(err, "error resolving symlinks and comparing modified times: %q", item)
- }
- if timeIsGreater {
- return false, nil
- }
- }
- return true, nil
-}
-
// commit writes the container's contents to an image, using a passed-in tag as
// the name if there is one, generating a unique ID-based one otherwise.
func (s *StageExecutor) commit(ctx context.Context, ib *imagebuilder.Builder, createdBy string, emptyLayer bool, output string) (string, reference.Canonical, error) {
@@ -1134,23 +1186,3 @@ func (s *StageExecutor) EnsureContainerPath(path string) error {
}
return nil
}
-
-// urlContentModified sends a get request to the url and checks if the header has a value in
-// Last-Modified, and if it does compares the time stamp to that of the history of the cached image.
-// returns true if there is no Last-Modified value in the header.
-func urlContentModified(url string, historyTime *time.Time) (bool, error) {
- resp, err := http.Get(url)
- if err != nil {
- return false, errors.Wrapf(err, "error getting %q", url)
- }
- defer resp.Body.Close()
- if lastModified := resp.Header.Get("Last-Modified"); lastModified != "" {
- lastModifiedTime, err := time.Parse(time.RFC1123, lastModified)
- if err != nil {
- return false, errors.Wrapf(err, "error parsing time for %q", url)
- }
- return lastModifiedTime.After(*historyTime), nil
- }
- logrus.Debugf("Response header did not have Last-Modified %q, will rebuild.", url)
- return true, nil
-}
diff --git a/vendor/github.com/containers/buildah/install.md b/vendor/github.com/containers/buildah/install.md
index 463f4ebc9..6cfa3f24b 100644
--- a/vendor/github.com/containers/buildah/install.md
+++ b/vendor/github.com/containers/buildah/install.md
@@ -385,3 +385,14 @@ Buildah uses Go Modules for vendoring purposes. If you need to update or add a
* `make`
* `make install`
* Then add any updated or added files with `git add` then do a `git commit` and create a PR.
+
+### Vendor from your own fork
+
+If you wish to vendor in your personal fork to try changes out (assuming containers/storage in the below example):
+
+ * `go mod edit -replace github.com/containers/storage=github.com/{mygithub_username}/storage@YOUR_BRANCH`
+ * `make vendor`
+
+To revert
+ * `go mod edit -dropreplace github.com/containers/storage`
+ * `make vendor`
diff --git a/vendor/github.com/containers/buildah/libdm_tag.sh b/vendor/github.com/containers/buildah/libdm_tag.sh
index d1f83ba10..d3668aab1 100644
--- a/vendor/github.com/containers/buildah/libdm_tag.sh
+++ b/vendor/github.com/containers/buildah/libdm_tag.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
tmpdir="$PWD/tmp.$RANDOM"
mkdir -p "$tmpdir"
trap 'rm -fr "$tmpdir"' EXIT
diff --git a/vendor/github.com/containers/buildah/ostree_tag.sh b/vendor/github.com/containers/buildah/ostree_tag.sh
index 6a2f2e38b..537c17ff4 100644
--- a/vendor/github.com/containers/buildah/ostree_tag.sh
+++ b/vendor/github.com/containers/buildah/ostree_tag.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
if pkg-config ostree-1 2> /dev/null ; then
echo containers_image_ostree
else
diff --git a/vendor/github.com/containers/buildah/pkg/cli/common.go b/vendor/github.com/containers/buildah/pkg/cli/common.go
index d3c071555..1a73efb54 100644
--- a/vendor/github.com/containers/buildah/pkg/cli/common.go
+++ b/vendor/github.com/containers/buildah/pkg/cli/common.go
@@ -186,7 +186,7 @@ func GetFromAndBudFlags(flags *FromAndBudResults, usernsResults *UserNSResults,
fs.StringVar(&flags.CPUSetCPUs, "cpuset-cpus", "", "CPUs in which to allow execution (0-3, 0,1)")
fs.StringVar(&flags.CPUSetMems, "cpuset-mems", "", "memory nodes (MEMs) in which to allow execution (0-3, 0,1). Only effective on NUMA systems.")
fs.StringSliceVar(&flags.DNSSearch, "dns-search", []string{}, "Set custom DNS search domains")
- fs.StringSliceVar(&flags.DNSServers, "dns", []string{}, "Set custom DNS servers")
+ fs.StringSliceVar(&flags.DNSServers, "dns", []string{}, "Set custom DNS servers or disable it completely by setting it to 'none', which prevents the automatic creation of `/etc/resolv.conf`.")
fs.StringSliceVar(&flags.DNSOptions, "dns-option", []string{}, "Set custom DNS options")
fs.BoolVar(&flags.HTTPProxy, "http-proxy", true, "pass thru HTTP Proxy environment variables")
fs.StringVar(&flags.Isolation, "isolation", DefaultIsolation(), "`type` of process isolation to use. Use BUILDAH_ISOLATION environment variable to override.")
diff --git a/vendor/github.com/containers/buildah/pkg/parse/parse.go b/vendor/github.com/containers/buildah/pkg/parse/parse.go
index 0ab449c1e..09ca542a1 100644
--- a/vendor/github.com/containers/buildah/pkg/parse/parse.go
+++ b/vendor/github.com/containers/buildah/pkg/parse/parse.go
@@ -462,25 +462,40 @@ func ValidateVolumeCtrDir(ctrDir string) error {
// ValidateVolumeOpts validates a volume's options
func ValidateVolumeOpts(options []string) ([]string, error) {
- var foundRootPropagation, foundRWRO, foundLabelChange, bindType int
+ var foundRootPropagation, foundRWRO, foundLabelChange, bindType, foundExec, foundDev, foundSuid int
finalOpts := make([]string, 0, len(options))
for _, opt := range options {
switch opt {
+ case "noexec", "exec":
+ foundExec++
+ if foundExec > 1 {
+ return nil, errors.Errorf("invalid options %q, can only specify 1 'noexec' or 'exec' option", strings.Join(options, ", "))
+ }
+ case "nodev", "dev":
+ foundDev++
+ if foundDev > 1 {
+ return nil, errors.Errorf("invalid options %q, can only specify 1 'nodev' or 'dev' option", strings.Join(options, ", "))
+ }
+ case "nosuid", "suid":
+ foundSuid++
+ if foundSuid > 1 {
+ return nil, errors.Errorf("invalid options %q, can only specify 1 'nosuid' or 'suid' option", strings.Join(options, ", "))
+ }
case "rw", "ro":
+ foundRWRO++
if foundRWRO > 1 {
return nil, errors.Errorf("invalid options %q, can only specify 1 'rw' or 'ro' option", strings.Join(options, ", "))
}
- foundRWRO++
case "z", "Z", "O":
+ foundLabelChange++
if foundLabelChange > 1 {
return nil, errors.Errorf("invalid options %q, can only specify 1 'z', 'Z', or 'O' option", strings.Join(options, ", "))
}
- foundLabelChange++
case "private", "rprivate", "shared", "rshared", "slave", "rslave", "unbindable", "runbindable":
+ foundRootPropagation++
if foundRootPropagation > 1 {
return nil, errors.Errorf("invalid options %q, can only specify 1 '[r]shared', '[r]private', '[r]slave' or '[r]unbindable' option", strings.Join(options, ", "))
}
- foundRootPropagation++
case "bind", "rbind":
bindType++
if bindType > 1 {
diff --git a/vendor/github.com/containers/buildah/pull.go b/vendor/github.com/containers/buildah/pull.go
index 4e34f3fad..98e3ff354 100644
--- a/vendor/github.com/containers/buildah/pull.go
+++ b/vendor/github.com/containers/buildah/pull.go
@@ -102,19 +102,11 @@ func localImageNameForReference(ctx context.Context, store storage.Store, srcRef
}
case directory.Transport.Name():
// supports pull from a directory
- name = srcRef.StringWithinTransport()
- // remove leading "/"
- if name[:1] == "/" {
- name = name[1:]
- }
+ name = toLocalImageName(srcRef.StringWithinTransport())
case oci.Transport.Name():
// supports pull from a directory
split := strings.SplitN(srcRef.StringWithinTransport(), ":", 2)
- name = split[0]
- // remove leading "/"
- if name[:1] == "/" {
- name = name[1:]
- }
+ name = toLocalImageName(split[0])
default:
ref := srcRef.DockerReference()
if ref == nil {
@@ -287,3 +279,8 @@ func getImageDigest(ctx context.Context, src types.ImageReference, sc *types.Sys
}
return "@" + digest.Hex(), nil
}
+
+// toLocalImageName converts an image name into a 'localhost/' prefixed one
+func toLocalImageName(imageName string) string {
+ return "localhost/" + strings.TrimLeft(imageName, "/")
+}
diff --git a/vendor/github.com/containers/buildah/run_linux.go b/vendor/github.com/containers/buildah/run_linux.go
index 9a2a396cb..e5541dd34 100644
--- a/vendor/github.com/containers/buildah/run_linux.go
+++ b/vendor/github.com/containers/buildah/run_linux.go
@@ -343,7 +343,7 @@ func (b *Builder) setupMounts(mountPoint string, spec *specs.Spec, bundlePath st
net := namespaceOptions.Find(string(specs.NetworkNamespace))
hostNetwork := net == nil || net.Host
user := namespaceOptions.Find(string(specs.UserNamespace))
- hostUser := user == nil || user.Host
+ hostUser := (user == nil || user.Host) && !unshare.IsRootless()
// Copy mounts from the generated list.
mountCgroups := true
@@ -431,7 +431,7 @@ func (b *Builder) setupMounts(mountPoint string, spec *specs.Spec, bundlePath st
// Add temporary copies of the contents of volume locations at the
// volume locations, unless we already have something there.
- copyWithTar := b.copyWithTar(nil, nil, nil)
+ copyWithTar := b.copyWithTar(nil, nil, nil, false)
builtins, err := runSetupBuiltinVolumes(b.MountLabel, mountPoint, cdir, copyWithTar, builtinVolumes, int(rootUID), int(rootGID))
if err != nil {
return err
diff --git a/vendor/github.com/containers/buildah/selinux_tag.sh b/vendor/github.com/containers/buildah/selinux_tag.sh
index ff80fda04..993630ad6 100644
--- a/vendor/github.com/containers/buildah/selinux_tag.sh
+++ b/vendor/github.com/containers/buildah/selinux_tag.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
if pkg-config libselinux 2> /dev/null ; then
echo selinux
fi
diff --git a/vendor/github.com/containers/buildah/util.go b/vendor/github.com/containers/buildah/util.go
index a44165921..9fbeb14d4 100644
--- a/vendor/github.com/containers/buildah/util.go
+++ b/vendor/github.com/containers/buildah/util.go
@@ -3,6 +3,7 @@ package buildah
import (
"archive/tar"
"io"
+ "io/ioutil"
"os"
"path/filepath"
@@ -112,24 +113,23 @@ func convertRuntimeIDMaps(UIDMap, GIDMap []rspec.LinuxIDMapping) ([]idtools.IDMa
// of any container, or another container, into our working container, mapping
// read permissions using the passed-in ID maps, writing using the container's
// ID mappings, possibly overridden using the passed-in chownOpts
-func (b *Builder) copyFileWithTar(tarIDMappingOptions *IDMappingOptions, chownOpts *idtools.IDPair, hasher io.Writer) func(src, dest string) error {
+func (b *Builder) copyFileWithTar(tarIDMappingOptions *IDMappingOptions, chownOpts *idtools.IDPair, hasher io.Writer, dryRun bool) func(src, dest string) error {
if tarIDMappingOptions == nil {
tarIDMappingOptions = &IDMappingOptions{
HostUIDMapping: true,
HostGIDMapping: true,
}
}
+
+ var hardlinkChecker util.HardlinkChecker
return func(src, dest string) error {
+ var f *os.File
+
logrus.Debugf("copyFileWithTar(%s, %s)", src, dest)
- f, err := os.Open(src)
+ fi, err := os.Lstat(src)
if err != nil {
- return errors.Wrapf(err, "error opening %q to copy its contents", src)
+ return errors.Wrapf(err, "error reading attributes of %q", src)
}
- defer func() {
- if f != nil {
- f.Close()
- }
- }()
sysfi, err := system.Lstat(src)
if err != nil {
@@ -143,19 +143,45 @@ func (b *Builder) copyFileWithTar(tarIDMappingOptions *IDMappingOptions, chownOp
return errors.Wrapf(err, "error mapping owner IDs of %q: %d/%d", src, hostUID, hostGID)
}
- fi, err := os.Lstat(src)
- if err != nil {
- return errors.Wrapf(err, "error reading attributes of %q", src)
- }
-
hdr, err := tar.FileInfoHeader(fi, filepath.Base(src))
if err != nil {
return errors.Wrapf(err, "error generating tar header for: %q", src)
}
- hdr.Name = filepath.Base(dest)
+ chrootedDest, err := filepath.Rel(b.MountPoint, dest)
+ if err != nil {
+ return errors.Wrapf(err, "error generating relative-to-chroot target name for %q", dest)
+ }
+ hdr.Name = chrootedDest
hdr.Uid = int(containerUID)
hdr.Gid = int(containerGID)
+ if fi.Mode().IsRegular() && hdr.Typeflag == tar.TypeReg {
+ if linkname := hardlinkChecker.Check(fi); linkname != "" {
+ hdr.Typeflag = tar.TypeLink
+ hdr.Linkname = linkname
+ } else {
+ hardlinkChecker.Add(fi, chrootedDest)
+ f, err = os.Open(src)
+ if err != nil {
+ return errors.Wrapf(err, "error opening %q to copy its contents", src)
+ }
+ defer func() {
+ if err := f.Close(); err != nil {
+ logrus.Debugf("error closing %s: %v", fi.Name(), err)
+ }
+ }()
+ }
+ }
+
+ if fi.Mode()&os.ModeSymlink == os.ModeSymlink && hdr.Typeflag == tar.TypeSymlink {
+ hdr.Typeflag = tar.TypeSymlink
+ linkName, err := os.Readlink(src)
+ if err != nil {
+ return errors.Wrapf(err, "error reading destination from symlink %q", src)
+ }
+ hdr.Linkname = linkName
+ }
+
pipeReader, pipeWriter := io.Pipe()
writer := tar.NewWriter(pipeWriter)
var copyErr error
@@ -165,26 +191,25 @@ func (b *Builder) copyFileWithTar(tarIDMappingOptions *IDMappingOptions, chownOp
logrus.Debugf("error writing header for %s: %v", srcFile.Name(), err)
copyErr = err
}
- n, err := pools.Copy(writer, srcFile)
- if n != hdr.Size {
- logrus.Debugf("expected to write %d bytes for %s, wrote %d instead", hdr.Size, srcFile.Name(), n)
- }
- if err != nil {
- logrus.Debugf("error reading %s: %v", srcFile.Name(), err)
- copyErr = err
+ if srcFile != nil {
+ n, err := pools.Copy(writer, srcFile)
+ if n != hdr.Size {
+ logrus.Debugf("expected to write %d bytes for %s, wrote %d instead", hdr.Size, srcFile.Name(), n)
+ }
+ if err != nil {
+ logrus.Debugf("error copying contents of %s: %v", fi.Name(), err)
+ copyErr = err
+ }
}
if err = writer.Close(); err != nil {
- logrus.Debugf("error closing write pipe for %s: %v", srcFile.Name(), err)
- }
- if err = srcFile.Close(); err != nil {
- logrus.Debugf("error closing %s: %v", srcFile.Name(), err)
+ logrus.Debugf("error closing write pipe for %s: %v", hdr.Name, err)
}
pipeWriter.Close()
pipeWriter = nil
}(f)
- untar := b.untar(chownOpts, hasher)
- err = untar(pipeReader, filepath.Dir(dest))
+ untar := b.untar(chownOpts, hasher, dryRun)
+ err = untar(pipeReader, b.MountPoint)
if err == nil {
err = copyErr
}
@@ -200,10 +225,17 @@ func (b *Builder) copyFileWithTar(tarIDMappingOptions *IDMappingOptions, chownOp
// our container or from another container, into our working container, mapping
// permissions at read-time using the container's ID maps, with ownership at
// write-time possibly overridden using the passed-in chownOpts
-func (b *Builder) copyWithTar(tarIDMappingOptions *IDMappingOptions, chownOpts *idtools.IDPair, hasher io.Writer) func(src, dest string) error {
+func (b *Builder) copyWithTar(tarIDMappingOptions *IDMappingOptions, chownOpts *idtools.IDPair, hasher io.Writer, dryRun bool) func(src, dest string) error {
tar := b.tarPath(tarIDMappingOptions)
- untar := b.untar(chownOpts, hasher)
return func(src, dest string) error {
+ thisHasher := hasher
+ if thisHasher != nil && b.ContentDigester.Hash() != nil {
+ thisHasher = io.MultiWriter(thisHasher, b.ContentDigester.Hash())
+ }
+ if thisHasher == nil {
+ thisHasher = b.ContentDigester.Hash()
+ }
+ untar := b.untar(chownOpts, thisHasher, dryRun)
rc, err := tar(src)
if err != nil {
return errors.Wrapf(err, "error archiving %q for copy", src)
@@ -215,8 +247,28 @@ func (b *Builder) copyWithTar(tarIDMappingOptions *IDMappingOptions, chownOpts *
// untarPath returns a function which extracts an archive in a specified
// location into our working container, mapping permissions using the
// container's ID maps, possibly overridden using the passed-in chownOpts
-func (b *Builder) untarPath(chownOpts *idtools.IDPair, hasher io.Writer) func(src, dest string) error {
+func (b *Builder) untarPath(chownOpts *idtools.IDPair, hasher io.Writer, dryRun bool) func(src, dest string) error {
+ if hasher != nil && b.ContentDigester.Hash() != nil {
+ hasher = io.MultiWriter(hasher, b.ContentDigester.Hash())
+ }
+ if hasher == nil {
+ hasher = b.ContentDigester.Hash()
+ }
convertedUIDMap, convertedGIDMap := convertRuntimeIDMaps(b.IDMappingOptions.UIDMap, b.IDMappingOptions.GIDMap)
+ if dryRun {
+ return func(src, dest string) error {
+ if hasher == nil {
+ hasher = ioutil.Discard
+ }
+ f, err := os.Open(src)
+ if err != nil {
+ return errors.Wrapf(err, "error opening %q", src)
+ }
+ defer f.Close()
+ _, err = io.Copy(hasher, f)
+ return err
+ }
+ }
return chrootarchive.UntarPathAndChown(chownOpts, hasher, convertedUIDMap, convertedGIDMap)
}
@@ -248,7 +300,7 @@ func (b *Builder) tarPath(idMappingOptions *IDMappingOptions) func(path string)
// untar returns a function which extracts an archive stream to a specified
// location in the container's filesystem, mapping permissions using the
// container's ID maps, possibly overridden using the passed-in chownOpts
-func (b *Builder) untar(chownOpts *idtools.IDPair, hasher io.Writer) func(tarArchive io.ReadCloser, dest string) error {
+func (b *Builder) untar(chownOpts *idtools.IDPair, hasher io.Writer, dryRun bool) func(tarArchive io.ReadCloser, dest string) error {
convertedUIDMap, convertedGIDMap := convertRuntimeIDMaps(b.IDMappingOptions.UIDMap, b.IDMappingOptions.GIDMap)
untarMappings := idtools.NewIDMappingsFromMaps(convertedUIDMap, convertedGIDMap)
options := &archive.TarOptions{
@@ -257,14 +309,31 @@ func (b *Builder) untar(chownOpts *idtools.IDPair, hasher io.Writer) func(tarArc
ChownOpts: chownOpts,
}
untar := chrootarchive.Untar
- if hasher != nil {
- originalUntar := untar
+ if dryRun {
untar = func(tarArchive io.Reader, dest string, options *archive.TarOptions) error {
- return originalUntar(io.TeeReader(tarArchive, hasher), dest, options)
+ if _, err := io.Copy(ioutil.Discard, tarArchive); err != nil {
+ return errors.Wrapf(err, "error digesting tar stream")
+ }
+ return nil
+ }
+ }
+ originalUntar := untar
+ untarWithHasher := func(tarArchive io.Reader, dest string, options *archive.TarOptions, untarHasher io.Writer) error {
+ reader := tarArchive
+ if untarHasher != nil {
+ reader = io.TeeReader(tarArchive, untarHasher)
}
+ return originalUntar(reader, dest, options)
}
return func(tarArchive io.ReadCloser, dest string) error {
- err := untar(tarArchive, dest, options)
+ thisHasher := hasher
+ if thisHasher != nil && b.ContentDigester.Hash() != nil {
+ thisHasher = io.MultiWriter(thisHasher, b.ContentDigester.Hash())
+ }
+ if thisHasher == nil {
+ thisHasher = b.ContentDigester.Hash()
+ }
+ err := untarWithHasher(tarArchive, dest, options, thisHasher)
if err2 := tarArchive.Close(); err2 != nil {
if err == nil {
err = err2
diff --git a/vendor/github.com/containers/buildah/util/util_not_uint64.go b/vendor/github.com/containers/buildah/util/util_not_uint64.go
new file mode 100644
index 000000000..92ff23b41
--- /dev/null
+++ b/vendor/github.com/containers/buildah/util/util_not_uint64.go
@@ -0,0 +1,14 @@
+// +build darwin
+
+package util
+
+import (
+ "syscall"
+)
+
+func makeHardlinkDeviceAndInode(st *syscall.Stat_t) hardlinkDeviceAndInode {
+ return hardlinkDeviceAndInode{
+ device: uint64(st.Dev),
+ inode: uint64(st.Ino),
+ }
+}
diff --git a/vendor/github.com/containers/buildah/util/util_uint64.go b/vendor/github.com/containers/buildah/util/util_uint64.go
new file mode 100644
index 000000000..b271e3d11
--- /dev/null
+++ b/vendor/github.com/containers/buildah/util/util_uint64.go
@@ -0,0 +1,14 @@
+// +build linux
+
+package util
+
+import (
+ "syscall"
+)
+
+func makeHardlinkDeviceAndInode(st *syscall.Stat_t) hardlinkDeviceAndInode {
+ return hardlinkDeviceAndInode{
+ device: st.Dev,
+ inode: st.Ino,
+ }
+}
diff --git a/vendor/github.com/containers/buildah/util/util_unix.go b/vendor/github.com/containers/buildah/util/util_unix.go
new file mode 100644
index 000000000..04d9a01cc
--- /dev/null
+++ b/vendor/github.com/containers/buildah/util/util_unix.go
@@ -0,0 +1,31 @@
+// +build linux darwin
+
+package util
+
+import (
+ "os"
+ "sync"
+ "syscall"
+)
+
+type hardlinkDeviceAndInode struct {
+ device, inode uint64
+}
+
+type HardlinkChecker struct {
+ hardlinks sync.Map
+}
+
+func (h *HardlinkChecker) Check(fi os.FileInfo) string {
+ if st, ok := fi.Sys().(*syscall.Stat_t); ok && fi.Mode().IsRegular() && st.Nlink > 1 {
+ if name, ok := h.hardlinks.Load(makeHardlinkDeviceAndInode(st)); ok && name.(string) != "" {
+ return name.(string)
+ }
+ }
+ return ""
+}
+func (h *HardlinkChecker) Add(fi os.FileInfo, name string) {
+ if st, ok := fi.Sys().(*syscall.Stat_t); ok && fi.Mode().IsRegular() && st.Nlink > 1 {
+ h.hardlinks.Store(makeHardlinkDeviceAndInode(st), name)
+ }
+}
diff --git a/vendor/github.com/containers/buildah/util/util_windows.go b/vendor/github.com/containers/buildah/util/util_windows.go
new file mode 100644
index 000000000..0e7f92325
--- /dev/null
+++ b/vendor/github.com/containers/buildah/util/util_windows.go
@@ -0,0 +1,16 @@
+// +build !linux,!darwin
+
+package util
+
+import (
+ "os"
+)
+
+type HardlinkChecker struct {
+}
+
+func (h *HardlinkChecker) Check(fi os.FileInfo) string {
+ return ""
+}
+func (h *HardlinkChecker) Add(fi os.FileInfo, name string) {
+}