File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 195
195
endif
196
196
docker run --rm $(common_rust_args) \
197
197
--entrypoint=bash $(BUILD_IMAGE_TAG) -c './image/archive_dependencies.sh'
198
- docker buildx build --platform=linux/amd64,linux/arm64 -t $(IMAGE_TAG) -f $(project_path)/image/Dockerfile $(project_path)
198
+ docker buildx create --use --driver=docker-container --name container --platform=linux/amd64,linux/arm64
199
+ docker buildx build --platform=linux/amd64,linux/arm64 -t $(IMAGE_TAG) -f $(project_path)/image/Dockerfile $(project_path) --builder=container
199
200
200
201
# Generates the HTML report of all open source licence dependencies
201
202
build-licence-report : ensure-build-image
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM gcr.io/distroless/cc-debian12:nonroot as base
15
+ FROM gcr.io/distroless/cc-debian12:nonroot AS base
16
16
WORKDIR /
17
17
ARG TARGETPLATFORM
18
18
COPY ./license.html .
You can’t perform that action at this time.
0 commit comments