Merge pull request #734 from nsacyber/v3_move-dockerfile-refs-to-package-scripts

Dockerfile.aca-rocky needed to update its launch command to new package scripts folder
This commit is contained in:
iadgovuser26 2024-03-18 16:58:57 -04:00 committed by GitHub
commit 9ace6e15fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,4 +84,4 @@ HEALTHCHECK --start-period=50s --interval=1s --timeout=90s CMD curl -f https://l
WORKDIR /hirs
# On container launch, the database will be set up. Then bootRun should utilize build artifacts stored in the image.
CMD ["bash", "-c", "/hirs/package/scripts/aca/aca_setup.sh --unattended && /tmp/hirs_add_aca_tls_path_to_os.sh && /hirs/package/scripts/aca/aca_bootRun.sh"]
CMD ["bash", "-c", "/hirs/package/linux/aca/aca_setup.sh --unattended && /tmp/hirs_add_aca_tls_path_to_os.sh && /hirs/package/linux/aca/aca_bootRun.sh"]