File tree 1 file changed +4
-4
lines changed
docs/enterprise/getstarted
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ You can choose from the the following options:
69
69
version : " 3"
70
70
services :
71
71
lakefs :
72
- image : " treeverse/lakefs:1.25.0 "
72
+ image : " treeverse/lakefs:latest "
73
73
command : " RUN"
74
74
ports :
75
75
- " 8080:8080"
@@ -102,7 +102,7 @@ services:
102
102
POSTGRES_PASSWORD : lakefs
103
103
104
104
fluffy :
105
- image : " ${FLUFFY_REPO:-treeverse}/fluffy:${TAG:-0.4.4 }"
105
+ image : " ${FLUFFY_REPO:-treeverse}/fluffy:${TAG:-latest }"
106
106
command : " ${COMMAND:-run}"
107
107
ports :
108
108
- " 8000:8000"
@@ -160,7 +160,7 @@ LAKEFS_AUTH_OIDC_FRIENDLY_NAME_CLAIM_NAME=
160
160
version: "3"
161
161
services:
162
162
lakefs:
163
- image: "treeverse/lakefs:1.25.0 "
163
+ image: "treeverse/lakefs:latest "
164
164
command: "RUN"
165
165
ports:
166
166
- "8080:8080"
@@ -196,7 +196,7 @@ services:
196
196
POSTGRES_PASSWORD: lakefs
197
197
198
198
fluffy:
199
- image: "${FLUFFY_REPO:-treeverse}/fluffy:${TAG:-0.4.4 }"
199
+ image: "${FLUFFY_REPO:-treeverse}/fluffy:${TAG:-latest }"
200
200
command: "${COMMAND:-run}"
201
201
ports:
202
202
- "8000:8000"
You can’t perform that action at this time.
0 commit comments