Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zip is not available in the image used by task ibm-pak. #4

Open
gomezrjo opened this issue Mar 30, 2024 · 1 comment
Open

zip is not available in the image used by task ibm-pak. #4

gomezrjo opened this issue Mar 30, 2024 · 1 comment

Comments

@gomezrjo
Copy link

Request: to add zip to the image used by tas ibm-pak.

As part of the work done around CP4I, in order to be able to deploy Configurations used by App Connect Integration runtimes it is required to zip a folder that was previously cloned to use the source code, but when trying to use the zip command I got the following error:

/tekton/scripts/script-0-jpwzt: line 15: zip: command not found

As a reference, this is the script I used in my task:

            echo "Entering test script."
            cd workspace
            mkdir mydir
            touch mydir/test.txt
            ls mydir
            zip -r mydir.zip mydir
            echo "Test has been completed."
@rampadc
Copy link
Contributor

rampadc commented Apr 5, 2024

See #3 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants