From 417fba2cea8a61e9160d5ff122fd3aeeb013d70d Mon Sep 17 00:00:00 2001 From: Kyle Speight Date: Thu, 9 Apr 2026 10:15:13 -0700 Subject: [PATCH] Delete Contributing section from README.md Removed contributing section from README --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 37b5120..fb8d532 100644 --- a/README.md +++ b/README.md @@ -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 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.