File tree Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ FROM arm64v8/ros:humble AS arm64
7
7
# It may be `arm64` or `amd64` depending on the platform.
8
8
# Ref: https://docs.docker.com/reference/dockerfile/#automatic-platform-args-in-the-global-scope
9
9
FROM $TARGETARCH
10
+ ARG TARGETARCH
10
11
11
12
LABEL org.opencontainers.image.authors="assume0701@gmail.com"
12
13
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ FROM arm64v8/ros:humble AS arm64
7
7
# It may be `arm64` or `amd64` depending on the platform.
8
8
# Ref: https://docs.docker.com/reference/dockerfile/#automatic-platform-args-in-the-global-scope
9
9
FROM $TARGETARCH
10
+ ARG TARGETARCH
10
11
11
12
LABEL org.opencontainers.image.authors="yuzhong1214@gmail.com"
12
13
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ FROM arm64v8/ros:humble AS arm64
7
7
# It may be `arm64` or `amd64` depending on the platform.
8
8
# Ref: https://docs.docker.com/reference/dockerfile/#automatic-platform-args-in-the-global-scope
9
9
FROM $TARGETARCH
10
+ ARG TARGETARCH
10
11
11
12
LABEL org.opencontainers.image.authors="yuzhong1214@gmail.com"
12
13
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ FROM arm64v8/ros:humble AS arm64
7
7
# It may be `arm64` or `amd64` depending on the platform.
8
8
# Ref: https://docs.docker.com/reference/dockerfile/#automatic-platform-args-in-the-global-scope
9
9
FROM $TARGETARCH
10
+ ARG TARGETARCH
10
11
11
12
LABEL org.opencontainers.image.authors="assume0701@gmail.com"
12
13
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ FROM introlab3it/rtabmap:jammy AS arm64
7
7
# It may be `arm64` or `amd64` depending on the platform.
8
8
# Ref: https://docs.docker.com/reference/dockerfile/#automatic-platform-args-in-the-global-scope
9
9
FROM $TARGETARCH
10
+ ARG TARGETARCH
10
11
11
12
LABEL org.opencontainers.image.authors="assume0701@gmail.com"
12
13
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ FROM arm64v8/ros:humble AS arm64
7
7
# It may be `arm64` or `amd64` depending on the platform.
8
8
# Ref: https://docs.docker.com/reference/dockerfile/#automatic-platform-args-in-the-global-scope
9
9
FROM $TARGETARCH
10
+ ARG TARGETARCH
10
11
11
12
# Arguments for the default user
12
13
ARG USERNAME=user
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ FROM PLACEHOLDER AS arm64
7
7
# It may be `arm64` or `amd64` depending on the platform.
8
8
# Ref: https://docs.docker.com/reference/dockerfile/#automatic-platform-args-in-the-global-scope
9
9
FROM $TARGETARCH
10
+ ARG TARGETARCH
10
11
MULTILINE_PLACEHOLDER
11
12
# Arguments for the default user
12
13
ARG USERNAME=user
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ FROM arm64v8/ros:humble AS arm64
7
7
# It may be `arm64` or `amd64` depending on the platform.
8
8
# Ref: https://docs.docker.com/reference/dockerfile/#automatic-platform-args-in-the-global-scope
9
9
FROM $TARGETARCH
10
+ ARG TARGETARCH
10
11
11
12
LABEL org.opencontainers.image.authors="assume0701@gmail.com"
12
13
You can’t perform that action at this time.
0 commit comments