Skip to content

Update Dockerfile FROM command to use non-ambiguous container sources #642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 0 commits into from

Conversation

idelsink
Copy link
Contributor

Description of your changes

This will set a non-ambiguous container source for the Dockerfile(s) used in this project. This reduces issues when using non-docker tooling that rely on full container sources. This increases not only verbosity but it also reduces the changes of exploits as explained in the following redhat post Container image short names

See also: #641

I have:

  • Read and followed terraform-docs' [contribution process].
  • All tests pass when I run make test.

How has this code been tested

I've tested it locally by running make test and was able to build the containers myself using make docker.

@khos2ow
Copy link
Member

khos2ow commented Dec 18, 2023

@idelsink thanks for the PR, it sounds great to me. But unfortunately the PR at the moment has some conflicts. Would you be able to rebase and fix the issues?

@idelsink
Copy link
Contributor Author

Hey @khos2ow; I've created a new PR here #730

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce container image ambiguity by specifying the docker.io container registry in the Dockerfile(s)
2 participants