You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your `Dockerfile.secondary` can then [dynamically use these args](https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact):
@@ -152,9 +152,9 @@ stage to run commands against:
152
152
steps:
153
153
- command: cargo test
154
154
plugins:
155
-
- seek-oss/docker-ecr-cache#v1.11.0:
155
+
- seek-oss/docker-ecr-cache#v2.0.0:
156
156
target: build-deps
157
-
- docker#v3.8.0
157
+
- docker#v3.11.0
158
158
```
159
159
160
160
### Specifying build context
@@ -167,10 +167,10 @@ The `context` property can be used to specify a different path.
167
167
steps:
168
168
- command: cargo test
169
169
plugins:
170
-
- seek-oss/docker-ecr-cache#v1.11.0:
170
+
- seek-oss/docker-ecr-cache#v2.0.0:
171
171
dockerfile: dockerfiles/test/Dockerfile
172
172
context: '.'
173
-
- docker#v3.8.0
173
+
- docker#v3.11.0
174
174
```
175
175
176
176
### Specifying build args
@@ -196,11 +196,11 @@ steps:
196
196
env:
197
197
ARG_1: wow
198
198
plugins:
199
-
- seek-oss/docker-ecr-cache#v1.11.0:
199
+
- seek-oss/docker-ecr-cache#v2.0.0:
200
200
build-args:
201
201
- ARG_1
202
202
- ARG_2=such
203
-
- docker#v3.8.0
203
+
- docker#v3.11.0
204
204
```
205
205
206
206
Additional `docker build` arguments be passed via the `additional-build-args` setting:
0 commit comments