-
Notifications
You must be signed in to change notification settings - Fork 17
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
Problem In Docker Appliance Minimal with Archiver Container #293
Comments
This likely stems from the fact that a minimal/full Docker appliance doesn't have Using the command you provided would work in this case, we could alternatively comment out the |
We could refactor our Docker Compose files to use profiles, which I think should simplify things and remove duplication of files where it isn't necessary: https://docs.docker.com/compose/how-tos/profiles/ We could have a profile for So by default |
@utkonos let me know what you think about these changes to restructure our Docker appliance repository to use profiles to specify what you want for your deployment: |
Looks good reading it over. I will run through it over the weekend and let you know how it goes. |
Describe the bug
Running:
Results in error:
To Reproduce
Steps to reproduce the behavior:
docker-compose up -d --wait
using assemblyline.shExpected behavior
No error.
Screenshots
Environment (please complete the following information if pertinent):
Additional context
I have a workaround which is shown in the assemblyline.sh script:
Reading the logs, it shows that there is just a warning about archiver not being enabled, so I figured that
--scale archiver=0
is safe. Please let me know if this is the wrong approach.For completeness, here is a screenshot of the results of the command including the workaround:
The text was updated successfully, but these errors were encountered: