Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing APT repo #150

Closed
syphernl opened this issue Jun 23, 2018 · 2 comments
Closed

Replacing APT repo #150

syphernl opened this issue Jun 23, 2018 · 2 comments

Comments

@syphernl
Copy link
Member

syphernl commented Jun 23, 2018

The currently used apt repository (apt.dockerproject.org) seems to have old packages dating back from the 2017. As a result, support for Ubuntu 18.04 (Bionic) is missing.

According to the official docs, there is a different repository. It's probably a good idea to switch to this one instead.

For now I've been able to make it work with this:

extend:
  docker package repository:
    pkgrepo.managed:
      - name: deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ salt['grains.get']('oscodename') }} stable
      - key_url: https://download.docker.com/linux/ubuntu/gpg
      - keyid: 0EBFCD88
  docker package:
    pkg.installed:
      - name: docker-ce
@aboe76
Copy link
Member

aboe76 commented Jun 23, 2018

@syphernl can you make a PR?

@javierbertoli
Copy link
Member

Fixed on #151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants