diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-10-12 16:30:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-12 16:30:57 +0200 |
| commit | 5492de15bb7ae3e10fb6ba9393702e9b0a05c615 (patch) | |
| tree | 3a113b25511d24e1e04bbe28a9065fdc51ff2ca1 /container/base-builder.yml | |
| parent | ced08e12aafc73a4e903e0cc0546729248b437b5 (diff) | |
[mod] container: move `base` to own repository (#5310)
The base images will be now built in
[another repository](https://github.com/searxng/base).
Diffstat (limited to 'container/base-builder.yml')
| -rw-r--r-- | container/base-builder.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/container/base-builder.yml b/container/base-builder.yml deleted file mode 100644 index 84f7e95aa..000000000 --- a/container/base-builder.yml +++ /dev/null @@ -1,26 +0,0 @@ -contents: - repositories: - - https://dl-cdn.alpinelinux.org/alpine/edge/main - - https://dl-cdn.alpinelinux.org/alpine/edge/community - packages: - - alpine-base - - build-base - - python3-dev - - uv - - brotli - -entrypoint: - command: /bin/sh -l - -work-dir: /usr/local/searxng/ - -environment: - PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin - SSL_CERT_DIR: /etc/ssl/certs - SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt - HISTFILE: /dev/null - -archs: - - x86_64 - - aarch64 - - armv7 |