Skip to content

Commit 42419f7

Browse files
sebdevauxremisultan
authored andcommitted
chore: fix typo
1 parent 54cadfb commit 42419f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/am/3.x/breaking-changes/breaking-changes-3.21.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ NOTE: To take advantage of these new features and incorporate these breaking cha
88

99
== Docker images
1010

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:
1515

1616
```yaml
1717
securityContext:

0 commit comments

Comments
 (0)