Skip to content

Commit

Permalink
Merge pull request #433 from thaJeztah/rootless_unify
Browse files Browse the repository at this point in the history
rootless: move versions together
  • Loading branch information
thaJeztah authored Jul 22, 2024
2 parents a6952b8 + e1f4f61 commit 475fb60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rootless-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ 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.
# latest version available in the stable channel.
STABLE_LATEST="27.0.3"

# latest version available in the test channel.
TEST_LATEST="27.0.3"

# The channel to install from:
# * test
# * stable
Expand All @@ -31,9 +34,6 @@ if [ -z "$CHANNEL" ]; then
CHANNEL=$DEFAULT_CHANNEL_VALUE
fi

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

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

0 comments on commit 475fb60

Please sign in to comment.