Skip to content

Commit

Permalink
Fix branch in images.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Dec 23, 2024
1 parent 791100f commit cc1c252
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile_alma9_py310
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ WORKDIR /root
RUN rm -rf /root/install

# install law master
RUN git clone --recursive https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
RUN git clone --recursive --single-branch --branch release_prep https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
cd "${LAW_IMAGE_ROOT}" && \
pip install --no-cache-dir .[dev]
WORKDIR ${LAW_IMAGE_ROOT}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_alma9_py311
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ WORKDIR /root
RUN rm -rf /root/install

# install law master
RUN git clone --recursive https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
RUN git clone --recursive --single-branch --branch release_prep https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
cd "${LAW_IMAGE_ROOT}" && \
pip install --no-cache-dir .[dev]
WORKDIR ${LAW_IMAGE_ROOT}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_alma9_py312
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ WORKDIR /root
RUN rm -rf /root/install

# install law master
RUN git clone --recursive https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
RUN git clone --recursive --single-branch --branch release_prep https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
cd "${LAW_IMAGE_ROOT}" && \
pip install --no-cache-dir .[dev]
WORKDIR ${LAW_IMAGE_ROOT}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_alma9_py313
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ WORKDIR /root
RUN rm -rf /root/install

# install law master
RUN git clone --recursive https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
RUN git clone --recursive --single-branch --branch release_prep https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
cd "${LAW_IMAGE_ROOT}" && \
pip install --no-cache-dir .[dev]
WORKDIR ${LAW_IMAGE_ROOT}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_alma9_py38
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ WORKDIR /root
RUN rm -rf /root/install

# install law master
RUN git clone --recursive https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
RUN git clone --recursive --single-branch --branch release_prep https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
cd "${LAW_IMAGE_ROOT}" && \
pip install --no-cache-dir .[dev]
WORKDIR ${LAW_IMAGE_ROOT}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_alma9_py39
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ WORKDIR /root
RUN rm -rf /root/install

# install law master
RUN git clone --recursive https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
RUN git clone --recursive --single-branch --branch release_prep https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
cd "${LAW_IMAGE_ROOT}" && \
pip install --no-cache-dir .[dev]
WORKDIR ${LAW_IMAGE_ROOT}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_centos8_py310
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ WORKDIR /root
RUN rm -rf /root/install

# install law master
RUN git clone --recursive https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
RUN git clone --recursive --single-branch --branch release_prep https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
cd "${LAW_IMAGE_ROOT}" && \
pip install --no-cache-dir .[dev]
WORKDIR ${LAW_IMAGE_ROOT}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_centos8_py311
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ WORKDIR /root
RUN rm -rf /root/install

# install law master
RUN git clone --recursive https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
RUN git clone --recursive --single-branch --branch release_prep https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
cd "${LAW_IMAGE_ROOT}" && \
pip install --no-cache-dir .[dev]
WORKDIR ${LAW_IMAGE_ROOT}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_centos8_py312
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ WORKDIR /root
RUN rm -rf /root/install

# install law master
RUN git clone --recursive https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
RUN git clone --recursive --single-branch --branch release_prep https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
cd "${LAW_IMAGE_ROOT}" && \
pip install --no-cache-dir .[dev]
WORKDIR ${LAW_IMAGE_ROOT}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_centos8_py38
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ WORKDIR /root
RUN rm -rf /root/install

# install law master
RUN git clone --recursive https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
RUN git clone --recursive --single-branch --branch release_prep https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
cd "${LAW_IMAGE_ROOT}" && \
pip install --no-cache-dir .[dev]
WORKDIR ${LAW_IMAGE_ROOT}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_centos8_py39
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ WORKDIR /root
RUN rm -rf /root/install

# install law master
RUN git clone --recursive https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
RUN git clone --recursive --single-branch --branch release_prep https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
cd "${LAW_IMAGE_ROOT}" && \
pip install --no-cache-dir .[dev]
WORKDIR ${LAW_IMAGE_ROOT}
Expand Down

0 comments on commit cc1c252

Please sign in to comment.