-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend everest docker image with OCPP 2.0.1 compatibility (#129)
* Make build date a optional parameter: --build-date * Add missing libevent-dev * Add script to initialize OCPP 2.0.1 device model This uses the init_device_model_db.py from libocpp and associated files, so copy over the libocpp/config/v201 directory into the resulting image as well * Add --build-date option to README * Add .gitignore for logs directory * Add docker-compose.yml, sample configs for OCPP 2.0.1 and run script * Add example nodered dockerfile * Add admin panel ports * Properly expose admin panel port * Add --no-ssh parameter This can remove the "--ssh default" parameter from docker build * Add --container-runtime parameter This makes the container runtime used for building and saving the image selectable Defaults to "docker" but can be used to e.g. select "podman" as well * Add --additional-cmake-parameters parameter This allows additional CMake parameters to be passed to the EVerest build * Add additional log output This logs the build date, used container runtime and used additional CMake parameters * Add trap for build error * Log a error message if the OCPP 2.0.1 config directory could not be copied * Update Dockerfile from debian 11 to debian 12 * Update readme --------- Signed-off-by: Kai-Uwe Hermann <[email protected]>
- Loading branch information
1 parent
dc09ddf
commit b1d74b3
Showing
11 changed files
with
4,026 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 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 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
5 changes: 5 additions & 0 deletions
5
docker/everest-docker-image/configuration/everest/config-fallback.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
active_modules: | ||
system: | ||
module: System | ||
|
||
x-module-layout: {} |
Oops, something went wrong.