Add "verify" gitlab runner command to the ARM image
Hi, I am attempting to build an ARM-64 AMI using this image and tag registry1.dso.mil/ironbank/gitlab/gitlab-runner/ubi-fips-base:9.5-arm64 but our Ansible roles to apply the RHEL 9.5 STIG runs into an error because this IB image doesn't have the gitlab-runner verify command on it.
Error starting container <ID>: 400 Client Error for http+docker://localhost/v1.48/containers/<ID>/start: Bad Request ("failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "verify": executable file not found in $PATH: unknown"
Can IB add the verify command capability to the registry1.dso.mil/ironbank/gitlab/gitlab-runner/ubi-fips-base ARM compatible image? It exists on the registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner (x64 only) image already.