Skip to content

Commit 58675ba

Browse files
contrib/thrift-docker: Downgrade the pull strategy to missing
1 parent ffba295 commit 58675ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/thrift-docker

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
TAG=${TAG:-"latest"}
2+
PULL_STRATEGY=${PULL_STRATEGY:-"missing"}
23

3-
exec docker run --pull always -v "${PWD}:/data" --rm ghcr.io/upfluence/thrift:${TAG} $@
4+
exec docker run --pull ${PULL_STRATEGY} -q -v "${PWD}:/data" --rm ghcr.io/upfluence/thrift:${TAG} $@

0 commit comments

Comments
 (0)