Skip to content

[#266] Docker image with morley-debugger

Roman Melnikov requested to merge rvem/#266-more-docker-images into master

Description

Problem: We want to have a nice way to distribute our debugger. Building project from scratch doesn't sound like a good idea.

Solution: Add a way to build docker image with morley-debugger. Such an approach is a bit better than producing static binaries. At first, docker can easily upgrade images without reuploading manually. Second, it more cross-platform.

Apart from new image in the registry, new morley-debugger.sh script wrapper was added.

Related issue(s)

Resolves part of #266 (closed) (we decided that proper morley-client distribution isn't urgent and can be done later)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Roman Melnikov

Merge request reports