-
Notifications
You must be signed in to change notification settings - Fork 898
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Base monolithic container image on pods ui worker
To do this I overwrote the entrypoint from the base image with what is mostly the previous appliance initialize script. The main changes I made were to add the server start at the end and to remove the old container scripts references by pasting the v2 key writing function into where it was previously called. Additionally I removed starting memcached from the block that only gets called if the database doesn't exist. We should start memcached regardless. This should allow the container to be started after a clean stop Fixes #17274
- Loading branch information
Showing
3 changed files
with
26 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters