You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/am/3.x/breaking-changes/breaking-changes-3.21.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ NOTE: To take advantage of these new features and incorporate these breaking cha
8
8
9
9
== Docker images
10
10
11
-
From this version, to be complient with https://www.tenable.com/audits/items/CIS_Docker_v1.3.1_L1_Docker_Linux.audit:bdcea17ac365110218526796ae3095b1[CIS_Docker_v1.3.1_L1] the docker images are now using the user `graviteeio`
12
-
This means that if you use the official images and deploy them to Kubernetes, nothing changes.
13
-
If you build your own Dockerfile from Gravitee images, you must give the right rights to the modifications you add.
14
-
If you deploy in `openshift`, you have to add the following configure:
11
+
From this version, to be compliant with https://www.tenable.com/audits/items/CIS_Docker_v1.3.1_L1_Docker_Linux.audit:bdcea17ac365110218526796ae3095b1[CIS_Docker_v1.3.1_L1] the docker images are now use the `graviteeio` user
12
+
This means that if you use the official images and deploy them on your k8s installation, nothing changes.
13
+
If you build your own Dockerfile from Gravitee images, you must give the correct rights according to your modifications.
14
+
If you deploy on `openshift`, you have to add the following configuration:
0 commit comments