-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
feature requestNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The current default version (2.88.0) causes CI/CD pipeline failures when using Maven Docker images with floating tags like maven:3-amazoncorretto-25-al2023. This was fixed in jfrog-cli v2.90.0.
Describe the solution you'd like to see
Update the default version in action.yml from 2.88.0 to 2.90.0:
inputs:
version:
description: "JFrog CLI Version"
default: "2.90.0"
required: falseDescribe alternatives you've considered
-
Pin the Maven image to a specific tag:
container: maven:3.9.11-amazoncorretto-25-al2023
-
Explicitly specify the CLI version in every workflow:
- uses: jfrog/setup-jfrog-cli@v4 with: version: 2.90.0
Both work but require changes to existing workflows.
Additional context
- Fix released in: https://github.com/jfrog/jfrog-cli/releases/tag/v2.90.0
- Tested and confirmed working with
version: 2.90.0andversion: latest
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request