Category: Security, Docker

These days almost every application is containerized. Most of the engineers are using public docker registry to push images. Most of the engineers automated process of pushing images to registry using CI/CD process.

When you are pulling an image from public registry make sure that it is coming from an authentic source. This is an article you might want to refer to check how important point is to get an authentic image from public repository.

Related Articles