Skip to content

Commit

Permalink
Docker setup: clean up old iRODS 4.2.11 config
Browse files Browse the repository at this point in the history
The DavRODS image and the version file of the provider container still
referred to iRODS 4.2.11.
  • Loading branch information
stsnel committed Mar 6, 2024
1 parent c9f4e53 commit e0acfa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker/images/davrods/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ EXPOSE 443

# Application settings
ARG TAG=development
ENV IRODS_VERSION="4.2.11"
ENV IRODS_VERSION="4.2.12"
ENV YUM_REPO_FILE_LOC "https://packages.irods.org/renci-irods.yum.repo"
ENV YUM_IRODS_REPO_SIGNING_KEY_LOC="https://packages.irods.org/irods-signing-key.asc"
ENV DAVRODS_RPM_URL="https://github.com/UtrechtUniversity/davrods/releases/download/4.2.11_1.5.0/"
ENV DAVRODS_RPM_PACKAGE="davrods-4.2.11_1.5.0-1.rpm"
ENV DAVRODS_RPM_URL="https://github.com/UtrechtUniversity/davrods/releases/download/4.2.12_1.5.1/"
ENV DAVRODS_RPM_PACKAGE="davrods-4.2.12_1.5.1-1.rpm"

# Install common tools
# hadolint ignore=DL3033
Expand Down
4 changes: 2 additions & 2 deletions docker/images/yoda_irods_icat/irods-icat-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ INSTALL_TIMESTAMP=$(date +'%Y-%m-%dT%H:%M:%S.000000')
cat > /var/lib/irods/VERSION.json << VERSION
{
"catalog_schema_version": 8,
"commit_id": "bc6f9f1cdef6c4ec01ea14402428988892615321",
"commit_id": "2ed549ca7fe455aaa7755becc6c14b233dcbc0b4",
"configuration_schema_version": 3,
"installation_time": "$INSTALL_TIMESTAMP",
"irods_version": "4.2.11"
"irods_version": "4.2.12"
}
VERSION
chown irods:irods /var/lib/irods/VERSION.json
Expand Down

0 comments on commit e0acfa8

Please sign in to comment.