Skip to content

Commit 20fd7fc

Browse files
jsorefeidottermihi
authored andcommitted
Replace malicious container registry references with ghcr
https://bmitch.net/blog/2025-08-22-ghrc-appears-malicious/ Signed-off-by: Josh Soref <[email protected]>
1 parent 288e115 commit 20fd7fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ Keycloak integration can be enabled by enabling the Spring profile `keycloak` (s
121121

122122
### Docker
123123

124-
You can use the official container image [ghrc.io/it-at-m/appswitcher-server](https://github.com/it-at-m/appswitcher-server/pkgs/container/appswitcher-server). To provide your [custom Applications](#custom-applications) create a custom `application.yml` containing your applications under the key `appswitcher.apps.*` and mount the file as a volume at `/workspace/config/application.yml`.
124+
You can use the official container image [ghcr.io/it-at-m/appswitcher-server](https://github.com/it-at-m/appswitcher-server/pkgs/container/appswitcher-server). To provide your [custom Applications](#custom-applications) create a custom `application.yml` containing your applications under the key `appswitcher.apps.*` and mount the file as a volume at `/workspace/config/application.yml`.
125125

126126
If you prefer to run a native image for faster startup times, there a two image variants available:
127127

128-
- [ghrc.io/it-at-m/appswitcher-server-native](https://github.com/it-at-m/appswitcher-server/pkgs/container/appswitcher-server-native)
129-
- [ghrc.io/it-at-m/appswitcher-server-native-keycloak](https://github.com/it-at-m/appswitcher-server/pkgs/container/appswitcher-server-native-keycloak) (for [Keycloak integration](#keycloak-integration) support)
128+
- [ghcr.io/it-at-m/appswitcher-server-native](https://github.com/it-at-m/appswitcher-server/pkgs/container/appswitcher-server-native)
129+
- [ghcr.io/it-at-m/appswitcher-server-native-keycloak](https://github.com/it-at-m/appswitcher-server/pkgs/container/appswitcher-server-native-keycloak) (for [Keycloak integration](#keycloak-integration) support)
130130

131131

132132
### Kubernetes

0 commit comments

Comments
 (0)