File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN set -eux; \
6666 apk add --no-cache libstdc++; \
6767 mkdir -p /usr/lib/valkey;
6868
69- # Copy built modules from the build stage test test
69+ # Copy built modules from the build stage
7070COPY --from=build /opt/valkey-json/build/src/libjson.so /usr/lib/valkey/libjson.so
7171COPY --from=build /opt/valkey-bloom/target/release/libvalkey_bloom.so /usr/lib/valkey/libvalkey_bloom.so
7272COPY --from=build /opt/valkey-search/.build-release/libsearch.so /usr/lib/valkey/libsearch.so
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ FROM docker.io/valkey/valkey:8.1.4-trixie
6565
6666RUN mkdir -p /usr/lib/valkey;
6767
68- # Copy built modules from the build stage test test
68+ # Copy built modules from the build stage
6969COPY --from=build /opt/valkey-json/build/src/libjson.so /usr/lib/valkey/libjson.so
7070COPY --from=build /opt/valkey-bloom/target/release/libvalkey_bloom.so /usr/lib/valkey/libvalkey_bloom.so
7171COPY --from=build /opt/valkey-search/.build-release/libsearch.so /usr/lib/valkey/libsearch.so
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN set -eux; \
6666 apk add --no-cache libstdc++; \
6767 mkdir -p /usr/lib/valkey;
6868
69- # Copy built modules from the build stage test test
69+ # Copy built modules from the build stage
7070COPY --from=build /opt/valkey-json/build/src/libjson.so /usr/lib/valkey/libjson.so
7171COPY --from=build /opt/valkey-bloom/target/release/libvalkey_bloom.so /usr/lib/valkey/libvalkey_bloom.so
7272COPY --from=build /opt/valkey-search/.build-release/libsearch.so /usr/lib/valkey/libsearch.so
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ FROM docker.io/valkey/valkey:9.0.0-rc3-trixie
6565
6666RUN mkdir -p /usr/lib/valkey;
6767
68- # Copy built modules from the build stage test test
68+ # Copy built modules from the build stage
6969COPY --from=build /opt/valkey-json/build/src/libjson.so /usr/lib/valkey/libjson.so
7070COPY --from=build /opt/valkey-bloom/target/release/libvalkey_bloom.so /usr/lib/valkey/libvalkey_bloom.so
7171COPY --from=build /opt/valkey-search/.build-release/libsearch.so /usr/lib/valkey/libsearch.so
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ RUN set -eux; \
105105RUN mkdir -p /usr/lib/valkey;
106106{{ ) end -}}
107107
108- # Copy built modules from the build stage test test
108+ # Copy built modules from the build stage
109109COPY --from=build /opt/valkey-json/build/src/libjson.so /usr/lib/valkey/libjson.so
110110COPY --from=build /opt/valkey-bloom/target/release/libvalkey_bloom.so /usr/lib/valkey/libvalkey_bloom.so
111111COPY --from=build /opt/valkey-search/.build-release/libsearch.so /usr/lib/valkey/libsearch.so
You can’t perform that action at this time.
0 commit comments