Skip to content

Commit

Permalink
Upgrade irodsfs, irodsfs-pool
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Jan 25, 2022
1 parent aa55d3c commit a9a9c5d
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.2.2
RUN git checkout tags/v0.2.3

# 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.4.2
RUN git checkout tags/v0.4.3

# Build
RUN make build

0 comments on commit a9a9c5d

Please sign in to comment.