mitre / heimdall_tools

DEPRECATED: A set of utilities for converting and working with compliance data for viewing in the heimdall applications
https://heimdall-tools.mitre.org
Other
35 stars 20 forks source link

Heimdall_tools image issue with executing as gitlab-runners. #100

Closed ander2at closed 3 years ago

ander2at commented 3 years ago

When I use the image in my gitlab-runner, I get this error Executing "step_script" stage of the job script 00:01 Using docker image sha256:cc5c15ef29c6eed4a29e6036ce789a954d1d1b6088448389e44c881e5b0ee0db for gitlab.health.mil:5050/dsocc-iaas/mitre/heimdall_tools with digest gitlab.health.mil:5050/dsocc-iaas/mitre/heimdall_tools@sha256:6e7aa0e3d2de24b536787fa70ebe746f1e6323652b8ab545fb5c322b02ed40c6 ... Could not find command "sh".

For reference, I am using a docker executor.

aaronlippold commented 3 years ago

Hmmmm , I’ll have some folks take a look

On Mon, May 17, 2021 at 10:31 AM whazn @.***> wrote:

When I use the image in my gitlab-runner, I get this error Executing "step_script" stage of the job script 00:01 Using docker image sha256:cc5c15ef29c6eed4a29e6036ce789a954d1d1b6088448389e44c881e5b0ee0db for gitlab.health.mil:5050/dsocc-iaas/mitre/heimdall_tools with digest @.***:6e7aa0e3d2de24b536787fa70ebe746f1e6323652b8ab545fb5c322b02ed40c6 ... Could not find command "sh".

For reference, I am using a docker executor.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mitre/heimdall_tools/issues/100, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALK42FWW4FV2E6HI2MBWNTTOESEPANCNFSM45ASTIUQ .

--

Aaron Lippold

@.***

260-255-4779

twitter/aim/yahoo,etc. 'aaronlippold'

ander2at commented 3 years ago

@rx294 was able to fix it by amending the following within the docker image FROM mitre/heimdall_tools ENTRYPOINT [] CMD ["/usr/local/bundle/bin/heimdall_tools"]