Skip to content

Commit 455ec3d

Browse files
author
Lisa Pettyjohn
committed
bug bz1914896 - warning about security risk from no auto image update by default
1 parent 436dc41 commit 455ec3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

security/container_security/security-understanding.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Securing a containerized application relies on multiple levels of security:
99

1010
* Container security begins with a trusted base container image and continues
1111
through the container build process as it moves through your CI/CD pipeline.
12+
+
13+
[IMPORTANT]
14+
====
15+
Image streams by default do not automatically update. This default behavior might create a security issue because security updates to images referenced by an image stream do not automatically occur.
16+
For information about how to override this default behavior, see xref:../../openshift_images/image-streams-manage.adoc#images-imagestreams-import_image-streams-managing[Configuring periodic importing of imagestreamtags].
17+
====
1218
* When a container is deployed, its security depends on it running
1319
on secure operating systems and networks, and
1420
establishing firm boundaries between the container itself and

0 commit comments

Comments
 (0)