Skip to content

Commit

Permalink
revert minsplitsize
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Jul 29, 2024
1 parent 45a3c2f commit 5357b53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testdata/docker/artifactory/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ ENV JFROG_HOME=/jfrog_home
WORKDIR /jfrog_home
EXPOSE 8082
EXPOSE 8081
CMD ["sh","-c","local-rt-setup; sleep infinity"]
# Temporarily use version 7.84.17 due to an issue with the automatic token generation mechanism in 7.90
CMD ["sh","-c","local-rt-setup --rt-version 7.84.17; sleep infinity"]

0 comments on commit 5357b53

Please sign in to comment.