Skip to content

Commit

Permalink
Merge pull request #404 from vvoland/rootless-version-spacing
Browse files Browse the repository at this point in the history
rootless-install: Add spacing to limit merge conflicts
  • Loading branch information
thaJeztah authored Mar 20, 2024
2 parents c938c5c + 185f49d commit bc797cc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions rootless-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ SCRIPT_COMMIT_SHA=UNKNOWN

# This script should be run with an unprivileged user and install/setup Docker under $HOME/bin/.

# The latest release is currently hard-coded.
STABLE_LATEST="25.0.5"

# The channel to install from:
# * test
# * stable
Expand All @@ -28,9 +31,10 @@ DEFAULT_CHANNEL_VALUE="stable"
if [ -z "$CHANNEL" ]; then
CHANNEL=$DEFAULT_CHANNEL_VALUE
fi
# The latest release is currently hard-coded.
STABLE_LATEST="25.0.5"

# The test release is currently hard-coded.
TEST_LATEST="26.0.0-rc3"

STATIC_RELEASE_URL=
STATIC_RELEASE_ROOTLESS_URL=
case "$CHANNEL" in
Expand Down

0 comments on commit bc797cc

Please sign in to comment.