| commit | 75d57c3f090cf400b200fbb5b444392243b86464 | [log] [tgz] |
|---|---|---|
| author | Davit Tabidze <davidtabidzef1@gmail.com> | Fri Jul 19 19:17:55 2024 +0400 |
| committer | dtabidze <dtabidze@v1.dodo.cloud> | Wed Jul 24 13:23:38 2024 +0000 |
| tree | f354ecd7a4ca1cc5f5fd6e0bb9c1752430ef99f7 | |
| parent | a190594350f72ad8a1db1f54a6bde27155a024b8 [diff] [blame] |
Memberships: API to add and retrieve user information
Create user
Add SSH key
Ping clients on mutations
Change-Id: I02799b8b4bc88813afeb306cc122a7eaa4496c3c
diff --git a/core/auth/memberships/Dockerfile b/core/auth/memberships/Dockerfile index 37e975d..fad7422 100644 --- a/core/auth/memberships/Dockerfile +++ b/core/auth/memberships/Dockerfile
@@ -1,4 +1,5 @@ -FROM gcr.io/distroless/static:nonroot +# FROM gcr.io/distroless/static:nonroot +FROM alpine:latest ARG TARGETARCH