Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"images/**/Dockerfile"
],
"matchStrings": [
'# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+ARG .*_VERSION="(?<currentValue>.*)"'
'# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+ARG .*_VERSION="(?<currentValue>.*)"',
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+ARG .*_VERSION=(?<currentValue>.*)"
]
},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource, which could be unreliable at times, however it can be mirrored easily,
Some of the image do depend on GitHub releases or other HTTP blob storage providers, but there is no easy way around that, as the only alternative
would be to build all of the dependencies from source, which is not feasible.

All images are (multi-platform)[https://docs.docker.com/build/building/multi-platform/] images supporting the following platforms:
All images are [multi-platform](https://docs.docker.com/build/building/multi-platform/) images supporting the following platforms:
* `linux/amd64`
* `linux/arm64`

Expand Down
Empty file removed test
Empty file.