Skip to content

Commit fdea76e

Browse files
authored
Removed legacy package files (fixes #1415) (#1437)
Signed-off-by: Steffen Pankratz <steffen.pankratz@exasol.com>
1 parent c8bdb05 commit fdea76e

83 files changed

Lines changed: 56 additions & 727 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.current_gitmodules

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changes_11.2.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ n/a
2727
- #1425: Used wildcards in versions for apt packages
2828
- #1425: Updated tzdata version (2025b to 2026a)
2929
- #1432: Fixed UDF Plugin
30+
- #1415: Removed legacy package files
3031

3132
## Dependencies
3233

flavors/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Script Language Flavors are configurations of languages and libraries to be avai
66

77
Currently, we provide
88

9-
- the `standard` flavors: These flavors include three langauage implementations: Java, Python, and R and a collection of typical libraries
9+
- the `standard` flavors: These flavors include three language implementations: Java, Python, and R and a collection of typical libraries
1010
- the `template` flavors: These flavors include a certain language with only absolute necessary packages. This allows very simple customization because you control almost all dependencies.
1111

1212
### Standard Flavors
@@ -145,7 +145,7 @@ The template-Exasol-8-python-3.10-cuda-conda flavor provides the language Python
145145
- Installed CudaToolkit: 12.9.1
146146
- [Here](template-Exasol-8-python-3.10-cuda-conda/FLAVOR_DESCRIPTION.md) you can find more details about the flavor, such as the provided packages.
147147

148-
**Important**: If you are using a CUDA driver older than version 575, we recommend that you also install the CUDA compatibility package (cuda-compat) `12.9.1`. See https://docs.nvidia.com/deploy/cuda-compatibility/forward-compatibility.html#deployment-considerations-for-forward-compatibility for compatible drivers.
148+
**Important**: If you are using a CUDA driver older than version 575, we recommend that you also install the CUDA compatibility package (cuda-compat) `12.9.1`. See https://docs.nvidia.com/deploy/cuda-compatibility/forward-compatibility.html#deployment-considerations-for-forward-compatibility for compatible drivers.
149149
In addition,CUDA 12.x requires a minimum driver version, see https://docs.nvidia.com/deploy/cuda-compatibility/minor-version-compatibility.html.
150150

151151
#### template-Exasol-all-python-3.12-conda
@@ -208,7 +208,7 @@ This allows us to provide new versions of a flavor when new features become avai
208208

209209
So, in order to find the correct version of a flavor for your version of Exasol, simply take the latest container with version less than or equal to your Exasol version. So for Exasol 6.2.13, you would use the `*-EXASOL-6.2.0` flavors.
210210

211-
## Cuda Support
211+
## CUDA Support
212212

213213
For the CUDA-based flavors we recommend to use the CUDA LTS Driver version 580.
214214
Depending on the used CUDA-Toolkit version you might need to install the CUDA compatibility package (cuda-compat). Check the concrete flavor description for details.

flavors/standard-EXASOL-all-java-11/FLAVOR_DESCRIPTION.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
## Packages
44

5-
**Remarks:** The packages are grouped by there main usage and their type.
5+
**Remarks:** The packages are grouped by their main usage and type.
66

7-
- [UDFClient dependencies](flavor_base/udfclient_deps/packages/apt_get_packages)
8-
- [Language dependencies](flavor_base/language_deps/packages/apt_get_packages)
9-
- Flavor packages
10-
- [Ubuntu packages](flavor_base/flavor_base_deps/packages/apt_get_packages)
7+
Since SLC version 11.0.0 the [script-languages-package-management](https://github.com/exasol/script-languages-package-management)
8+
tool is used for installing packages.
9+
The packages for the final image of this flavor can be found in [packages.yml](packages.yml)
10+
and the packages for the intermediate images, which are needed to build the UDF client,
11+
can be found in [flavor_base/packages.yml](flavor_base/packages.yml).

flavors/standard-EXASOL-all-java-11/flavor_base/base_test_deps/packages/apt_get_packages

Lines changed: 0 additions & 6 deletions
This file was deleted.

flavors/standard-EXASOL-all-java-11/flavor_base/build_deps/packages/apt_get_packages

Lines changed: 0 additions & 10 deletions
This file was deleted.

flavors/standard-EXASOL-all-java-11/flavor_base/flavor_base_deps/packages/apt_get_packages

Lines changed: 0 additions & 2 deletions
This file was deleted.

flavors/standard-EXASOL-all-java-11/flavor_base/language_deps/packages/apt_get_packages

Lines changed: 0 additions & 3 deletions
This file was deleted.

flavors/standard-EXASOL-all-java-11/flavor_base/security_scan/packages/apt_get_packages_trivy

Lines changed: 0 additions & 1 deletion
This file was deleted.

flavors/standard-EXASOL-all-java-11/flavor_base/security_scan/packages/apt_get_packages_trivy_deps

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)