Skip to content

Add https proxy helpers for builds#142

Open
hh wants to merge 1 commit into
ublue-os:mainfrom
iilabs:feature-proxy-ca-helper
Open

Add https proxy helpers for builds#142
hh wants to merge 1 commit into
ublue-os:mainfrom
iilabs:feature-proxy-ca-helper

Conversation

@hh
Copy link
Copy Markdown

@hh hh commented Oct 14, 2025

If you have a local https / squid proxy, you can speed up your local ublue image builds by orders of magnitude by simply setting some variables and mounting the correct files. This can be a bit confusing and complex for new users.

This PR introduce a proxy-cert helper to capture proxy CA and a shared podman-proxy-flags.sh script so every podman build/run inherits proxy settings and mounts the captured certificate.

Note, this only happens if you have set https_proxy variable set. There is a message to suggest you run just proxy-cert or manually copy in cache/https-proxy-ca.pem if it doesn't already exist.

Introduce a proxy-cert helper to capture the proxy CA and a shared podman-proxy-flags.sh script so every podman build/run inherits proxy settings and mounts the captured certificate.
@hh hh mentioned this pull request Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant