Skip to content

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

@3alpha3alpha commented Oct 29, 2022

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
3alphaforce-pushed the 3alpha/move-docker-to-repo-install branch from 740daf8 to 4241adcCompareOctober 29, 2022 12:16
@3alpha
3alphaforce-pushed the 3alpha/move-docker-to-repo-install branch from d40b05a to cecea41CompareOctober 29, 2022 12:30
@3alpha

Copy link
Copy Markdown
MemberAuthor
  • 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.

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
MemberAuthor

Choose a reason for hiding this comment

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

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

@dsimog01

Copy link
Copy Markdown
Contributor

I have tested the branch and it worked fine for me

@3alpha
3alpha merged commit 3e37742 into masterNov 9, 2022
@3alpha
3alpha deleted the 3alpha/move-docker-to-repo-install branch November 9, 2022 16:46
Sign up for freeto 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

@3alpha@dsimog01@pablomendezroyo