Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit f4ef201

Browse files
committed
Removed useless COPY
1 parent 679ca3e commit f4ef201

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tools/maven/Dockerfile.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
ARG ref=main
44

55
FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
6-
COPY --link --from=openjdk / /
76
ARG name
87
ARG version
98
RUN <<EOF

tools/maven/manifest.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ binary: mvn
44
check: ${binary} -version | grep ^Apache | cut -d' ' -f3
55
runtime_dependencies:
66
- openjdk-jre
7+
platforms:
8+
- linux/amd64
9+
- linux/arm64
710
tags:
811
- type/cli
912
- cicd

0 commit comments

Comments
 (0)