Skip to content

Commit

Permalink
fix(osmap): use CentOS settings as basis for Oracle & Amazon Linux
Browse files Browse the repository at this point in the history
Both only failing due to dependency issues during installation, which is
closer than previously.
  • Loading branch information
myii committed Mar 7, 2021
1 parent 2dd2f19 commit 28d40b3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docker/osmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,21 @@ Centos:
- procps
- yum-utils

OEL:
pkg:
docker:
repo:
baseurl: 'https://download.docker.com/linux/centos/{{ grains.get('osmajorrelease', '') }}/$basearch/stable'
file: '/etc/yum.repos.d/docker-ce.repo'
gpgkey: 'https://download.docker.com/linux/centos/gpg'

Amazon:
pkg:
docker:
name: docker
repo: null
repo:
baseurl: 'https://download.docker.com/linux/centos/7/$basearch/stable'
file: '/etc/yum.repos.d/docker-ce.repo'
gpgkey: 'https://download.docker.com/linux/centos/gpg'

Fedora:
pkg:
Expand Down

0 comments on commit 28d40b3

Please sign in to comment.