File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- ARG VERSION
1+ ARG VERSION=9999.99.99-version-missing
22
33FROM flatcar-sdk-build:${VERSION} as meta
44ARG RMARCH
@@ -26,4 +26,4 @@ RUN chown -R sdk:sdk /mnt/host/source
2626# but it's useful for standalone container use.
2727RUN mkdir -p /mnt/host/source/src/scripts
2828COPY --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"]
Original file line number Diff line number Diff line change 1- ARG VERSION
1+ ARG VERSION=9999.99.99-version-missing
22FROM flatcar-sdk-import:${VERSION}
33
44ARG BINHOST
Original file line number Diff line number Diff line change 1- ARG VERSION
1+ ARG VERSION=9999.99.99-version-missing
22FROM 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
5656RUN /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"]
You can’t perform that action at this time.
0 commit comments