Skip to content

Commit

Permalink
#128 Updated the SLC base flavour to python3.10 [run-saas-tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed May 13, 2024
1 parent 16b0acd commit 8eb8b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@
- Update actions/setup-python from `v2` to `v5`
- Added build system section to project `pyproject.toml`
- Restructure internals of bucketfs package
- Updated the SLC base flavour to python3.10
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM exasol/script-language-container:python-3.8-minimal-EXASOL-6.2.0-release_Y5KJTLX3TPPOSDA2SQMX6QGAAMY5BG5SFY2MMXLMQ5RM6T53UFTA
FROM exasol/script-language-container:template-Exasol-all-python-3.10_release_QPAFQSHIVTUIPZW5OZKXKUK2C4PGNYPC3E2WFD72HONLVRPLUXIA
COPY release/dist /project
RUN pip install /project/*.whl


RUN mkdir -p /build_info/actual_installed_packages/release && \
/scripts/list_installed_scripts/list_installed_apt.sh > /build_info/actual_installed_packages/release/apt_get_packages && \
/scripts/list_installed_scripts/list_installed_pip.sh python3.8 > /build_info/actual_installed_packages/release/python3_pip_packages
/scripts/list_installed_scripts/list_installed_pip.sh python3.10 > /build_info/actual_installed_packages/release/python3_pip_packages

0 comments on commit 8eb8b04

Please sign in to comment.