Skip to content

Commit cf85e47

Browse files
committed
SWPROT-8953: docker: Support custom UnifySDK dep
This change is useful for testing other forks (public or private with PAT), for example: docker \ build \ --build-arg UNIFYSDK_GIT_REPOSITORY="https://<TOKEN>@github.com/rzr/UnifySDK" \ --build-arg UNIFYSDK_GIT_TAG="devel/main" \ . Forwarded: #10 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 3e098ff commit cf85e47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ ENV DEBIAN_FRONTEND noninteractive
44
ENV LC_ALL en_US.UTF-8
55
ENV LANG ${LC_ALL}
66

7+
ARG UNIFYSDK_GIT_REPOSITORY https://github.com/SiliconLabs/UnifySDK
8+
ARG UNIFYSDK_GIT_TAG main
9+
710
RUN echo "# log: Configuring locales" \
811
&& set -x \
912
&& apt-get update -y \

0 commit comments

Comments
 (0)