add this to /tmp/patch
:
diff --git a/Dockerfile b/Dockerfile
index dd0b3a6..46279ab 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,9 @@
-FROM ubuntu:latest
-
ARG BUILD_SERVER…
I think this would be a good idea. Both services and inspi4 need to converge on some settings to operate correctly, and having those settings at the highest level such as in ansible they can be…
I know it seems a tad backwards to test things in a manner that doesn't rely at all on docker-compose given that the way this is primarily used is in the context of a docker-compose environment,…
for that matter I should have also put a git commit into this to be used as a build arg, which you can test by passing --build-arg GIT_COMMIT=inspi4commithash
to the docker build
command and…
looks good, something I am not sure of is where we stand without the majority of what was contained in the includes.conf
now that it absent. One way to be sure is to build the container without…