mirror of
https://github.com/searxng/searxng.git
synced 2026-05-20 01:44:32 +02:00
[mod] ci: use custom static podman (#5354)
We only need updated podman on `build`. `test` and `release` can use image provided container engine binaries.
This commit is contained in:
@@ -7,7 +7,7 @@ FROM ghcr.io/searxng/base:searxng AS dist
|
||||
COPY --chown=977:977 --from=builder /usr/local/searxng/.venv/ ./.venv/
|
||||
COPY --chown=977:977 --from=builder /usr/local/searxng/searx/ ./searx/
|
||||
COPY --chown=977:977 ./container/ ./
|
||||
#COPY --chown=977:977 ./searx/version_frozen.py ./searx/
|
||||
COPY --chown=977:977 ./searx/version_frozen.py ./searx/
|
||||
|
||||
ARG CREATED="0001-01-01T00:00:00Z"
|
||||
ARG VERSION="unknown"
|
||||
|
||||
Reference in New Issue
Block a user