Skip to content

infra: run local pkg caching server #439

Description

@skhal

Similar to local_unbound, we'd like to run a local caching PKG server. Jails should install software through this server to save traffic and speed up installations.

See poudriere server configuration:

server {
listen 10.0.0.6:80;
server_name localhost;
#access_log logs/host.access.log main;
location ~ ^/FreeBSD:([[:digit:]]+):amd64/latest/(.+)$ {
allow 10.0.0.0/24;
deny all;
autoindex on;
alias /usr/local/poudriere/data/packages/$1amd64-default/$2;
}

Ref: https://forums.freebsd.org/threads/local-cache-for-pkgs.60859/post-365296

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions