File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ DOLT_VERSION=$1
2
+ apk add --no-cache bash curl
3
+ wget -O - https://github.com/dolthub/dolt/releases/${DOLT_VERSION} /download/install.sh | bash
Original file line number Diff line number Diff line change @@ -63,6 +63,18 @@ services:
63
63
entrypoint : [ "doctl" ]
64
64
volumes :
65
65
- " ${HOME:-home}/.dockerized/apps/doctl:/root"
66
+ dolt :
67
+ image : " dockerized_dolt"
68
+ build :
69
+ context : " ${DOCKERIZED_ROOT:-.}/apps/dolt"
70
+ dockerfile : " ${DOCKERIZED_ROOT:-.}/apps/alpine/Dockerfile"
71
+ args :
72
+ ALPINE_VERSION : " ${ALPINE_VERSION}"
73
+ BUILD_SCRIPT_ARGS : " ${DOLT_VERSION}"
74
+ volumes :
75
+ - " ${DOCKERIZED_ROOT:-.}/apps/dolt/init.sh:/init.sh"
76
+ - " ${HOME:-home}/.dockerized/apps/dolt:/root"
77
+ entrypoint : [ "dolt" ]
66
78
dotnet :
67
79
image : " mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION}-alpine"
68
80
entrypoint : [ "dotnet" ]
You can’t perform that action at this time.
0 commit comments