Skip to content

Commit

Permalink
coreos-base/update_engine: Forward proxy env for postinstall script
Browse files Browse the repository at this point in the history
This pulls in flatcar/update_engine#37
to forward the proxy env vars for curl and ue-rs download_sysext
(Flatcar Stable currently uses curl, Alpha uses ue-rs).
  • Loading branch information
pothos committed Jan 24, 2024
1 parent 6b17966 commit 0ce06ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/bugfixes/2024-01-24-update-proxy-setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Forwarded the proxy environment variables of `update-engine.service` to the postinstall script to support fetching OEM systemd-sysext payloads through a proxy ([Flatcar#1326](https://github.com/flatcar/Flatcar/issues/1326))
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="b86891bc510d139c102c6735e2c60c434c92dacd" # flatcar-3760-backport
CROS_WORKON_COMMIT="4638e1d302c938ff7fcd2b22bc4766f677018374" # flatcar-3760-backport
KEYWORDS="amd64 arm64"
fi

Expand Down

0 comments on commit 0ce06ba

Please sign in to comment.