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
Publish Docker image + Example CI WF + Upload to dockerhub (#516)
… bugs and challenge to fully isolate built dependencies into the src
contained for packaging and installation deployiment.
Current problem:
- Post installation of whl .cache/kdist-<hash> file is not available and
hardcoded to look in ~/.cache/kdist-<hash>
- This needs a generalized location or be installed to site-package
swith the rest of the library files for python packaging to work as
intended.
- Unresolved understanding of where stable-mir-json artifacts need to be
stored / referenced for kmir prove
- Published a single docker image from manual built image to produce an
alias poetry-kmir usable image within CI, but is not ideal for scripting
/ simple usage and inspection by developer.
# Objectives:
~- [ ] Create a simple to use whl installation for developers /
consumers of kmir~
~- [ ] Slim the docker image as an easy CI callable for kmir in CI~
- [x] Deploy Docker image
- [x] Simple WF script demonstrate testing execution using kmir posted
docker image
## MVP
CI Run executing single test using published docker image to dockerhub
---------
Co-authored-by: Jost Berthold <[email protected]>
Co-authored-by: ACassimiro <[email protected]>
Co-authored-by: Daniel Cumming <[email protected]>
Co-authored-by: devops <[email protected]>
Co-authored-by: rv-jenkins <[email protected]>
0 commit comments