You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find the wheel package for a specific [release](https://github.com/exasol/script-languages-container-tool/releases) under assets.
83
+
If you plan to use `exasol-script-languages-container-tool` on the command line only via the `exaslct` script, we suggest the installation via `pipx`:
Install the python package with `python3 -m pip install https://github.com/exasol/script-languages-container-tool/releases/download/$VERSION/exasol_script_languages_container_tool-$VERSION-py3-none-any.whl`. Replace $VERSION with the latest version or the specific version you are interested in.
85
89
86
90
### Usage
87
91
@@ -135,23 +139,6 @@ ALTER SESSION SET SCRIPT_LANGUAGES='<LANGUAGE_ALIAS>=localzmq+protobuf:///<bucke
135
139
* Can push Docker images to Docker registries
136
140
* Run tests for you container against an Exasol DB (docker-db or external db)
137
141
138
-
## Limitations
139
-
140
-
* Caution with symbolic links:
141
-
If you use symbolic links inside any directory of the command line arguments
142
-
they must not point to files or directories outside the root of the path of the
143
-
command line argument (i.e. --flavor-path ./flavors/my_flavor/ => There must be no symbolic
144
-
link inside ./flavors/my_flavor point to anywhere outside of ./flavors/my_flavor).
145
-
Background: Local directories paths must be mounted manually to the docker container.
146
-
We currently support only the mounting of the given command line arguments, but we do not analyze
147
-
the content of those directories.
148
-
Plan is to fix this limitation with [#35](https://github.com/exasol/script-languages-container-tool/issues/35)
149
-
150
-
151
-
### MacOsX Limitations
152
-
153
-
* 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).
0 commit comments