Skip to content

Commit

Permalink
Fixed some findings from review
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Jul 16, 2024
1 parent 914a260 commit 0b50830
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"source": [
"## What to do if something doesn't work?\n",
"\n",
"During the build, export or upload it can happen that external package repositories might not be available or something is wrong on your machine where you run the build. For these cases, exaslct stores many logs to identify the problem.\n",
"During the build, export or upload it can happen that external package repositories might not be available or something is wrong on your machine where you run the build. For these cases, exaslct stores information in many logs to identify the problem.\n",
"\n",
"#### Exaslsct Log\n",
"The main log for exaslct is stored directly as main.log in the build output of the job. With the following command you can find the main logs for all previous executions."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"source": [
"# Export the flavor as is\n",
"\n",
"In this tutorial you learn how to build the existing flavor (without any modifiction) and write the result to a tar gz file.\n"
"In this tutorial you learn how to build the script-languages-container from the base flavor (without any modifiction) and write the result to a tar gz file. The base flavor `template-Exasol-all-python-3.10` is part of the Script-Languages Release repository and it's purpose is to be the base for customer modifications which aim to use Python UDF's with Python packages which are not included in the Standard Container of the Exasol database.\n",
"`exaslct` uses the flavor description to build a Docker image which is called the `release` image. `exaslct` can export the content of this Docker image then to a tar gz file.\n",
"\n"
]
},
{
Expand Down Expand Up @@ -102,6 +104,9 @@
"metadata": {},
"source": [
"### Export the flavor\n",
"\n",
"Now execute the `export` step. The command builds the docker image and exports the Docker image to the export directory.\n",
"\n",
"You could run the same on the command line with the `exaslct` tool:\n",
"```\n",
"cd <slc_dir>\n",
Expand All @@ -124,7 +129,8 @@
"id": "fe0efd52-fb2c-4a8c-8712-0cefdc92c044",
"metadata": {},
"source": [
"#### Check the result"
"#### Check the result\n",
"The following command will show the resulting files of the export command:"
]
},
{
Expand Down

0 comments on commit 0b50830

Please sign in to comment.