-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/docker #21
base: development
Are you sure you want to change the base?
Feature/docker #21
Conversation
One more important note: I am pointing to the |
Just pushed my Dockerfile. This performs the regression tests to: To build the docker container using the current repository clone (and any edits you've made) you can: docker build --progress=plain . There's something strange going on with the event immediate reporting in the docker container that will need some debugging. It's currently preventing the final container from being prepared as the regression tests are failing. |
Thanks @davidjwbbc . Building the container on MacOSX with an ARM chipset I get:
I will give it a try on an Ubuntu machine. |
Builds successfully in the Docker container on Ubuntu 22 and fails one test:
|
b70e8de
to
e88ad25
Compare
Rebased on top of merged PR #20 and disabled regression tests in Dockerfile. |
I had all regression tests pass, but then I tried a clean rebuild of the Docker image and most of the regression tests failed, so I've disabled regression tests in the build of the Docker image for now until this can be understood. |
Fixed the issue with the regression tests and re-added tests into Dockerfile. |
df5ee5f
to
ed664d2
Compare
ed664d2
to
c33aa85
Compare
Description
This PR can solve as a starting point for a Docker based setup as outlined in #18 . @davidjwbbc is working on this as well so we might use this PR to consolidate our changes. For now, I mainly used it to execute the regressions tests on a Mac ARM based machine.
Changes
readme.md
listinggit
twice as a dependencyentrypoint.sh
to runnrfd
anddcafd
.Notes
Note that not all regression tests run successful, which is why the execution stops at step 7/8 (also see
Regression Test Output
below):We need to check and discuss how to run and expose
dcafd
.Regression Test output