Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM exasol/script-language-container:exaslpm-1.1.0-ubuntu-22.04
FROM exasol/script-language-container:exaslpm-1.2.0-ubuntu-22.04
ENV DEBIAN_FRONTEND=noninteractive

COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ build_steps:
apt:
packages:
- name: gdb
version: 12.1-0ubuntu1~22.04.2
version: 12.1-0ubuntu*
- name: valgrind
version: 1:3.18.1-1ubuntu2
version: 1:3.18.1-1ubuntu*
- name: gdbserver
version: 12.1-0ubuntu1~22.04.2
version: 12.1-0ubuntu*
- name: binutils
version: 2.38-4ubuntu2.12
version: 2.38-4ubuntu*
- name: patchelf
version: 0.14.3-1
- name: strace
version: 5.16-0ubuntu3
version: 5.16-0ubuntu*
validation_cfg:
version_mandatory: true
- name: security_scan
Expand Down
10 changes: 5 additions & 5 deletions flavors/template-Exasol-8-python-3.10-cuda-conda/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ build_steps:
apt:
packages:
- name: coreutils
version: 8.32-4.1ubuntu1.2
version: 8.32-4.1ubuntu*
- name: locales
version: 2.35-0ubuntu3.13
version: 2.35-0ubuntu*
- name: curl
version: 7.81.0-1ubuntu1.23
version: 7.81.0-1ubuntu*
- name: ca-certificates
version: 20240203~22.04.1
- name: bzip2
version: 1.0.8-5build1
- name: libxml2
version: 2.9.13+dfsg-1ubuntu0.11
version: 2.9.13+dfsg-1ubuntu*
- name: install_micromamba
tools:
micromamba:
Expand Down Expand Up @@ -89,7 +89,7 @@ build_steps:
apt:
packages:
- name: tzdata
version: 2025b-0ubuntu0.22.04.1
version: 2025b-0ubuntu*
- name: install_conda_packages
conda:
channels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM exasol/script-language-container:exaslpm-1.1.0-ubuntu-24.04
FROM exasol/script-language-container:exaslpm-1.2.0-ubuntu-24.04
ENV DEBIAN_FRONTEND=noninteractive

COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ build_steps:
apt:
packages:
- name: gdb
version: 15.0.50.20240403-0ubuntu1
version: 15.0.50.20240403-0ubuntu*
- name: valgrind
version: 1:3.22.0-0ubuntu3
version: 1:3.22.0-0ubuntu*
- name: gdbserver
version: 15.0.50.20240403-0ubuntu1
version: 15.0.50.20240403-0ubuntu*
- name: binutils
version: 2.42-4ubuntu2.10
version: 2.42-4ubuntu*
- name: patchelf
version: 0.18.0-1.1build1
- name: strace
version: 6.8-0ubuntu2
version: 6.8-0ubuntu*
validation_cfg:
version_mandatory: true
- name: security_scan
Expand Down
12 changes: 6 additions & 6 deletions flavors/template-Exasol-8-python-3.12-cuda-conda/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ build_steps:
apt:
packages:
- name: coreutils
version: 9.4-3ubuntu6.1
version: 9.4-3ubuntu*
- name: adduser
version: 3.137ubuntu1
version: 3.137ubuntu*
- name: locales
version: 2.39-0ubuntu8.7
version: 2.39-0ubuntu*
- name: curl
version: 8.5.0-2ubuntu10.8
version: 8.5.0-2ubuntu*
- name: ca-certificates
version: '20240203'
- name: bzip2
version: 1.0.8-5.1build0.1
- name: libxml2
version: 2.9.14+dfsg-1.3ubuntu3.7
version: 2.9.14+dfsg-1.3ubuntu*
- name: install_micromamba
tools:
micromamba:
Expand Down Expand Up @@ -91,7 +91,7 @@ build_steps:
apt:
packages:
- name: tzdata
version: 2025b-0ubuntu0.24.04.1
version: 2025b-0ubuntu*
- name: install_conda_packages
conda:
channels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM exasol/script-language-container:exaslpm-1.1.0-ubuntu-22.04
FROM exasol/script-language-container:exaslpm-1.2.0-ubuntu-22.04
ENV DEBIAN_FRONTEND=noninteractive


Expand Down
10 changes: 5 additions & 5 deletions flavors/template-Exasol-all-python-3.10-conda/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ build_steps:
apt:
packages:
- name: coreutils
version: 8.32-4.1ubuntu1.2
version: 8.32-4.1ubuntu*
- name: locales
version: 2.35-0ubuntu3.13
version: 2.35-0ubuntu*
- name: curl
version: 7.81.0-1ubuntu1.23
version: 7.81.0-1ubuntu*
- name: ca-certificates
version: 20240203~22.04.1
- name: bzip2
version: 1.0.8-5build1
- name: libxml2
version: 2.9.13+dfsg-1ubuntu0.11
version: 2.9.13+dfsg-1ubuntu*
- name: install_micromamba
tools:
micromamba:
Expand Down Expand Up @@ -81,7 +81,7 @@ build_steps:
apt:
packages:
- name: tzdata
version: 2025b-0ubuntu0.22.04.1
version: 2025b-0ubuntu*
- name: install_conda_packages
conda:
channels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM exasol/script-language-container:exaslpm-1.1.0-ubuntu-22.04
FROM exasol/script-language-container:exaslpm-1.2.0-ubuntu-22.04
ENV DEBIAN_FRONTEND=noninteractive

COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc
Expand Down
26 changes: 13 additions & 13 deletions flavors/template-Exasol-all-python-3.10/flavor_base/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ build_steps:
apt:
packages:
- name: gdb
version: 12.1-0ubuntu1~22.04.2
version: 12.1-0ubuntu*
- name: valgrind
version: 1:3.18.1-1ubuntu2
version: 1:3.18.1-1ubuntu*
- name: gdbserver
version: 12.1-0ubuntu1~22.04.2
version: 12.1-0ubuntu*
- name: binutils
version: 2.38-4ubuntu2.12
version: 2.38-4ubuntu*
- name: patchelf
version: 0.14.3-1
- name: strace
version: 5.16-0ubuntu3
version: 5.16-0ubuntu*
validation_cfg:
version_mandatory: true
- name: build_deps
Expand All @@ -24,21 +24,21 @@ build_steps:
apt:
packages:
- name: coreutils
version: 8.32-4.1ubuntu1.2
version: 8.32-4.1ubuntu*
- name: locales
version: 2.35-0ubuntu3.13
version: 2.35-0ubuntu*
- name: tar
version: 1.34+dfsg-1ubuntu0.1.22.04.2
version: 1.34+dfsg-1ubuntu*
- name: curl
version: 7.81.0-1ubuntu1.23
version: 7.81.0-1ubuntu*
- name: openjdk-11-jdk-headless
version: 11.0.30+7-1ubuntu1~22.04
version: 11.0.30+7-1ubuntu*
- name: build-essential
version: 12.9ubuntu3
version: 12.9ubuntu*
- name: libpcre3-dev
version: 2:8.39-13ubuntu0.22.04.1
version: 2:8.39-13ubuntu*
- name: protobuf-compiler
version: 3.12.4-1ubuntu7.22.04.6
version: 3.12.4-1ubuntu*
- name: chrpath
version: 0.16-2
variables:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM exasol/script-language-container:exaslpm-1.1.0-ubuntu-22.04
FROM exasol/script-language-container:exaslpm-1.2.0-ubuntu-22.04
ENV DEBIAN_FRONTEND=noninteractive

COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc
Expand Down
22 changes: 11 additions & 11 deletions flavors/template-Exasol-all-python-3.10/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ build_steps:
apt:
packages:
- name: coreutils
version: 8.32-4.1ubuntu1.2
version: 8.32-4.1ubuntu*
- name: locales
version: 2.35-0ubuntu3.13
version: 2.35-0ubuntu*
- name: libnss-db
version: 2.2.3pre1-6ubuntu3
version: 2.2.3pre1-6ubuntu*
- name: libzmq3-dev
version: 4.3.4-2
- name: libprotobuf-dev
version: 3.12.4-1ubuntu7.22.04.6
version: 3.12.4-1ubuntu*
- name: libssl-dev
version: 3.0.2-0ubuntu1.21
version: 3.0.2-0ubuntu*
variables:
PROTOBUF_LIBRARY_PREFIX: /usr/lib/
PROTOBUF_INCLUDE_PREFIX: /usr/include/
Expand All @@ -35,7 +35,7 @@ build_steps:
- name: python3-distutils
version: 3.10.8-1~22.04
- name: curl
version: 7.81.0-1ubuntu1.23
version: 7.81.0-1ubuntu*
variables:
PYTHON3_PREFIX: /usr
PYTHON3_VERSION: python3.10
Expand Down Expand Up @@ -68,15 +68,15 @@ build_steps:
apt:
packages:
- name: unzip
version: 6.0-26ubuntu3.2
version: 6.0-26ubuntu*
- name: git
version: 1:2.34.1-1ubuntu1.17
version: 1:2.34.1-1ubuntu*
- name: libcurl4-openssl-dev
version: 7.81.0-1ubuntu1.23
version: 7.81.0-1ubuntu*
- name: build-essential
version: 12.9ubuntu3
version: 12.9ubuntu*
- name: tzdata
version: 2025b-0ubuntu0.22.04.1
version: 2025b-0ubuntu*
validation_cfg:
version_mandatory: true
- name: flavor_customization
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM exasol/script-language-container:exaslpm-1.1.0-ubuntu-24.04
FROM exasol/script-language-container:exaslpm-1.2.0-ubuntu-24.04
ENV DEBIAN_FRONTEND=noninteractive

ENV ARCHIVE_UBUNTU_PREFIX=""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ build_steps:
apt:
packages:
- name: gdb
version: 15.0.50.20240403-0ubuntu1
version: 15.0.50.20240403-0ubuntu*
- name: valgrind
version: 1:3.22.0-0ubuntu3
version: 1:3.22.0-0ubuntu*
- name: gdbserver
version: 15.0.50.20240403-0ubuntu1
version: 15.0.50.20240403-0ubuntu*
- name: binutils
version: 2.42-4ubuntu2.10
version: 2.42-4ubuntu*
- name: patchelf
version: 0.18.0-1.1build1
- name: strace
version: 6.8-0ubuntu2
version: 6.8-0ubuntu*
validation_cfg:
version_mandatory: true
- name: security_scan
Expand Down
12 changes: 6 additions & 6 deletions flavors/template-Exasol-all-python-3.12-conda/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ build_steps:
apt:
packages:
- name: coreutils
version: 9.4-3ubuntu6.1
version: 9.4-3ubuntu*
- name: adduser
version: 3.137ubuntu1
version: 3.137ubuntu*
- name: locales
version: 2.39-0ubuntu8.7
version: 2.39-0ubuntu*
- name: curl
version: 8.5.0-2ubuntu10.8
version: 8.5.0-2ubuntu*
- name: ca-certificates
version: '20240203'
- name: bzip2
version: 1.0.8-5.1build0.1
- name: libxml2
version: 2.9.14+dfsg-1.3ubuntu3.7
version: 2.9.14+dfsg-1.3ubuntu*
- name: install_micromamba
tools:
micromamba:
Expand Down Expand Up @@ -83,7 +83,7 @@ build_steps:
apt:
packages:
- name: tzdata
version: 2025b-0ubuntu0.24.04.1
version: 2025b-0ubuntu*
- name: install_conda_packages
conda:
channels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM exasol/script-language-container:exaslpm-1.1.0-ubuntu-24.04
FROM exasol/script-language-container:exaslpm-1.2.0-ubuntu-24.04
ENV DEBIAN_FRONTEND=noninteractive

COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc
Expand Down
18 changes: 9 additions & 9 deletions flavors/template-Exasol-all-python-3.12/flavor_base/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ build_steps:
apt:
packages:
- name: coreutils
version: 9.4-3ubuntu6.1
version: 9.4-3ubuntu*
- name: tar
version: 1.35+dfsg-3build1
- name: curl
version: 8.5.0-2ubuntu10.8
version: 8.5.0-2ubuntu*
- name: openjdk-17-jdk
version: 17.0.18+8-1~24.04.1
- name: build-essential
version: 12.10ubuntu1
version: 12.10ubuntu*
- name: libpcre3-dev
version: 2:8.39-15build1
- name: protobuf-compiler
version: 3.21.12-8.2ubuntu0.3
version: 3.21.12-8.2ubuntu*
- name: chrpath
version: 0.16-2build1
- name: locales
version: 2.39-0ubuntu8.7
version: 2.39-0ubuntu*
variables:
PROTOBUF_BIN: /usr/bin/protoc
JAVA_HOME: usr/lib/jvm/java-1.17.0-openjdk-{% if platform == 'x86_64' %}amd64{% else %}arm64{% endif %}
Expand All @@ -37,15 +37,15 @@ build_steps:
apt:
packages:
- name: gdb
version: 15.0.50.20240403-0ubuntu1
version: 15.0.50.20240403-0ubuntu*
- name: valgrind
version: 1:3.22.0-0ubuntu3
version: 1:3.22.0-0ubuntu*
- name: binutils
version: 2.42-4ubuntu2.10
version: 2.42-4ubuntu*
- name: patchelf
version: 0.18.0-1.1build1
- name: strace
version: 6.8-0ubuntu2
version: 6.8-0ubuntu*
validation_cfg:
version_mandatory: true
- name: security_scan
Expand Down
Loading
Loading