Git Product home page Git Product logo

Comments (5)

geerlingguy avatar geerlingguy commented on May 28, 2024

Role is now broken due to nightlies being released and script not needing the hack: https://travis-ci.com/geerlingguy/ansible-role-docker_arm/jobs/216728282

from ansible-role-docker_arm.

geerlingguy avatar geerlingguy commented on May 28, 2024

Well... before I completely remove the hack, I noticed that the main thing is that buster now has debian-buster packages available via Apt (instead of debian-stretch). What I don't know is if the Docker repo also has raspbian-buster available.

If it only has stretch... this could be slightly annoying to get working correctly.

from ansible-role-docker_arm.

geerlingguy avatar geerlingguy commented on May 28, 2024

I'm going to rebuild a Pi 4 and see what happens...

from ansible-role-docker_arm.

geerlingguy avatar geerlingguy commented on May 28, 2024

As suspected... when run on the Pi without the hack:

TASK [geerlingguy.docker_arm : Run Docker install convenience script.] *************************************************
fatal: [10.0.100.136]: FAILED! => changed=true 
  cmd:
  - /tmp/get-docker.sh
  delta: '0:00:16.205114'
  end: '2019-07-18 22:56:11.300843'
  msg: non-zero return code
  rc: 100
  start: '2019-07-18 22:55:55.095729'
  stderr: |-
    + sh -c apt-get update -qq >/dev/null
    + sh -c apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
    debconf: unable to initialize frontend: Dialog
    debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
    debconf: falling back to frontend: Readline
    debconf: unable to initialize frontend: Readline
    debconf: (This frontend requires a controlling tty.)
    debconf: falling back to frontend: Teletype
    dpkg-preconfigure: unable to re-open stdin:
    + sh -c curl -fsSL "https://download.docker.com/linux/raspbian/gpg" | apt-key add -qq - >/dev/null
    Warning: apt-key output should not be parsed (stdout is not a terminal)
    + sh -c echo "deb [arch=armhf] https://download.docker.com/linux/raspbian buster stable" > /etc/apt/sources.list.d/docker.list
    + sh -c apt-get update -qq >/dev/null
    + [ -n  ]
    + sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null
    E: Package 'docker-ce' has no installation candidate
  stderr_lines: <omitted>
  stdout: '# Executing docker install script, commit: 6bf300318ebaab958c4adc341a8c7bb9f3a54a1a'
  stdout_lines: <omitted>

So there's still no buster repo containing ARM binaries :(

from ansible-role-docker_arm.

geerlingguy avatar geerlingguy commented on May 28, 2024

Docker has a package available for Buster now, 5:19.03.1~3-0~raspbian-buster. Going to remove the hack.

from ansible-role-docker_arm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.