From bd0e99309cc0f8f86d78a8a4302f9074f83c021a Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Sun, 7 Aug 2022 22:28:45 -0700 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-10388 Signed-off-by: stephb9959 --- Dockerfile | 20 ++++++++++---------- build | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index 361f93d..e12536a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,8 @@ RUN cmake --build . --target install FROM build-base AS cppkafka-build -ADD https://api.github.com/repos/stephb9959/cppkafka/git/refs/heads/master version.json -RUN git clone https://github.com/stephb9959/cppkafka /cppkafka +ADD https://api.github.com/repos/AriliaWireless/cppkafka/git/refs/tags/tip-v1 version.json +RUN git clone https://github.com/AriliaWireless/cppkafka --branch tip-v1 /cppkafka WORKDIR /cppkafka RUN mkdir cmake-build @@ -31,24 +31,24 @@ RUN cmake .. RUN cmake --build . --config Release -j8 RUN cmake --build . --target install -FROM build-base AS json-schema-validator-build +FROM build-base AS fmtlib-build -ADD https://api.github.com/repos/pboettch/json-schema-validator/git/refs/heads/master version.json -RUN git clone https://github.com/pboettch/json-schema-validator /json-schema-validator +ADD https://api.github.com/repos/fmtlib/fmt/git/refs/tags/9.0.0 version.json +RUN git clone https://github.com/fmtlib/fmt --branch 9.0.0 /fmtlib -WORKDIR /json-schema-validator +WORKDIR /fmtlib RUN mkdir cmake-build WORKDIR cmake-build RUN cmake .. RUN make RUN make install -FROM build-base AS fmtlib-build +FROM build-base AS json-schema-validator-build -ADD https://api.github.com/repos/fmtlib/fmt/git/refs/heads/master version.json -RUN git clone https://github.com/fmtlib/fmt /fmtlib +ADD https://api.github.com/repos/pboettch/json-schema-validator/git/refs/tags/2.1.0 version.json +RUN git clone https://github.com/pboettch/json-schema-validator --branch 2.1.0 /json-schema-validator -WORKDIR /fmtlib +WORKDIR /json-schema-validator RUN mkdir cmake-build WORKDIR cmake-build RUN cmake .. diff --git a/build b/build index 56a6051..d8263ee 100644 --- a/build +++ b/build @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file