Skip to content

Commit 9d43ab5

Browse files
authored
fix(doc): Update the contribution guide to be more specific (#2045)
1 parent d648e8a commit 9d43ab5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ a pull request.
8787
specifically designed to be the smallest possible install size. Both images are
8888
also updated whenever a security-related errata is published.
8989
_(Updated Februrary 2021)_
90-
1. The `oraclelinux:8-slim` image is also available. It is half the size of
91-
`oraclelinux:8` but requires the use of `microdnf` instead of `dnf`.
90+
1. There is an `oraclelinux:8-slim` image available for use with statically built
91+
microservices. It is half the size of `oraclelinux:8` but does not have native
92+
support for modularity or `dnf`. _Do not use this image if you need to install_
93+
_any additional packages. (Updated August 2021)._
9294
1. Re-use existing scripts wherever possible. If a particular base image or
9395
script doesn't have the functionality you need, open an issue and work with
9496
the image owner to implement it.

0 commit comments

Comments
 (0)