mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
fix(build_library): use https://public.update.core-os.net now
We added a new https certificate on the new update service and changed the hostname to be consistent with all of the other endpoints. Update the new images to use this. The old URL http://public.roller.core-os.net will remain working until all of the old client have been updated.
This commit is contained in:
parent
dd8e7c8be4
commit
bd7d4f4aaa
@ -34,7 +34,7 @@ COREOS_VERSION_NAME="CoreOS"
|
||||
COREOS_VERSION_AUSERVER=""
|
||||
if [[ -n "${FLAGS_group}" ]]; then
|
||||
if [[ "${FLAGS_board}" == "amd64-usr" ]]; then
|
||||
COREOS_VERSION_AUSERVER="http://public.roller.core-os.net/v1/update/"
|
||||
COREOS_VERSION_AUSERVER="https://public.update.core-os.net/v1/update/"
|
||||
elif [[ "${FLAGS_board}" == "amd64-generic" ]]; then
|
||||
COREOS_VERSION_AUSERVER="https://api.core-os.net/v1/update/"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user