Skip to content

Commit 833cd09

Browse files
authored
kt-devnet: Store local images even for non-native docker driver (#14322)
1 parent c7c6bc1 commit 833cd09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kurtosis-devnet/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _prestate-build PATH='.':
1515
docker buildx build --output {{PATH}} --progress plain -f ../op-program/Dockerfile.repro ../
1616

1717
_docker_build TAG TARGET CONTEXT DOCKERFILE *ARGS:
18-
docker buildx build -t {{TAG}} \
18+
docker buildx build --load -t {{TAG}} \
1919
-f {{CONTEXT}}/{{DOCKERFILE}} \
2020
{{ if TARGET != '' { "--target " + TARGET } else { "" } }} \
2121
--build-arg GIT_COMMIT={git_commit} \

0 commit comments

Comments
 (0)