Adjust RefStack build for osf->openinfra rename
All the osf/ namespace Git repositories have moved into a new and more appropriate openinfra/ namespace, so make the necessary adjustments to RefStack's image build and operations document. Change-Id: I01c8d153321a617fbc78c2d3c99102185b03243d Depends-On: https://review.opendev.org/808479
This commit is contained in:
parent
4db138edfd
commit
e9f281d3b8
@ -19,9 +19,9 @@ At a Glance
|
|||||||
* :git_file:`playbooks/service-refstack.yaml`
|
* :git_file:`playbooks/service-refstack.yaml`
|
||||||
* :git_file:`docker/refstack/Dockerfile`
|
* :git_file:`docker/refstack/Dockerfile`
|
||||||
:Projects:
|
:Projects:
|
||||||
* https://opendev.org/osf/refstack/
|
* https://opendev.org/openinfra/refstack/
|
||||||
:Bugs:
|
:Bugs:
|
||||||
* https://storyboard.openstack.org/#!/project/osf/refstack
|
* https://storyboard.openstack.org/#!/project/openinfra/refstack
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
========
|
========
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# upload trigger - Wed 30 June 2021 04:38 PM UTC
|
# upload trigger - Mon 26 Oct 2021 06:00 PM UTC
|
||||||
# refstack commit - 5790634ff48dd00444c051e20b7fe24cc82fb350
|
# refstack commit - bb0e985734690394e227d16af893b8e4ac8d3724
|
||||||
|
|
||||||
FROM opendevorg/python-builder as builder
|
FROM opendevorg/python-builder as builder
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ RUN apt-get update \
|
|||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN git clone https://opendev.org/osf/refstack /tmp/src
|
RUN git clone https://opendev.org/openinfra/refstack /tmp/src
|
||||||
|
|
||||||
RUN assemble
|
RUN assemble
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user