|
|
|
@ -13,8 +13,8 @@
|
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
|
|
# upload trigger - Wed 30 June 2021 04:38 PM UTC
|
|
|
|
|
# refstack commit - 5790634ff48dd00444c051e20b7fe24cc82fb350
|
|
|
|
|
# upload trigger - Mon 26 Oct 2021 06:00 PM UTC
|
|
|
|
|
# refstack commit - bb0e985734690394e227d16af893b8e4ac8d3724
|
|
|
|
|
|
|
|
|
|
FROM opendevorg/python-builder as builder
|
|
|
|
|
|
|
|
|
@ -31,7 +31,7 @@ RUN apt-get update \
|
|
|
|
|
&& apt-get clean \
|
|
|
|
|
&& 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
|
|
|
|
|
|
|
|
|
|