Skip to content

Commit 2f9bb67

Browse files
authored
Merge pull request #358 from exasol/develop
Merge: #354 updated to exaslct v0.3.0 (#357) … #335 add requirements and limitation for macosx to readme (#353) … #355: Prepared documentation for release 2.4.0 (#356) …
2 parents d264f9a + c4ceb07 commit 2f9bb67

File tree

4 files changed

+21
-9
lines changed

4 files changed

+21
-9
lines changed

.current_gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
160000 67aa452ab4e05f6ddb185565a154bef742031378 0 script-languages
1+
160000 3a84d84415cbce5861c8f2bdfd54284be17c72c9 0 script-languages

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ If you are interested in the script client you find more details [here](https://
2121
We are using the [script-languages-container-tool](https://github.com/exasol/script-languages-container-tool) (exaslct) to build the containers. The script-languages-container-tool is already installed into this repository and will fetch all required Docker images when they are not already present. So, you only need to fulfil the [prerequisites for running the script-languages-container-tool](https://github.com/exasol/script-languages-container-tool#for-running).
2222

2323
Minimum requirements are:
24-
* Docker >= 17.05
25-
* Bash 4.2
24+
25+
* bash
26+
* on Linux >= 4.2
27+
* on MacOsX >= 3.2 (Please see limitations on [MacOsX](#macosx-limitations))
28+
* Docker >= 17.05
29+
2630

2731
### Getting Started
2832

@@ -122,6 +126,10 @@ Note: The tool `exaslct` tries to reuse as much as possible of the previous buil
122126
* Can push Docker images to Docker registries
123127
* Run tests for you container against an Exasol DB (docker-db or external db)
124128

129+
### MacOsX Limitations
130+
131+
* On MacOsX all arguments (flavors path, output directory, etc.) must point to locations within the current directory (background is that the MacOsX version does not support mount binding additional directories).
132+
125133
## Table of Contents
126134

127135
### Information for Users

doc/changes/changes-2.4.0.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# script-languages-release 2.4.0, released t.b.d.
1+
# script-languages-release 2.4.0, released 2021-09-16
22

3-
Code name: t.b.d.
3+
Code name: MacOsX support and package updates for git and curl.
44

55
## Summary
66

7-
t.b.d.
7+
This release upgraded to the Script-Languages-Container-Tools version 0.3.0.
8+
With that, it enables building script-language container under MacOsX (with some limitation, check [Readme](../../README.md)).
9+
It also contains several minor bugfixes and updates the git and curl packages.
810

911
## [Package Version Comparison between Release 2.3.0 and 2.4.0](package_diffs/2.4.0/README.md)
1012

1113
## Script-Language-Container-Tool (Exaslct)
1214

13-
This release uses version 0.2.1 of the container tool.
15+
This release uses version 0.3.0 of the container tool.
1416

1517
## Bug Fixes
1618
- #169: Removed duplicated push in CI
@@ -22,6 +24,8 @@ This release uses version 0.2.1 of the container tool.
2224
## Features / Enhancements
2325
- #345: Update git package
2426
- #349: Update curl and libcurl4-openssl-dev packages
25-
-
27+
- #354: Updated to exaslct v0.3.0
28+
- #335: Add requirements/limitations for MacOsX to README
29+
2630
## Refactoring
2731
n/a

0 commit comments

Comments
 (0)