gchq / gaffer-docker

Gaffer Docker images and associated Helm charts for deploying on Kubernetes
https://gchq.github.io/gaffer-docker
Apache License 2.0
30 stars 36 forks source link

Refactor integration tests entrypoint scripts #336

Open tb06904 opened 9 months ago

tb06904 commented 9 months ago

A few issues with the current kerberos entrypoint scripts have been identified under an existing PR these should be addressed to improve the robustness and decrease technical debt.

_Originally posted by @GCHQDeveloper314 in https://github.com/gchq/gaffer-docker/pull/335#discussion_r1428226700_

GCHQDeveloper314 commented 9 months ago

The issues also exist for the non-Kerberos integration test scripts, which the Kerberos ones are derived from. There's also a general scripting style few fixes which could apply to other dockerfiles.