-
Notifications
You must be signed in to change notification settings - Fork 32
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
ogma-core
: FPrime backend now requires JAVA
#206
Labels
CR:Status:Closed
Admin only: Change request that has been completed
CR:Type:Bug
Admin only: Change request pertaining to error detected
Milestone
Comments
Change Manager: Confirmed that the issue exists. |
Technical Lead: Confirmed that the issue should be addressed. |
Technical Lead: Issue scheduled for fixing in Ogma 1.6.0. Fix assigned to: @ivanperez-keera . |
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Jan 21, 2025
…. Refs nasa#206. The FPrime backend now requires Java, which makes the generated Dockerfile no longer compile. This commit adds the default Java runtime to the Ubuntu docker image generated by Ogma's FPrime backend.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Jan 21, 2025
Implementor: Solution implemented, review requested. |
Change Manager: Verified that:
|
Change Manager: Implementation ready to be merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CR:Status:Closed
Admin only: Change request that has been completed
CR:Type:Bug
Admin only: Change request pertaining to error detected
Description
The FPrime backend now requires java, which makes the generated Dockerfile no longer compile.
Type
Additional context
None.
Requester
Method to check presence of bug
Running the FPrime backend and compiling the generated code with the following files breaks when trying to build the docker image generated by Ogma:
Auxiliary files:
These build steps break with the message:
Expected result
The build steps above should complete successfully.
Desired result
The build steps above should complete successfully.
Proposed solution
Modify Dockerfile in the default FPrime template to install
default-jre
.Further notes
None.
The text was updated successfully, but these errors were encountered: