mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-20 15:16:40 +00:00
fix(data/docker-client): allow some more OCI clients through
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -23,3 +23,24 @@
|
|||||||
all:
|
all:
|
||||||
- '"Docker-Distribution-Api-Version" in headers'
|
- '"Docker-Distribution-Api-Version" in headers'
|
||||||
- '!(userAgent.contains("Mozilla"))'
|
- '!(userAgent.contains("Mozilla"))'
|
||||||
|
|
||||||
|
- name: allow-go-containerregistry-client
|
||||||
|
action: ALLOW
|
||||||
|
expression:
|
||||||
|
all:
|
||||||
|
- path.startsWith("/v2/")
|
||||||
|
- userAgent.contains("go-containerregistry/")
|
||||||
|
|
||||||
|
- name: allow-buildah
|
||||||
|
action: ALLOW
|
||||||
|
expression:
|
||||||
|
all:
|
||||||
|
- path.startsWith("/v2/")
|
||||||
|
- userAgent.contains("Buildah/")
|
||||||
|
|
||||||
|
- name: allow-podman
|
||||||
|
action: ALLOW
|
||||||
|
expression:
|
||||||
|
all:
|
||||||
|
- path.startsWith("/v2/")
|
||||||
|
- userAgent.contains("containers/")
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
<!-- This changes the project to: -->
|
<!-- This changes the project to: -->
|
||||||
|
|
||||||
|
- Allow more OCI registry clients [based on feedback](https://github.com/TecharoHQ/anubis/pull/1253#issuecomment-3506744184).
|
||||||
|
|
||||||
## v1.23.1: Lyse Hext - Echo 1
|
## v1.23.1: Lyse Hext - Echo 1
|
||||||
|
|
||||||
- Fix `SERVE_ROBOTS_TXT` setting after the double slash fix broke it.
|
- Fix `SERVE_ROBOTS_TXT` setting after the double slash fix broke it.
|
||||||
|
|||||||
Reference in New Issue
Block a user