Skip to content

Commit a299476

Browse files
committed
use more recent qtp-job-folder / qiita sources
1 parent a4403f2 commit a299476

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Images/qiita/qiita.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# VERSION: 2025.09.09
1+
# VERSION: 2025.11.12
22

33
FROM ubuntu:24.04
44

@@ -54,7 +54,7 @@ RUN git clone -b auth_oidc https://github.com/jlab/qiita.git \
5454
&& git config pull.rebase false \
5555
&& git config --global user.email "[email protected]" \
5656
&& git config --global user.name "Stefan" && \
57-
git pull origin tornado_FetchFileFromCentralHandler
57+
git pull origin tornado_FetchFileFromCentralHandler
5858

5959
# should tests re-populate the DB, ensure private plugin, qtp-biom and qp-target-gene use the correct conda env
6060
RUN sed -i "s|'source /home/runner/.profile; conda activate qiita'|'source /opt/conda/etc/profile.d/conda.sh; conda activate /opt/conda/envs/qiita'|" /qiita/qiita_db/support_files/populate_test_db.sql

Images/qtp-job-output-folder/qtp-job-output-folder.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# VERSION: 2025.11.05
1+
# VERSION: 2025.11.12
22

33
# ==========================
44
# Stage 1: Build wheels
@@ -41,7 +41,7 @@ RUN pip install -U pip
4141

4242
#RUN pip install https://github.com/qiita-spots/qiita_client/archive/master.zip
4343
#RUN git clone -b master https://github.com/qiita-spots/qiita_client.git
44-
RUN git clone -b enable_pluginprotocol_change https://github.com/jlab/qiita_client.git
44+
RUN git clone -b enable_pluginprotocol_change https://github.com/jlab/qiita_client.git
4545
RUN cd qiita_client && pip install --no-cache-dir .
4646

4747
# RUN pip install https://github.com/qiita-spots/qiita-files/archive/master.zip

0 commit comments

Comments
 (0)