File tree Expand file tree Collapse file tree 2 files changed +7
-20
lines changed Expand file tree Collapse file tree 2 files changed +7
-20
lines changed Original file line number Diff line number Diff line change 31
31
file : src/mock_vws/_flask_server/dockerfiles/base/Dockerfile
32
32
push : false
33
33
load : true
34
+ cache-to : type=local,dest=.
34
35
tags : |
35
36
vws-mock:base
36
37
39
40
with :
40
41
file : src/mock_vws/_flask_server/dockerfiles/target_manager/Dockerfile
41
42
push : false
43
+ load : true
44
+ cache-from : type=local,src=.
42
45
tags : |
43
46
adamtheturtle/vuforia-target-manager-mock:latest
44
-
45
- - name : Build and push VWS Docker image
46
-
47
- with :
48
- file : src/mock_vws/_flask_server/dockerfiles/vws/Dockerfile
49
- push : false
50
- tags : |
51
- adamtheturtle/vuforia-vws-mock:latest
52
-
53
- - name : Build and push VWQ Docker image
54
-
55
- with :
56
- file : src/mock_vws/_flask_server/dockerfiles/vwq/Dockerfile
57
- push : false
58
- tags : |
59
- adamtheturtle/vuforia-vwq-mock:latest
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Building images from source
143
143
export VWS_TAG=adamtheturtle/vuforia-vws-mock:latest
144
144
export VWQ_TAG=adamtheturtle/vuforia-vwq-mock:latest
145
145
146
- docker build $REPOSITORY_ROOT --file $BASE_DOCKERFILE --tag $BASE_TAG
147
- docker build $REPOSITORY_ROOT --file $TARGET_MANAGER_DOCKERFILE --tag $TARGET_MANAGER_TAG
148
- docker build $REPOSITORY_ROOT --file $VWS_DOCKERFILE --tag $VWS_TAG
149
- docker build $REPOSITORY_ROOT --file $VWQ_DOCKERFILE --tag $VWQ_TAG
146
+ docker buildx build $REPOSITORY_ROOT --file $BASE_DOCKERFILE --tag $BASE_TAG
147
+ docker buildx build $REPOSITORY_ROOT --file $TARGET_MANAGER_DOCKERFILE --tag $TARGET_MANAGER_TAG
148
+ docker buildx build $REPOSITORY_ROOT --file $VWS_DOCKERFILE --tag $VWS_TAG
149
+ docker buildx build $REPOSITORY_ROOT --file $VWQ_DOCKERFILE --tag $VWQ_TAG
You can’t perform that action at this time.
0 commit comments