Skip to content

Commit 555c613

Browse files
alexandre-dauboisdunglas
authored andcommitted
chore: bump super-linter/super-linter/slim to 8.0.0
1 parent e34b82b commit 555c613

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Lint Code Base
27-
uses: super-linter/super-linter/slim@v7.4.0
27+
uses: super-linter/super-linter/slim@v8.0.0
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
LINTER_RULES_PATH: /

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The image contains the usual development tools (Go, GDB, Valgrind, Neovim...) an
1717
- additional configuration files: `/etc/frankenphp/php.d/*.ini`
1818
- php extensions: `/usr/lib/frankenphp/modules/`
1919

20-
If your docker version is lower than 23.0, the build will fail due to dockerignore [pattern issue](https://github.com/moby/moby/pull/42676). Add directories to `.dockerignore`.
20+
If your Docker version is lower than 23.0, the build will fail due to dockerignore [pattern issue](https://github.com/moby/moby/pull/42676). Add directories to `.dockerignore`.
2121

2222
```patch
2323
!testdata/*.php
@@ -195,7 +195,7 @@ docker buildx bake -f docker-bake.hcl --pull --no-cache --push
195195
## Docker-Related Resources
196196

197197
- [Bake file definition](https://docs.docker.com/build/customize/bake/file-definition/)
198-
- [docker buildx build](https://docs.docker.com/engine/reference/commandline/buildx_build/)
198+
- [`docker buildx build`](https://docs.docker.com/engine/reference/commandline/buildx_build/)
199199

200200
## Useful Command
201201

docs/cn/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -p 8080:8080 -
1717
- 附加配置文件: `/etc/frankenphp/php.d/*.ini`
1818
- php 扩展: `/usr/lib/frankenphp/modules/`
1919

20-
如果你的 docker 版本低于 23.0,则会因为 dockerignore [pattern issue](https://github.com/moby/moby/pull/42676) 而导致构建失败。将目录添加到 `.dockerignore`
20+
如果你的 Docker 版本低于 23.0,则会因为 dockerignore [pattern issue](https://github.com/moby/moby/pull/42676) 而导致构建失败。将目录添加到 `.dockerignore`
2121

2222
```patch
2323
!testdata/*.php
@@ -195,7 +195,7 @@ docker buildx bake -f docker-bake.hcl --pull --no-cache --push
195195
## Docker 相关资源
196196

197197
- [Bake 文件定义](https://docs.docker.com/build/customize/bake/file-definition/)
198-
- [docker buildx 构建](https://docs.docker.com/engine/reference/commandline/buildx_build/)
198+
- [`docker buildx build`](https://docs.docker.com/engine/reference/commandline/buildx_build/)
199199

200200
## 有用的命令
201201

docs/cn/github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
在存储库设置中的 `secrets` 下,添加以下字段:
99

10-
- `REGISTRY_LOGIN_SERVER`: 要使用的 docker registry(如 `docker.io`)。
10+
- `REGISTRY_LOGIN_SERVER`: 要使用的 Docker registry(如 `docker.io`)。
1111
- `REGISTRY_USERNAME`: 用于登录 registry 的用户名(如 `dunglas`)。
1212
- `REGISTRY_PASSWORD`: 用于登录 registry 的密码(如 `access key`)。
1313
- `IMAGE_NAME`: 镜像的名称(如 `dunglas/frankenphp`)。

docs/cn/known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
## 独立的二进制和基于 Alpine 的 Docker 镜像
2525

26-
独立的二进制文件和基于 Alpine 的 docker 镜像 (`dunglas/frankenphp:*-alpine`) 使用的是 [musl libc](https://musl.libc.org/) 而不是 [glibc and friends](https://www.etalabs.net/compare_libcs.html),为的是保持较小的二进制大小。这可能会导致一些兼容性问题。特别是,glob 标志 `GLOB_BRACE` [不可用](https://www.php.net/manual/en/function.glob.php)
26+
独立的二进制文件和基于 Alpine 的 Docker 镜像 (`dunglas/frankenphp:*-alpine`) 使用的是 [musl libc](https://musl.libc.org/) 而不是 [glibc and friends](https://www.etalabs.net/compare_libcs.html),为的是保持较小的二进制大小。这可能会导致一些兼容性问题。特别是,glob 标志 `GLOB_BRACE` [不可用](https://www.php.net/manual/en/function.glob.php)
2727

2828
## 在 Docker 中使用 `https://127.0.0.1`
2929

docs/fr/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ docker buildx bake -f docker-bake.hcl --pull --no-cache --push
197197
## Ressources Liées à Docker
198198

199199
- [Définition du fichier Bake](https://docs.docker.com/build/customize/bake/file-definition/)
200-
- [docker buildx build](https://docs.docker.com/engine/reference/commandline/buildx_build/)
200+
- [`docker buildx build`](https://docs.docker.com/engine/reference/commandline/buildx_build/)
201201

202202
## Commande utile
203203

docs/fr/known-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ La fonction [get_browser()](https://www.php.net/manual/fr/function.get-browser.p
2323

2424
## Binaire autonome et images Docker basées sur Alpine
2525

26-
Le binaire autonome et les images docker basées sur Alpine (`dunglas/frankenphp:*-alpine`) utilisent [musl libc](https://musl.libc.org/) au lieu de [glibc et ses amis](https://www.etalabs.net/compare_libcs.html), pour garder une taille de binaire plus petite. Cela peut entraîner des problèmes de compatibilité. En particulier, le drapeau glob `GLOB_BRACE` n'est [pas disponible](https://www.php.net/manual/fr/function.glob.php).
26+
Le binaire autonome et les images Docker basées sur Alpine (`dunglas/frankenphp:*-alpine`) utilisent [musl libc](https://musl.libc.org/) au lieu de [glibc et ses amis](https://www.etalabs.net/compare_libcs.html), pour garder une taille de binaire plus petite. Cela peut entraîner des problèmes de compatibilité. En particulier, le drapeau glob `GLOB_BRACE` n'est [pas disponible](https://www.php.net/manual/fr/function.glob.php).
2727

2828
## Utilisation de `https://127.0.0.1` avec Docker
2929

@@ -130,7 +130,7 @@ pour trouver l'endroit où les certificats CA doivent être installés et stocke
130130
> Les contextes Web et CLI peuvent avoir des paramètres différents.
131131
> Assurez-vous d'exécuter `openssl_get_cert_locations()` dans le bon contexte.
132132
133-
[Les certificats CA extraits de Mozilla peuvent être téléchargés sur le site curl](https://curl.se/docs/caextract.html).
133+
[Les certificats CA extraits de Mozilla peuvent être téléchargés sur le site de cURL](https://curl.se/docs/caextract.html).
134134

135135
Alternativement, de nombreuses distributions, y compris Debian, Ubuntu, et Alpine fournissent des paquets nommés `ca-certificates` qui contiennent ces certificats.
136136

docs/github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ every approved pull request or on your own fork once setup.
77

88
In the repository settings, under secrets, add the following secrets:
99

10-
- `REGISTRY_LOGIN_SERVER`: The docker registry to use (e.g. `docker.io`).
10+
- `REGISTRY_LOGIN_SERVER`: The Docker registry to use (e.g. `docker.io`).
1111
- `REGISTRY_USERNAME`: The username to use to log in to the registry (e.g. `dunglas`).
1212
- `REGISTRY_PASSWORD`: The password to use to log in to the registry (e.g. an access key).
1313
- `IMAGE_NAME`: The name of the image (e.g. `dunglas/frankenphp`).

docs/known-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The [get_browser()](https://www.php.net/manual/en/function.get-browser.php) func
2323

2424
## Standalone Binary and Alpine-based Docker Images
2525

26-
The standalone binary and Alpine-based docker images (`dunglas/frankenphp:*-alpine`) use [musl libc](https://musl.libc.org/) instead of [glibc and friends](https://www.etalabs.net/compare_libcs.html), to keep a smaller binary size. This may lead to some compatibility issues. In particular, the glob flag `GLOB_BRACE` is [not available](https://www.php.net/manual/en/function.glob.php)
26+
The standalone binary and Alpine-based Docker images (`dunglas/frankenphp:*-alpine`) use [musl libc](https://musl.libc.org/) instead of [glibc and friends](https://www.etalabs.net/compare_libcs.html), to keep a smaller binary size. This may lead to some compatibility issues. In particular, the glob flag `GLOB_BRACE` is [not available](https://www.php.net/manual/en/function.glob.php)
2727

2828
## Using `https://127.0.0.1` with Docker
2929

@@ -130,7 +130,7 @@ to find where CA certificates must be installed and store them at this location.
130130
> Web and CLI contexts may have different settings.
131131
> Be sure to run `openssl_get_cert_locations()` in the proper context.
132132
133-
[CA certificates extracted from Mozilla can be downloaded on the curl site](https://curl.se/docs/caextract.html).
133+
[CA certificates extracted from Mozilla can be downloaded on the cURL site](https://curl.se/docs/caextract.html).
134134

135135
Alternatively, many distributions, including Debian, Ubuntu, and Alpine provide packages named `ca-certificates` that contain these certificates.
136136

docs/ru/known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ error:0A000086:SSL routines::certificate verify failed
127127
> Веб и CLI контексты могут иметь разные настройки.
128128
> Запустите `openssl_get_cert_locations()` в нужном контексте.
129129
130-
[Сертификаты CA, извлечённые из Mozilla, можно скачать с сайта curl](https://curl.se/docs/caextract.html).
130+
[Сертификаты CA, извлечённые из Mozilla, можно скачать с сайта cURL](https://curl.se/docs/caextract.html).
131131

132132
Кроме того, многие дистрибутивы, такие как Debian, Ubuntu и Alpine, предоставляют пакеты `ca-certificates`, содержащие эти сертификаты.
133133

0 commit comments

Comments
 (0)