-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(docker): Define tool versions only once
Previously, tool versions have been defined both inside the `.versions` file and as part of default `ARG` values. Consolidate these to `ARG` values only that get used where needed. Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information
1 parent
894895d
commit c60094d
Showing
6 changed files
with
69 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
ARG ANDROID_CMD_VERSION=11076708 | ||
ARG ASKALONO_VERSION=0.4.6 | ||
ARG BAZEL_VERSION=7.0.1 | ||
ARG BOWER_VERSION=1.8.12 | ||
ARG BOYTERLC_VERSION=1.3.1 | ||
ARG COCOAPODS_VERSION=1.14.2 | ||
ARG COMPOSER_VERSION=2.2 | ||
ARG CONAN_VERSION=1.63.0 | ||
ARG DART_VERSION=2.18.4 | ||
ARG DOTNET_VERSION=6.0 | ||
ARG GO_VERSION=1.22.2 | ||
ARG HASKELL_STACK_VERSION=2.13.1 | ||
ARG JAVA_VERSION=17 | ||
ARG LICENSEE_VERSION=9.15.3 | ||
ARG NODEJS_VERSION=20.9.0 | ||
ARG NPM_VERSION=10.1.0 | ||
ARG NUGET_INSPECTOR_VERSION=0.9.12 | ||
ARG PHP_VERSION=8.1 | ||
ARG PIPTOOL_VERSION=23.3.1 | ||
ARG PNPM_VERSION=8.10.3 | ||
ARG PYENV_GIT_TAG=v2.3.36 | ||
ARG PYTHON_INSPECTOR_VERSION=0.10.0 | ||
ARG PYTHON_PIPENV_VERSION=2023.10.24 | ||
ARG PYTHON_POETRY_VERSION=1.7.0 | ||
ARG PYTHON_VERSION=3.11.8 | ||
ARG RUBY_VERSION=3.1.2 | ||
ARG RUST_VERSION=1.72.0 | ||
ARG SBT_VERSION=1.9.7 | ||
ARG SCANCODE_VERSION=32.1.0 | ||
ARG SWIFT_VERSION=5.9.2 | ||
ARG UBUNTU_VERSION=jammy | ||
ARG YARN_VERSION=1.22.19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters