dgkanatsios / CKAD-exercises

A set of exercises to prepare for Certified Kubernetes Application Developer exam by Cloud Native Computing Foundation
MIT License
8.74k stars 5.64k forks source link

Bump nginx image tag to support multiple architectures #352

Closed dtlaycock closed 2 months ago

dtlaycock commented 9 months ago

On a mac m1 setting the image to 1.7.1 fails due to not supporting the arm64 architecture. Bumping the image tag to a more recent version resolves the issue. resolves #351