mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
Make run-zoekt-servers name version independent
This commit is contained in:
parent
2b94df34d8
commit
33f657b392
3 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ FROM alpine:3.17 as main
|
||||||
|
|
||||||
COPY --from=build /go/bin/* /usr/bin/
|
COPY --from=build /go/bin/* /usr/bin/
|
||||||
|
|
||||||
COPY assets/zoekt-ci-image/run-zoekt-servers-v1.5 run-zoekt-servers
|
COPY assets/zoekt-ci-image/run-zoekt-servers run-zoekt-servers
|
||||||
|
|
||||||
VOLUME /zoekt/test/index
|
VOLUME /zoekt/test/index
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ FROM alpine:3.17 as main
|
||||||
|
|
||||||
COPY --from=build /go/bin/* /usr/bin/
|
COPY --from=build /go/bin/* /usr/bin/
|
||||||
|
|
||||||
COPY assets/zoekt-ci-image/run-zoekt-servers-v1.5 run-zoekt-servers
|
COPY assets/zoekt-ci-image/run-zoekt-servers run-zoekt-servers
|
||||||
|
|
||||||
VOLUME /zoekt/test/index
|
VOLUME /zoekt/test/index
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue