docker-practice/actions-setup-docker

Please remove freemium dependencies

codefromthecrypt opened this issue · 2 comments

The way this works can result in build breaks due to payment required

add apt source
  /usr/bin/sudo add-apt-repository deb [arch=amd64,arm64] https://download.docker.com/linux/ubuntu bionic stable
  Hit:1 http://azure.archive.ubuntu.com/ubuntu bionic InRelease
  Get:2 http://azure.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
  Get:3 http://azure.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
  Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
  Get:5 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB]
  Get:6 http://dl.google.com/linux/chrome/deb stable InRelease [1811 B]
  Hit:7 https://storage.googleapis.com/bazel-apt stable InRelease
  Get:8 http://packages.cloud.google.com/apt cloud-sdk InRelease [6349 B]
  Hit:9 https://dl.yarnpkg.com/debian stable InRelease
  Hit:10 https://download.mono-project.com/repo/ubuntu stable-bionic InRelease
  Ign:12 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.4 InRelease
  Hit:13 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.4 Release
  Get:14 https://cli-assets.heroku.com/apt ./ InRelease [2879 B]
  Get:15 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic InRelease [15.9 kB]
  Get:16 http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04  InRelease [1613 B]
  Get:11 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [8993 B]
  Get:17 http://apt.postgresql.org/pub/repos/apt bionic-pgdg InRelease [103 kB]
  Err:18 https://packagecloud.io/github/git-lfs/ubuntu bionic InRelease
    402  Payment Required [IP: 54.183.38.243 443]
  Get:19 http://azure.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1727 kB]
  Hit:20 http://ppa.launchpad.net/apt-fast/stable/ubuntu bionic InRelease
  Ign:21 https://dl.bintray.com/sbt/debian  InRelease
  Get:22 http://azure.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [367 kB]
  Get:23 http://azure.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [184 kB]
  Get:24 http://azure.archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [24.6 kB]
  Get:25 http://azure.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1683 kB]
  Get:26 http://azure.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [354 kB]
  Get:27 https://dl.bintray.com/sbt/debian  Release [815 B]
  Get:28 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic InRelease [20.8 kB]
  Get:29 https://download.docker.com/linux/ubuntu bionic/stable arm64 Packages [12.9 kB]
  Get:30 https://download.docker.com/linux/ubuntu bionic/stable amd64 Packages [13.0 kB]
  Get:31 http://ppa.launchpad.net/hvr/ghc/ubuntu bionic InRelease [15.3 kB]
  Get:32 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1089 B]
  Get:33 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease [20.8 kB]
  Get:34 http://packages.cloud.google.com/apt cloud-sdk/main amd64 Packages [144 kB]
  Hit:35 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu bionic InRelease
  Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1400 kB]
  Get:37 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [277 kB]
  Get:38 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [166 kB]
  Get:39 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.1 kB]
  Get:40 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1079 kB]
  Get:41 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [241 kB]
  Get:43 https://cli-assets.heroku.com/apt ./ Packages [620 B]
  Get:44 http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04  Packages [6389 B]
  Get:45 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic/main amd64 Packages [820 B]
  Get:47 http://apt.postgresql.org/pub/repos/apt bionic-pgdg/main amd64 Packages [229 kB]
  Get:48 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic/main amd64 Packages [3048 B]
  Get:49 http://ppa.launchpad.net/hvr/ghc/ubuntu bionic/main amd64 Packages [11.6 kB]
  Get:50 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 Packages [80.3 kB]
  Reading package lists...
  E: Failed to fetch https://packagecloud.io/github/git-lfs/ubuntu/dists/bionic/InRelease  402  Payment Required [IP: 54.183.38.243 443]
  E: The repository 'https://packagecloud.io/github/git-lfs/ubuntu bionic InRelease' is no longer signed.
  Error: Error: The process '/usr/bin/sudo' failed with exit code 100

You can writing some word in a comment to trigger action:

  • /translate-title

fixed in master 1.0.3 v1