Skip to content

Commit

Permalink
Upgrade irodsfs and irodsfs-pool
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Dec 1, 2021
1 parent 4eb6282 commit 8b74fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/image/irods_csi_driver_pool_build.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LABEL description="iRODS FUSE Lite Pool Server Build Image"
WORKDIR /opt/
RUN git clone https://github.com/cyverse/irodsfs-pool.git
WORKDIR /opt/irodsfs-pool
RUN git checkout tags/v0.1.9
RUN git checkout tags/v0.1.11

# Build
RUN make build
2 changes: 1 addition & 1 deletion deploy/image/irods_fuse_build.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LABEL description="iRODS FUSE Lite Build Image"
WORKDIR /opt/
RUN git clone https://github.com/cyverse/irodsfs.git
WORKDIR /opt/irodsfs
RUN git checkout tags/v0.3.18
RUN git checkout tags/v0.3.19

# Build
RUN make build

0 comments on commit 8b74fce

Please sign in to comment.