Delete Contributing section from README.md

Removed contributing section from README
This commit is contained in:
Kyle Speight
2026-04-09 10:15:13 -07:00
committed by GitHub
parent 6832338a5a
commit 417fba2cea
-5
View File
@@ -18,8 +18,3 @@ example of this would be something like Java or Python which are used for runnin
All of these images are available for `linux/amd64` and `linux/arm64` versions, unless otherwise specified, to use All of these images are available for `linux/amd64` and `linux/arm64` versions, unless otherwise specified, to use
these images on an arm system, no modification to them or the tag is needed, they should just work. these images on an arm system, no modification to them or the tag is needed, they should just work.
## Contributing
When adding a new version to an existing image, such as `java v42`, you'd add it within a child folder of `java`, so
`java/42/Dockerfile` for example. Please also update the correct `.github/workflows` file to ensure that this new version
is tagged correctly.