-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed non-root-user access * fixed create_image and test * Removed variable re-declaration which caused an infinite loop in ansible :) * re-ordered setuid and setgid commands uid must be changes last, otherwise user is no longer permitted to change groups or gid. * Updated notebook-tests use user ubuntu in Dockerfile use sudo for moving test files change user to juypter for actual test execution * Updated entrypoint implemented new strategy as specified in ticket comment #241 (comment) * Made entrypoint fail on insufficient group permissions for docker.sock added test verifying exception in container.logs() [run-notebook-tests] Co-authored-by: Torsten Kilias <[email protected]>
- Loading branch information
Showing
19 changed files
with
622 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ n/a | |
|
||
## Bug Fixes | ||
|
||
n/a | ||
* #241: Fixed non-root-user access | ||
|
||
## Documentation | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.