FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Move Docker install to Docker repo by 3alpha · Pull Request #507 · dappnode/DAppNode · GitHub

Move Docker install to Docker repo - #507

Merged
3alpha merged 7 commits into
masterfrom
3alpha/move-docker-to-repo-install
Nov 9, 2022
Merged

Move Docker install to Docker repo#507
3alpha merged 7 commits into
masterfrom
3alpha/move-docker-to-repo-install

Conversation

3alpha commented Oct 29, 2022
edited
Loading

Copy link
Copy Markdown
Member
  • Deleting old way of installing docker and adding docker repo to the install
  • Dropping support for old Debian versions

3alpha force-pushed the 3alpha/move-docker-to-repo-install branch from 740daf8 to 4241adc Compare October 29, 2022 12:16
3alpha force-pushed the 3alpha/move-docker-to-repo-install branch from d40b05a to cecea41 Compare October 29, 2022 12:30
3alpha requested a review from Pol-Lanski as a code owner October 29, 2022 12:53

3alpha commented Oct 29, 2022

Copy link
Copy Markdown
Member Author
  • Tested on clean install of Raspberry PI OS ✅

CONTAINERD_URL="${DOCKER_REPO}/${CONTAINERD_PKG}"
DCMP_URL="https://github.com/docker/compose/releases/download/v2.5.0/docker-compose-linux-x86_64"
WGET="wget -q --show-progress --progress=bar:force"
lsb_dist="$(. /etc/os-release && echo "$ID")"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

What if this commands returns a non-expected value, like someone is trying to install dappnode on a non-debian based machine. There should be kind of a check for the value output. But maybe its for a different issue

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

You're right, we should definitely check for that somewhere! Probably right place for that is at the very beginning.

dsimog01 commented Nov 9, 2022

Copy link
Copy Markdown
Contributor

I have tested the branch and it worked fine for me

3alpha merged commit 3e37742 into master Nov 9, 2022
3alpha deleted the 3alpha/move-docker-to-repo-install branch November 9, 2022 16:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL