Skip to content

Commit

Permalink
Merge pull request #86 from kjsanger/feature/irods-nightly-4.3.1-tag
Browse files Browse the repository at this point in the history
Update nightly package names for 4.3.1 tag
  • Loading branch information
kjsanger authored Oct 27, 2023
2 parents b3c08c0 + 81d2b15 commit a87f2a7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions docker/irods/ubuntu/22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ RUN curl -sSL https://packages.irods.org/irods-signing-key.asc | apt-key add - &
ENV NIGHTLY_URL_BASE=https://github.com/wtsi-npg/irods_development_environment/releases/download/nightly/

RUN curl -sSL \
-O ${NIGHTLY_URL_BASE}irods-database-plugin-postgres_4.3.0-1.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-dev_4.3.0-1.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-runtime_4.3.0-1.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-server_4.3.0-1.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-icommands_4.3.0-1.jammy_amd64.deb
-O ${NIGHTLY_URL_BASE}irods-database-plugin-postgres_4.3.1-0.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-dev_4.3.1-0.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-runtime_4.3.1-0.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-server_4.3.1-0.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-icommands_4.3.1-0.jammy_amd64.deb

RUN ls -l && apt-get install -y ./*.deb

Expand Down
10 changes: 5 additions & 5 deletions docker/irods_clients/ubuntu/22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ RUN curl -sSL https://packages.irods.org/irods-signing-key.asc | apt-key add - &
ENV NIGHTLY_URL_BASE=https://github.com/wtsi-npg/irods_development_environment/releases/download/nightly/

RUN curl -sSL \
-O ${NIGHTLY_URL_BASE}irods-dev_4.3.0-1.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-runtime_4.3.0-1.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-icommands_4.3.0-1.jammy_amd64.deb
-O ${NIGHTLY_URL_BASE}irods-dev_4.3.1-0.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-runtime_4.3.1-0.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-icommands_4.3.1-0.jammy_amd64.deb

RUN ls -l && apt-get install -y ./*.deb

Expand Down Expand Up @@ -130,8 +130,8 @@ RUN curl -sSL https://packages.irods.org/irods-signing-key.asc | apt-key add - &
ENV NIGHTLY_URL_BASE=https://github.com/wtsi-npg/irods_development_environment/releases/download/nightly/

RUN curl -sSL \
-O ${NIGHTLY_URL_BASE}irods-runtime_4.3.0-1.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-icommands_4.3.0-1.jammy_amd64.deb
-O ${NIGHTLY_URL_BASE}irods-runtime_4.3.1-0.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-icommands_4.3.1-0.jammy_amd64.deb

RUN ls -l && apt-get install -y ./*.deb

Expand Down
8 changes: 4 additions & 4 deletions docker/irods_clients_dev/ubuntu/22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ RUN curl -sSL https://packages.irods.org/irods-signing-key.asc | apt-key add - &
ENV NIGHTLY_URL_BASE=https://github.com/wtsi-npg/irods_development_environment/releases/download/nightly/

RUN curl -sSL \
-O ${NIGHTLY_URL_BASE}irods-dev_4.3.0-1.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-runtime_4.3.0-1.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-icommands_4.3.0-1.jammy_amd64.deb
-O ${NIGHTLY_URL_BASE}irods-dev_4.3.1-0.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-runtime_4.3.1-0.jammy_amd64.deb \
-O ${NIGHTLY_URL_BASE}irods-icommands_4.3.1-0.jammy_amd64.deb

RUN ls -l && apt-get install -y ./*.deb
RUN ls -l && apt-get update && apt-get install -y ./*.deb

RUN apt-get update && \
apt-get install -q -y --no-install-recommends \
Expand Down

0 comments on commit a87f2a7

Please sign in to comment.