Conversation
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
|
Pull Request UBI 10 images published ✨ Base Image: quay.io/devfile/base-developer-image:ubi10-pr-240 |
1 similar comment
|
Pull Request UBI 10 images published ✨ Base Image: quay.io/devfile/base-developer-image:ubi10-pr-240 |
|
Pull Request images published ✨ |
1 similar comment
|
Pull Request images published ✨ |
| is_cert=false | ||
| echo "$line" >> ${tmp_file} | ||
| keytool -import -trustcacerts -cacerts -storepass "$KEYSTORE_PASSWORD" -noprompt -alias "${bundle_name}_${cert_index}" -file $tmp_file | ||
| certs_imported=$((certs_imported+1)) |
There was a problem hiding this comment.
Can we check the keytool command for an error and increment certs_imported only if there is no error?
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dkwon17, tolusha The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
New changes are detected. LGTM label has been removed. |
|
Pull Request UBI 10 images published ✨ Base Image: quay.io/devfile/base-developer-image:ubi10-pr-240 |
|
Pull Request images published ✨ |
feat: Use latest upstream UBI9 image, update kubedock and gh-cli Signed-off-by: Ivan Suftin <isuftin@usgs.gov> feat: Update /etc/sub*id files to support nested containers (devfile#232) * feat: Update /etc/sub*id files in order to run podman command in a user namespace Signed-off-by: Anatolii Bazko <abazko@redhat.com> feat: Use latest upstream UBI9 image, update kubedock and gh-cli (devfile#235) Signed-off-by: Ivan Suftin <isuftin@usgs.gov> Add ubi-base based on ubi10 (devfile#237) Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> chore: Import certificates on the start (devfile#240) * chore: Import certificates on the start Signed-off-by: Anatolii Bazko <abazko@redhat.com> chore: set Node 20 as a default version (devfile#229) Signed-off-by: Valerii <vsvydenk@redhat.com> Update base ubi9 image to latest Update GH CLI release Update ripgrep Update bat Update fd Update kubedock Update base/ubi9/Dockerfile Fix the upstream Docker image identifier Co-authored-by: David Kwon <dakwon@redhat.com>
feat: Use latest upstream UBI9 image, update kubedock and gh-cli Signed-off-by: Ivan Suftin <isuftin@usgs.gov> feat: Update /etc/sub*id files to support nested containers (devfile#232) * feat: Update /etc/sub*id files in order to run podman command in a user namespace Signed-off-by: Anatolii Bazko <abazko@redhat.com> feat: Use latest upstream UBI9 image, update kubedock and gh-cli (devfile#235) Signed-off-by: Ivan Suftin <isuftin@usgs.gov> Add ubi-base based on ubi10 (devfile#237) Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> chore: Import certificates on the start (devfile#240) * chore: Import certificates on the start Signed-off-by: Anatolii Bazko <abazko@redhat.com> chore: set Node 20 as a default version (devfile#229) Signed-off-by: Valerii <vsvydenk@redhat.com> Update base ubi9 image to latest Update GH CLI release Update ripgrep Update bat Update fd Update kubedock Update base/ubi9/Dockerfile Fix the upstream Docker image identifier Co-authored-by: David Kwon <dakwon@redhat.com>
feat: Use latest upstream UBI9 image, update kubedock and gh-cli Signed-off-by: Ivan Suftin <isuftin@usgs.gov> feat: Update /etc/sub*id files to support nested containers (devfile#232) * feat: Update /etc/sub*id files in order to run podman command in a user namespace Signed-off-by: Anatolii Bazko <abazko@redhat.com> feat: Use latest upstream UBI9 image, update kubedock and gh-cli (devfile#235) Signed-off-by: Ivan Suftin <isuftin@usgs.gov> Add ubi-base based on ubi10 (devfile#237) Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> chore: Import certificates on the start (devfile#240) * chore: Import certificates on the start Signed-off-by: Anatolii Bazko <abazko@redhat.com> chore: set Node 20 as a default version (devfile#229) Signed-off-by: Valerii <vsvydenk@redhat.com> Update base ubi9 image to latest Update GH CLI release Update ripgrep Update bat Update fd Update kubedock Update base/ubi9/Dockerfile Fix the upstream Docker image identifier Co-authored-by: David Kwon <dakwon@redhat.com> Signed-off-by: Ivan Suftin <isuftin@usgs.gov>

Reference issue
eclipse-che/che#23555
Admin can add extra certificates by following the guide [1]
The problem is that those certificates are not automatically added to java key store
This PR improves that.
[1] https://eclipse.dev/che/docs/stable/administration-guide/importing-untrusted-tls-certificates/