An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Test](https://github.com/jfrog/jfrog-ecosystem-integration-env/actions/workflows/test.yml/badge.svg)](https://github.com/jfrog/jfrog-ecosystem-integration-env/actions/workflows/test.yml)
[![Latest Tag](https://badgen.net/github/tag/jfrog/jfrog-ecosystem-integration-env)](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: ![GitHub](https://img.shields.io/static/v1?label=Ubuntu&message=+22.04+LTS&color=blue&style=for-the-badge&logo=ubuntu)

| 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 |