Skip to content

Commit 5ef8fbb

Browse files
committed
Fix failing E2E bundle unpacking test.
The local E2E image didn't contain /bin/cp, which bundle unpacking requires.
1 parent a86ee09 commit 5ef8fbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e.Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM scratch
1+
# ./pkg/controller/bundle/bundle_unpacker.go requires "/bin/cp"
2+
FROM busybox
23
COPY olm catalog package-server wait cpb /bin/
34
EXPOSE 8080
45
EXPOSE 5443

0 commit comments

Comments
 (0)