jfrog / jfrog/setup-jfrog-cli

can not use jfrogcli action in rocky 9/ubi9

Open
#91 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
266
Forks
110
Avg merge
3d 15h
Merged PRs (30d)
3

Description

Describe the bug

when i use docker image (rocky9 and ubi9) as action runner when use jfrog cli action the error message is :
Download action repository 'actions/checkout@v2' (SHA:7884fcad6b5d53d10323aee724dc68d8b9096a2e)
Download action repository 'jfrog/setup-jfrog-cli@v3' (SHA:d0a59b1cdaeeb16e65b5039fc92b8507337f1559)
Warning: Failed to download action 'https://api.github.com/repos/jfrog/setup-jfrog-cli/tarball/d0a59b1cdaeeb16e65b5039fc92b8507337f1559'. Error: The SSL connection could not be established, see inner exception.
Warning: Back off 19.424 seconds before retry.
Warning: Failed to download action 'https://api.github.com/repos/jfrog/setup-jfrog-cli/tarball/d0a59b1cdaeeb16e65b5039fc92b8507337f[15]'. Error: The SSL connection could not be established, see inner exception.
Warning: Back off 23.234 seconds before retry.
Error: The SSL connection could not be established, see inner exception.

Current behavior

name: test-rocky-9
on:
workflow_dispatch:
permissions:
id-token: write
contents: read
env:
SHOW_STACK_TRACE: true
JFROG_CLI_LOG_LEVEL: "DEBUG"
jobs:
build:
runs-on: [ ubi ]
steps:
- uses: actions/checkout@v2
- name: download
run: |
yum install -y ca-certificates
update-ca-trust force-enable
- uses: jfrog/setup-jfrog-cli@v3
- run: jf --version

Warning: Failed to download action 'https://api.github.com/repos/jfrog/setup-jfrog-cli/tarball/d0a59b1cdaeeb16e65b5039fc92b8507337f1559'. Error: The SSL connection could not be established, see inner exception.
Warning: Back off 13.824 seconds before retry.
Error: The SSL connection could not be established, see inner exception.

Reproduction steps

No response

Expected behavior

No response

Setup JFrog CLI version

jfrog/setup-jfrog-cli@v3

JFrog CLI version

2.29.2

Workflow operating system type and version

rocky 9 and ubi 9

JFrog Artifactory version (if relevant)

No response

JFrog Xray version (if relevant)

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the workflow_dispatch job shown in the issue on Rocky 9 and UBI 9, focusing on the actions/checkout@v2 and jfrog/setup-jfrog-cli@v3 steps and the SSL download failure. Done means the setup action downloads successfully on both images and the final jf --version step runs without the reported error.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, linux, typescript
Domain
ci-cd, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.