Skip to content

Releases: openshift/imagebuilder

v1.1.8

14 Oct 14:29

Choose a tag to compare

  • Flag errors on more quoting errors
  • ADD: extract local archives
  • Support comments in .dockerignore

v1.1.7

10 Sep 19:40

Choose a tag to compare

  • Dockerfile/parser: Export node.Endline
  • Deduplicate environment variables
  • Update conformance tests

v1.1.6

01 Jul 12:49

Choose a tag to compare

Handle args with multiple equal signs

v1.1.5

16 Jun 14:37

Choose a tag to compare

Adjust argument slice size in builder
Handle ARG and ENV with duplicate name on RUN
Allow Args to be used in Variable Evaluation
archiveMapper.Filter: also map hard link target names
add dockerclient/testdata/Dockerfile.noworkdir

v1.1.4

26 Mar 17:32
8de7174

Choose a tag to compare

Make imagebuilder's argument handling mirror "docker build"

v1.1.3

17 Mar 12:28
edcddd8

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

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

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

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.