Skip to content

Commit

Permalink
fix: ignore docker hub link in lychee
Browse files Browse the repository at this point in the history
docker seems to be very aggressive on anonymous access
  • Loading branch information
Langleu committed Feb 3, 2025
1 parent d0a130a commit 134e0c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _Note: Ensure to keep this document updated with any changes in maintenance proc

- Update documentation related to new features or changes.
- `README.md`
- DockerHub [Camunda Keycloak Docker Hub](https://hub.docker.com/repository/docker/camunda/keycloak/general)
- DockerHub [Camunda Keycloak Docker Hub](https://hub.docker.com/repository/docker/camunda/keycloak)
- Official Camunda documentation:
- [Amazon EKS IRSA](https://github.com/camunda/camunda-docs/blob/main/docs/self-managed/setup/deploy/amazon/amazon-eks/irsa.md)

Expand Down
1 change: 1 addition & 0 deletions lychee-links.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ exclude_path = [
exclude = [
"^file:",
"^http(s?)://localhost",
"https://hub.docker.com/repository/docker/camunda/keycloak",
]

0 comments on commit 134e0c2

Please sign in to comment.