Added support for function deployment from gzip/bzip2/xz compressed tar files#1168
Conversation
andresmgot
left a comment
There was a problem hiding this comment.
Good work @varunbpatil, nice test coverage :) For the changes in the unzip image to take effect, you need to update the image reference in the manifest (kubeless-non-rbac.jsonnet). I have built the image with your changes, replace it to be able to run your tests: kubeless/unzip@sha256:e867f9b366ffb1a25f14baf83438db426ced4f7add56137b7300d32507229b5a)
306acd6 to
e609e8f
Compare
e609e8f to
f2673e3
Compare
|
Thanks @andresmgot :) In order to run the Edit: I have parameterized the URLs in |
bfd35b4 to
22cf422
Compare
c448a6c to
eb6ac8f
Compare
andresmgot
left a comment
There was a problem hiding this comment.
Great, thanks for the changes!
Issue Ref: #1167
Description:
Added support for deploying and updating functions from gzip/bzip2/xz compressed tar files.
Supports the following standard file extensions -
.tar.gz,.taz,.tgz,.tar.bz2,.tb2,.tbz,.tbz2,.tz2,.tar.xzTODOs: