Skip to content
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

Add Ubuntu support for V3 #604

Merged
merged 6 commits into from
Oct 13, 2023
Merged

Add Ubuntu support for V3 #604

merged 6 commits into from
Oct 13, 2023

Conversation

iadgovuser26
Copy link
Contributor

@iadgovuser26 iadgovuser26 commented Oct 11, 2023

Adds a docker file for ubuntu 22 and makes adjustments to ACA setup scripts for Ubuntu.
To build an install file:
./gradlew bootWar
./gradlew buildDeb
package will be written to HISRS_AttestationCAPortal/build/distributions/

for Ubuntu the package name needed to be lower case with a dash in the first part of the name.
Package name will be: hirs-attestationca_ver.date.commit.el8-1_amd64.deb

To install deb file use dpkg -i. Example
dpkg -i HIRS_AttestationCAPortal/build/distributions/hirs-attestationca_2.1.3.1697051798.d968080a.el8-1_amd64.deb

Note: to run setup scripts use bash vs sh on an Ubuntu terminal:
bash package/scripts/aca/aca_check_setup.sh

closes: #598

@iadgovuser26 iadgovuser26 added the enhancement New feature or request label Oct 12, 2023
@iadgovuser26 iadgovuser26 added this to the Rocky 8 Migration milestone Oct 12, 2023
@iadgovuser29 iadgovuser29 self-requested a review October 13, 2023 17:06
Copy link
Collaborator

@iadgovuser29 iadgovuser29 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as described

@iadgovuser26 iadgovuser26 merged commit 493ae63 into main Oct 13, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants