Open 77-more opened 2 years ago
Thanks for noticing this. Please feel free to raise a PR if you got the walkthrough working with the necessary changes needed.
Update: Ignore below
Also we might have to update the entrypoint commend from
CMD ["/bin/entryPoint.sh"]
to
CMD ["/usr/bin/agent"]
since the version v1.21
Issue description: While implementing the walk through available at "howto-mutual-tls-file-provided" at step #3 I came across the below error.
/bin/sh: yum: command not found
I was able to work around this issue by using the below Dockerfile instead.
The Dockerfile has to be updated in the walkthrough to include the line "FROM public.ecr.aws/amazonlinux/amazonlinux:2" so that the yum commands will work.