Provides instructions to build and use a Docker image for end users

Hi Stéphane,

Long overdue MR…

With changes in Atlas API authentication the blaeu Docker image published in dockerhub is no more usable

docker run gives a 401 error code

Traceback (most recent call last):
  File "/usr/local/bin/blaeu-resolve", line 225, in <module>
    measurement = Blaeu.Measurement(data,
                  ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/Blaeu.py", line 367, in __init__
    raise RequestSubmissionError("Status %s, reason \"%s : %s\"" % \
Blaeu.RequestSubmissionError: Status 401, reason "Unauthorized : b'{"error":{"detail":"Authentication credentials were not provided.","status":401,"title":"Unauthorized","code":104}}'"

This MR add

  • a Dockerfile
  • instructions to build and use it

This is not an image dedicated for development. It doesn't build blaeu from the git tree. It takes latest packages of dnspython and blaeu published on pypi.org

Merge request reports

Loading