Skip to content

Commit 69f0a24

Browse files
bump(imagebuilder): Some COPY --from statements would fail
A dockerfile with ``` FROM a AS a RUN mkdir -p /a/b && touch /a/b/1 FROM b COPY --from=a /a/b/* /a ``` would fail with an lstat error because we were not properly handling wildcards on archives. Added more tests and verified the included scenarios were correct.
1 parent d5a5312 commit 69f0a24

15 files changed

+383
-77
lines changed

glide.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/imagebuilder/dockerclient/archive.go

+95-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)