Seem there are some wrong in infra ubuntu repo
Revert this after infra ubuntu repo is OK. Change-Id: I8bbf8257d5a932b7e9f2e9a64d62cd5892e3f1bb
This commit is contained in:
parent
a4e5190efd
commit
7b562990b5
@ -63,10 +63,11 @@ RUN sed -i -e "/^mirrorlist/d" \
|
||||
{% elif base_distro == "ubuntu" %}
|
||||
{% endraw %}
|
||||
|
||||
RUN sed -i -e "s|http://archive.ubuntu.com|http://{{ nodepool_mirror_host }}|" \
|
||||
-e "s|http://ubuntu-cloud.archive.canonical.com/ubuntu|http://{{ nodepool_mirror_host }}/ubuntu-cloud-archive|" \
|
||||
/etc/apt/sources.list \
|
||||
&& apt-get update
|
||||
# TODO(jeffrey4l): seem the current infra repo has some issue, revert this when it is OK.
|
||||
#RUN sed -i -e "s|http://archive.ubuntu.com|http://{{ nodepool_mirror_host }}|" \
|
||||
# -e "s|http://ubuntu-cloud.archive.canonical.com/ubuntu|http://{{ nodepool_mirror_host }}/ubuntu-cloud-archive|" \
|
||||
# /etc/apt/sources.list \
|
||||
# && apt-get update
|
||||
|
||||
{% raw %}
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user