Skip to content

Releases: openshift/imagebuilder

v1.1.4

26 Mar 17:32
8de7174
Compare
Choose a tag to compare
Make imagebuilder's argument handling mirror "docker build"

v1.1.3

17 Mar 12:28
edcddd8
Compare
Choose a tag to compare
archiveFromContainer(): return possibly-wrapped os.IsNotError
Fix error output in archive.go

v1.1.2

13 Mar 18:27
47f96c1
Compare
Choose a tag to compare
Add tests to verify copy and add with environment substitution.
Process env substitution in ADD, COPY commands
dockerclient: detect ENOENT when copying
NewBuilder(): always initialize Args

v1.1.1

18 Oct 16:16
dbd706c
Compare
Choose a tag to compare
Add env to stage
Use imported constants instead of our own
dockerclient newArchiveMapper: always end archiveRoot with "/"
conformance: test COPY --from with a symlink as the source dir
README: Add podman specific note
Migrate from glog to klog
vndr bump

v1.1.0

25 Mar 10:39
adad964
Compare
Choose a tag to compare

Update vendoring
Replace docker/docker imports with containers/storage imports
Move to semver versioning to make this library easier to use with go mod.