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
Dockerfile to include essential content to some local /ddsc install py dependencies (sema), declare some VOLUME /resultroot folder for the dump to emerge, trigger /ddsc/entrypoint.py on run
entrypoint.py to simply generate some fake file into that /resultroot--> separate issue to actually make it do what is promissed
tests/test_entrypoint.sh to verify python exec and maybe report on total triples / datasets found?
docker-test.sh to verify docker-wrapped execution
Readme.md and docs\contributor.md to hold structure of required documentation
The text was updated successfully, but these errors were encountered:
Please provide the required boiler plate for this repo and its CI/CD build
Conform to recent setup for https://github.com/emo-bon/analysis-results-uplifting-docker
Elements to cover
Makefile
with targets help, init, check, lint-fix, clean, docker-build, docker-test, docker-push, prDockerfile
to include essential content to some local/ddsc
install py dependencies (sema), declare someVOLUME /resultroot
folder for the dump to emerge, trigger/ddsc/entrypoint.py
on runentrypoint.py
to simply generate some fake file into that/resultroot
--> separate issue to actually make it do what is promissedtests/test_entrypoint.sh
to verify python exec and maybe report on total triples / datasets found?docker-test.sh
to verify docker-wrapped executionReadme.md
anddocs\contributor.md
to hold structure of required documentationThe text was updated successfully, but these errors were encountered: