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

Rewrite safe-docker in Python #63

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Rewrite safe-docker in Python #63

merged 2 commits into from
Sep 10, 2024

Conversation

hannesbraun
Copy link
Contributor

I rewrote the safe-docker script in Python. This way, we can get rid of Perl as a dependency and this probably also results in an easier implementation of the Docker integration.

This branch includes the changes from #61 (which should be merged first) to circumvent merge conflicts. Hence the diff currently includes changes that don't belong to this feature.

@hannesbraun hannesbraun requested a review from skogsbaer August 29, 2024 14:18
README.md Show resolved Hide resolved
The string ${TASK_ID} will then be replaced with the specified custom id
of a task. If it is not given, the string for the external directory is
not altered.
Instead of having to tie the underlying ID of a task to the task title
(or some id generated by the database), we can specify a custom id that
is not visible to the user.
This id is also available as an environment variable within a checker as
TASK_ID_CUSTOM.
@skogsbaer skogsbaer merged commit 636ae75 into master Sep 10, 2024
10 checks passed
@skogsbaer skogsbaer deleted the safe-docker-python branch September 10, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants