-
Notifications
You must be signed in to change notification settings - Fork 13
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
Extend everest docker image with OCPP 2.0.1 compatibility #129
Merged
hikinggrass
merged 19 commits into
main
from
feature/everest-docker-image-ocpp201-compatibility
Jul 26, 2024
Merged
Extend everest docker image with OCPP 2.0.1 compatibility #129
hikinggrass
merged 19 commits into
main
from
feature/everest-docker-image-ocpp201-compatibility
Jul 26, 2024
Conversation
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 should fix the issue with the current Dockerfile, that Debian 11 can no longer compile libevse-security: I just drafted my own updated Debian 12 Dockerfile, just to figure out you already have the exact changes in this branch (notably in e13daae1eb76a00399871bba7eda45eaa371b9eb). My Dockerfile had this issue:
Your branch does build fine. |
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
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 Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
This can remove the "--ssh default" parameter from docker build Signed-off-by: Kai-Uwe Hermann <[email protected]>
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 Signed-off-by: Kai-Uwe Hermann <[email protected]>
This allows additional CMake parameters to be passed to the EVerest build Signed-off-by: Kai-Uwe Hermann <[email protected]>
This logs the build date, used container runtime and used additional CMake parameters Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
…opied Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
hikinggrass
force-pushed
the
feature/everest-docker-image-ocpp201-compatibility
branch
from
July 26, 2024 11:49
e13daae
to
62b290b
Compare
Pietfried
approved these changes
Jul 26, 2024
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.