cloud-native-toolkit / cloud-native-toolkit/deployer-tekton-tasks

git is not available in the image used by task ibm-pak.

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
5
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Add git 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 clone the repo that includes the source code of the integrations, but when trying to use the git command I got the following error:

/tekton/scripts/script-0-xkwf7: line 12: git: command not found

As a reference, this is the script I used in my task:
```
echo "Entering test script."
cd workspace
git clone https://github.ibm.com/joel-gomez/cp4i-ace-artifacts.git
echo "Test has been completed."
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.