Code Monkey home page Code Monkey logo

Comments (10)

nickjj avatar nickjj commented on June 12, 2024

Hi,

Have you ran an apt update on your host yet?

from ansible-docker.

IoTPlay avatar IoTPlay commented on June 12, 2024

Yes, did it now again, then ran your playbook, same, where do I look?

PLAY [Docker to Host] **********************************************************************************************************************************************************************************

TASK [Gathering Facts] *********************************************************************************************************************************************************************************
ok: [rh02test]

TASK [nickjj.docker : Disable pinned Docker version] ***************************************************************************************************************************************************
ok: [rh02test]

TASK [nickjj.docker : Enable pinned Docker version] ****************************************************************************************************************************************************
skipping: [rh02test]

TASK [nickjj.docker : Install Docker's dependencies] ***************************************************************************************************************************************************
 [WARNING]: Could not find aptitude. Using apt-get instead

ok: [rh02test]

TASK [nickjj.docker : Add Docker's public GPG key to the APT keyring] **********************************************************************************************************************************
ok: [rh02test]

TASK [nickjj.docker : Configure Docker's upstream APT repository] **************************************************************************************************************************************
ok: [rh02test]

TASK [nickjj.docker : Install Docker] ******************************************************************************************************************************************************************
fatal: [rh02test]: FAILED! => {"changed": false, "msg": "No package matching 'docker-ce' is available"}

PLAY RECAP *********************************************************************************************************************************************************************************************
rh02test                   : ok=5    changed=0    unreachable=0    failed=1    skipped=1    rescued=0    ignored=0   


from ansible-docker.

nickjj avatar nickjj commented on June 12, 2024

I never used RPi3B or Buster lite. Is it possible to run the regular version of Buster?

There's a lot of details about Docker's lack of support for Raspbian Buster here: docker/for-linux#709

from ansible-docker.

IoTPlay avatar IoTPlay commented on June 12, 2024

Nope, same problem, after installing Stretch.... Must be something else then, where do I start looking? Even after running sudo apt-get update / sudo apt-get upgrade from command line again?

from ansible-docker.

nickjj avatar nickjj commented on June 12, 2024

Can you take a look at this issue and see if one of the proposed fixes gets it working for you?

#65

from ansible-docker.

IoTPlay avatar IoTPlay commented on June 12, 2024

Per #65, I added to my inventory/host_vars/all/all.yml :

docker__package_dependencies:
  - "apt-transport-https"
  - "ca-certificates"
  - "cron"
  - "gnupg2"
  - "software-properties-common"
  - "libssl-dev"
  - "libffi-dev"

Furthermore, in~\.ansible\roles\nickjj.docker\defaults\main.yml I changed to the entries of docker__package_dependencies and docker__apt_repository:

docker__package_dependencies: >
  [
  {% if ansible_architecture == "aarch64" %}
  "libffi-dev",
  "libssl-dev",
  {% endif %}
  "apt-transport-https",
  "ca-certificates",
  "cron",
  "gnupg2",
  "software-properties-common"
  ]

docker__apt_repository: >
  {% if ansible_architecture == "aarch64" %}
  deb [arch=arm64]
  {% else %}
  deb [arch=amd64]
  {% endif %}
  https://download.docker.com/linux/{{ ansible_distribution | lower }}
  {{ ansible_distribution_release }} {{ docker__channel | join (' ') }}

It is not working, is this what you meant?

from ansible-docker.

nickjj avatar nickjj commented on June 12, 2024

Yes, although technically you wouldn't have had to edit the role directly.

When you ran an apt-get update the first time, did it look like it added a bunch of new things?

from ansible-docker.

IoTPlay avatar IoTPlay commented on June 12, 2024

yes

from ansible-docker.

nickjj avatar nickjj commented on June 12, 2024

Hard to say. On one hand it works on Debian Buster here and on the CI server, and others are able to get it up and running on Raspian and general arm64 / aarch64 architectures.

Can you try installing another external package besides docker-ce and see if that works?

from ansible-docker.

nickjj avatar nickjj commented on June 12, 2024

Since it's been a few months and these are technically unsupported platforms I'm going to close this. On the bright side, it does look like it does work based on a few comments listed here.

from ansible-docker.

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.