sous-chefs / docker-engine

Development repository for the docker-engine cookbook
https://supermarket.chef.io/cookbooks/docker-engine
3 stars 8 forks source link

Potenially wrong apt repository? #15

Open EugenMayer opened 3 years ago

EugenMayer commented 3 years ago

looking at https://github.com/sous-chefs/docker-engine/blob/main/recipes/install_repo.rb#L12 it seems to be different to https://docs.docker.com/engine/install/debian/#install-using-the-repository and also fails for us with

Err:2 https://apt.dockerproject.org/repo debian-bullseye InRelease                            
  Something wicked happened resolving 'apt.dockerproject.org:https' (-5 - No address associated with hostname)

Is that a debian bullseye issue (the domain / webservices seems to be down anyway - discontinued?)

damacus commented 2 years ago

@EugenMayer I think what you're saying here makes sense. It hasn't been updated in ages. Do you want to give a PR on this a go?

EugenMayer commented 2 years ago

Sure, ceated a PR. Not sure about the key yet, let's see what the tests tell us, see #16