Skip to content

Commit 39825d5

Browse files
committed
sdk_lib: Silence some docker warnings
1 parent b1220b6 commit 39825d5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

sdk_lib/Dockerfile.lean-arch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION
1+
ARG VERSION=9999.99.99-version-missing
22

33
FROM flatcar-sdk-build:${VERSION} as meta
44
ARG RMARCH
@@ -26,4 +26,4 @@ RUN chown -R sdk:sdk /mnt/host/source
2626
# but it's useful for standalone container use.
2727
RUN mkdir -p /mnt/host/source/src/scripts
2828
COPY --chown=sdk:sdk sdk_lib/sdk_init_selfcontained.sh /mnt/host/source/src/
29-
ENTRYPOINT /home/sdk/sdk_entry.sh
29+
ENTRYPOINT ["/home/sdk/sdk_entry.sh"]

sdk_lib/Dockerfile.sdk-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION
1+
ARG VERSION=9999.99.99-version-missing
22
FROM flatcar-sdk-import:${VERSION}
33

44
ARG BINHOST

sdk_lib/Dockerfile.sdk-import

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION
1+
ARG VERSION=9999.99.99-version-missing
22
FROM flatcar-sdk-tarball:${VERSION}
33

44
# Make build scripts believe we're in the SDK chroot (which technically, we are)
@@ -55,4 +55,4 @@ RUN chmod 755 /home/sdk/sdk_entry.sh
5555
# it's likely that scripts and SDK tarball are out of sync
5656
RUN /home/sdk/sdk_entry.sh ./update_chroot --toolchain_boards="amd64-usr arm64-usr"
5757

58-
ENTRYPOINT /home/sdk/sdk_entry.sh
58+
ENTRYPOINT ["/home/sdk/sdk_entry.sh"]

0 commit comments

Comments
 (0)