Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring/#258 used a non root user to run jupyter in the docker image ai lab #231

Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
7bacff9
Use separate user for running Jupyter
ckunki Feb 23, 2024
6663562
Used a non-root user to run Jupyter in the Docker Image ai-lab
ckunki Feb 26, 2024
194e9d1
Additional changes based on experiments
ckunki Feb 27, 2024
5befe3e
Fixed ansible tasks
ckunki Feb 27, 2024
1e510fc
remove commented line
ckunki Feb 27, 2024
69de9d8
Added become for disabling core dumps
ckunki Feb 27, 2024
d9eed17
poetry lock
ckunki Feb 27, 2024
af1a929
Fixed test
ckunki Feb 27, 2024
c776849
Improved Ansible output for pip install
ckunki Feb 27, 2024
36117ea
Improved Ansible output for pip install
ckunki Feb 27, 2024
5229b26
Merge branch 'main' into refactoring/#258-Used_a_non-root_user_to_run…
ckunki Feb 27, 2024
2304741
Removed test scaffolds
ckunki Feb 27, 2024
b030baf
Capitalized name of Ansible task
ckunki Feb 27, 2024
a66235d
Updated comments in Ansible tasks
ckunki Feb 27, 2024
71ecf25
Updated user guide for Docker Edition
ckunki Feb 27, 2024
514cdd0
Updated tests for docker Edition
ckunki Feb 27, 2024
50b4432
Increased time out for commiting the Docker container
ckunki Feb 27, 2024
b595ae6
Added comment for timeout
ckunki Feb 27, 2024
97b5635
Show name of docker container when keeping it alive
ckunki Feb 28, 2024
b8229da
Moved integration/test_create_dss_docker_image to codebuild
ckunki Feb 28, 2024
f347df9
[CodeBuild]
ckunki Feb 28, 2024
e0a0cae
Fixed import for ci tests
ckunki Feb 28, 2024
dc426ad
[CodeBuild]
ckunki Feb 28, 2024
c254cee
Updated dependencies to fix vulnerabilities
ckunki Feb 28, 2024
0235d4d
[CodeBuild]
ckunki Feb 28, 2024
92781ad
Added free disk space to workflows/check_ci.yaml
ckunki Feb 28, 2024
62004a3
Use user "jupyter" for EC2, too
ckunki Feb 28, 2024
3c19388
Updated documentation
ckunki Feb 28, 2024
d9d6205
[CodeBuild]
ckunki Feb 28, 2024
7ee7abf
Updated dependency network-manager
ckunki Feb 28, 2024
887d558
[CodeBuild]
ckunki Feb 28, 2024
8ace780
Fixed test test_jupyter_password_message_shown
ckunki Feb 28, 2024
427696b
Removed comment
ckunki Feb 28, 2024
3467495
Merge branch 'main' into refactoring/#258-Used_a_non-root_user_to_run…
ckunki Feb 28, 2024
524656a
Fixed review findings
ckunki Feb 28, 2024
dfb6b5e
Fixed review findings
ckunki Feb 28, 2024
0574c95
Update exasol/ds/sandbox/runtime/ansible/roles/jupyter/templates/etc/…
ckunki Feb 29, 2024
1778e81
Fixed review finding
ckunki Feb 29, 2024
b10fa2e
Fixed failing test
ckunki Feb 29, 2024
ab3b254
Merge branch 'main' into refactoring/#258-Used_a_non-root_user_to_run…
ckunki Feb 29, 2024
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
Prev Previous commit
Next Next commit
Update exasol/ds/sandbox/runtime/ansible/roles/jupyter/templates/etc/…
…update-motd.d/999-jupyter

Co-authored-by: Torsten Kilias <[email protected]>
ckunki and tkilias authored Feb 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0574c9595548d76454f4dde74a17fcbf8285a405
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ You can connect with https://<host>:{{jupyterlab_port}}.
{{heading_jupyter_update_password}}
The default password is "{{jupyterlab_password}}".
To update the password as user {{ user_name }} run
To update the password run as user {{ user_name }} the following command
{{jupyterlab_virtualenv}}/bin/jupyter server password
"""