Skip to content

Commit cd0626f

Browse files
authored
Merge pull request #1460 from benluddy/fix-unpack-test
Fix failing E2E bundle unpacking test.
2 parents a86ee09 + 5ef8fbb commit cd0626f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e.Dockerfile

Lines changed: 2 additions & 1 deletion
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)