stateful / runme

DevOps Workflows Built with Markdown
https://runme.dev
Apache License 2.0
901 stars 30 forks source link

Remove kernel from runme.yaml and add explicit docker support #582

Closed adambabik closed 1 month ago

adambabik commented 1 month ago

This change removes complicated kernels and introduces an explicit support for Docker:

docker:
  enabled: true
  image: runme-runtime:latest
  build:
    context: ./experimental/docker
    dockerfile: Dockerfile

Running code blocks in Docker is still not fully implemented.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
3 New issues
0 Accepted issues

Measures
0 Security Hotspots
72.2% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud