Open fdegir opened 4 years ago
/cc @eiffel-community/eiffel-intelligence-maintainers
As pointed out by @tobiasake https://github.com/eiffel-community/eiffel-intelligence-frontend is dependent on this repo and thus we might need some dependency handling. I have started a discussion with eiffel-community/community#74.
Description
Periodic builds are setup for this project on Nordix Infrastructure as part of Eiffel Infrastructure and CI/CD establishment work Phase 1.
It is important the builds are reviewed by the project to ensure the build process is correct. It would also be good if the artifact is fetched from Nordix Registry and verify it works.
Here are more details.
Build process.
mvn --quiet --batch-mode package -DskipTests
podman build --build-arg URL=target/eiffel-intelligence-3.0.1-SNAPSHOT.war --file src/main/docker/Dockerfile --log-level error --tag registry.nordix.org/eiffel/eiffel-intelligence:latest .
podman pull registry.nordix.org/eiffel/eiffel-intelligence:latest
docker pull registry.nordix.org/eiffel/eiffel-intelligence:latest
What we need from you is
podman pull registry.nordix.org/eiffel/eiffel-intelligence:latest
docker pull registry.nordix.org/eiffel/eiffel-intelligence:latest
and anything else you may think if.
Please note that upcoming phases will enable testing as well and we will reach out to you when the time comes.
Motivation
Setup builds for the project
Exemplification
N/A
Benefits
Project will have builds available
Possible Drawbacks
N/A