https://github.com/jfrog/jfrog-ecosystem-integration-env
A Docker image containing all the tools JFrog CLI integrates with and supports.
https://github.com/jfrog/jfrog-ecosystem-integration-env
docker dotnet go gradle jfrog jfrog-cli maven msbuild npm nuget pip
Last synced: 3 months ago
JSON representation
A Docker image containing all the tools JFrog CLI integrates with and supports.
- Host: GitHub
- URL: https://github.com/jfrog/jfrog-ecosystem-integration-env
- Owner: jfrog
- License: apache-2.0
- Created: 2020-06-18T14:41:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-18T08:02:55.000Z (8 months ago)
- Last Synced: 2025-05-18T08:31:06.054Z (8 months ago)
- Topics: docker, dotnet, go, gradle, jfrog, jfrog-cli, maven, msbuild, npm, nuget, pip
- Language: Dockerfile
- Homepage:
- Size: 64.5 KB
- Stars: 14
- Watchers: 10
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/jfrog/jfrog-ecosystem-integration-env/actions/workflows/test.yml)
[](https://releases-docker.jfrog.io/artifactory/reg2/jfrog-ecosystem-integration-env/latest)
# JFrog Ecosystem Integration Environment
JFrog Ecosystem integration environment is a Docker image containing all the tools JFrog CLI integrates with and supports.
## Using the Docker Image
This Docker image can be pulled from `releases.jfrog.io` by running the following command:
```
docker pull releases-docker.jfrog.io/jfrog-ecosystem-integration-env:
```
Running the docker image:
```
docker run -it releases-docker.jfrog.io/jfrog-ecosystem-integration-env
```
## Supported tools
The image is using `apt` and `sdkman` to download the build tools. Note: In the `:latest` tag, the tools versions may change.
Operating system: 
| Tool | Current version | Package name | Source |
| :-----: |:---------------:| :------------: | :----------------------------------------------: |
| .NET | 6.0.x | dotnet-sdk-6.0 | |
| cURL | 7.81.0 | curl | Ubuntu archive |
| Docker | 28.0.x | docker | |
| Go | 1.24.x | golang-go | |
| Gradle | 8.13.x | gradle | |
| JDK | 17.0.x | tem | |
| jq | 1.6.x | jq | Ubuntu archive |
| Maven | 3.9.x | maven | |
| Mono | 6.12.0.x | mono-devel | |
| MSBuild | 16.10.x | msbuild | |
| NodeJS | 18.20.x | nodejs | npm public registry |
| npm | 10.8.x | npm | npm public registry |
| NuGet | 6.6.x | nuget | |
| Pip | 22.0.x | python3-pip | Ubuntu archive |
| Pipenv | 2024.4.x | pipenv | Ubuntu archive |
| Podman | 3.4.x | podman | Ubuntu archive |
| Poetry | 1.8.x | poetry | |
| Python | 3.10.x | python3-pip | Ubuntu archive |
| Yarn | 1.22.x | yarn | npm public registry |