Skip to content

Commit 24e51fd

Browse files
authored
Merge pull request #1 from saltstack-formulas/master
Using releases from github instead of bintray
2 parents f261bb9 + 049a740 commit 24e51fd

21 files changed

Lines changed: 349 additions & 149 deletions

.github/workflows/kitchen.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ jobs:
8787
# - package-oraclelinux-7-master-py3
8888
# - clean-oraclelinux-7-master-py3
8989
# - oraclelinux-7-master-py3
90+
# - archive-arch-base-latest-master-py3
91+
# - package-arch-base-latest-master-py3
92+
# - clean-arch-base-latest-master-py3
93+
- arch-base-latest-master-py3
9094
# - archive-gentoo-stage3-latest-master-py3
9195
# - package-gentoo-stage3-latest-master-py3
9296
# - clean-gentoo-stage3-latest-master-py3
@@ -108,9 +112,6 @@ jobs:
108112
# - archive-oraclelinux-8-3003-0-py3
109113
# - archive-oraclelinux-7-3003-0-py3
110114
# - archive-arch-base-latest-3003-0-py3
111-
# - package-arch-base-latest-3003-0-py3
112-
# - clean-arch-base-latest-3003-0-py3
113-
- arch-base-latest-3003-0-py3
114115
# - archive-gentoo-stage3-latest-3003-0-py3
115116
# - archive-gentoo-stage3-systemd-3003-0-py3
116117
# - archive-debian-10-3002-6-py3

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ repos:
5252
- id: rstcheck
5353
name: Check reST files using rstcheck
5454
exclude: 'docs/CHANGELOG.rst'
55-
args: [--report=warning]

.rstcheck.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[rstcheck]
2-
report=error
2+
report=info
33
ignore_language=rst
4+
ignore_messages=(Duplicate (ex|im)plicit target.*|Hyperlink target ".*" is not referenced\.$)

AUTHORS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|115
8-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|67
7+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|117
8+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|74
99
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1121702?v=4' width='36' height='36' alt='@cdarwin'>|[@cdarwin](https://github.com/cdarwin)|25
1010
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|22
1111
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|21
1212
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|18
1313
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>|[@puneetk](https://github.com/puneetk)|15
1414
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/175579?v=4' width='36' height='36' alt='@vladvasiliu'>|[@vladvasiliu](https://github.com/vladvasiliu)|12
15+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10724315?v=4' width='36' height='36' alt='@danny-smit'>|[@danny-smit](https://github.com/danny-smit)|9
1516
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|9
1617
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1174343?v=4' width='36' height='36' alt='@ticosax'>|[@ticosax](https://github.com/ticosax)|7
1718
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/252961?v=4' width='36' height='36' alt='@alexproca'>|[@alexproca](https://github.com/alexproca)|6
@@ -61,4 +62,4 @@ Avatar|Contributor|Contributions
6162

6263
---
6364

64-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-23.
65+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-02.

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# Changelog
22

3+
## [2.0.7](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.6...v2.0.7) (2021-06-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **clean:** fix syntax error in networks.clean ([89cd4fc](https://github.com/saltstack-formulas/docker-formula/commit/89cd4fccf0109fb37a33a4de762b6a2c5c02bbc2))
9+
10+
## [2.0.6](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.5...v2.0.6) (2021-05-21)
11+
12+
13+
### Bug Fixes
14+
15+
* **service:** reload the docker service when daemon.json has changed ([b34f434](https://github.com/saltstack-formulas/docker-formula/commit/b34f434a5ae35ee1fb54b7c542a59d5ba4ab32da))
16+
17+
## [2.0.5](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.4...v2.0.5) (2021-05-20)
18+
19+
20+
### Bug Fixes
21+
22+
* **clean:** fix clean of repo for the RedHat family ([4730a72](https://github.com/saltstack-formulas/docker-formula/commit/4730a725c773430674199be99fb8fffe65febfdf))
23+
* **clean:** fix syntax error in networks.clean state file ([53db7ad](https://github.com/saltstack-formulas/docker-formula/commit/53db7ad8ef775f725b5c339402473d15075174bc))
24+
* **clean:** fix syntax error with use_upstream repo ([428dccd](https://github.com/saltstack-formulas/docker-formula/commit/428dccdf15c119c32847db0374ff71152157c8a9))
25+
* **clean:** make repo install and clean states consistent ([af16bb7](https://github.com/saltstack-formulas/docker-formula/commit/af16bb7781da5653c50375c8e197591a2b7d7c09))
26+
* **clean:** remove invalid 'onlyif' statement from repo.clean ([b3c56cb](https://github.com/saltstack-formulas/docker-formula/commit/b3c56cb9e1784d217eb4cba71caf2a75b0c3a0d4))
27+
* **clean:** update condition that enables the repo ([1f5190b](https://github.com/saltstack-formulas/docker-formula/commit/1f5190b20c77cfc5be0e9150cce09b46917f7fdd))
28+
* **clean:** update enable_repo condition to be more robust ([a7f382f](https://github.com/saltstack-formulas/docker-formula/commit/a7f382f3f511b7006f0980efae3db7164ae2a95d))
29+
* **test:** add missing tests to verify installation from repo ([5a62de9](https://github.com/saltstack-formulas/docker-formula/commit/5a62de91f8afeed3656d939951739c6da3907b9d))
30+
31+
32+
### Continuous Integration
33+
34+
* **kitchen:** use `master` as default instance for Arch Linux [skip ci] ([161d8cc](https://github.com/saltstack-formulas/docker-formula/commit/161d8cc691eb3dd389cdbce4f3cd54013c3093ed))
35+
36+
## [2.0.4](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.3...v2.0.4) (2021-05-19)
37+
38+
39+
### Bug Fixes
40+
41+
* **config:** replace URLs to bintray.com by github.com ([2f60c21](https://github.com/saltstack-formulas/docker-formula/commit/2f60c21fc26dd790c4cb032671a59b477d0197e1))
42+
* **config:** use 'latest' docker-compose versions from github ([d434e25](https://github.com/saltstack-formulas/docker-formula/commit/d434e2570dbf775b34e2c98d835f9c0378709a63))
43+
44+
45+
### Continuous Integration
46+
47+
* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([cec557a](https://github.com/saltstack-formulas/docker-formula/commit/cec557abc7dc77a5227852c216047855ab726c57))
48+
49+
50+
### Documentation
51+
52+
* remove files which aren't formula-specific [skip ci] ([4cc1e70](https://github.com/saltstack-formulas/docker-formula/commit/4cc1e706e4778e1aabef0023da668eaafef8afff))
53+
* **readme:** fix headings and links [skip ci] ([b0021eb](https://github.com/saltstack-formulas/docker-formula/commit/b0021eb3a379fe8db7bed584fb6ae5d1f060a581))
54+
355
## [2.0.3](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.2...v2.0.3) (2021-04-23)
456

557

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: docker
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 2.0.3
4+
version: 2.0.7
55
release: 1
66
minimum_version: 2017.7
77
summary: docker formula

docker/defaults.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ docker:
7979
binary:
8080
options: ''
8181
# yamllint disable-line rule:line-length
82-
source: 'https://dl.bintray.com/docker-compose/master/docker-compose-Linux-x86_64'
83-
source_hash: '3c96b57ea8e0027aee7e1a3023f7599bcecae54e77bcfd5f4e65a59672637e54'
82+
source: 'https://github.com/docker/compose/releases/latest/download/docker-compose-Linux-x86_64'
83+
source_hash: null
8484

8585
networks: {}
8686
containers:

docker/map.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
{%- if 'source_hash' in p.binary and p.binary.source_hash %}
6363
{%- do p.binary.update({'name': p.path, 'source_hash': p.binary.source_hash}) %}
6464
{%- else %}
65+
{%- set url = p.binary.source %}
6566
{%- do p.binary.update({'name': p.path, 'source_hash': url ~ '.sha256'}) %}
6667
{%- endif %}
6768

docker/networks/clean.sls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
include:
1414
- {{ sls_archive if d.pkg.docker.use_upstream == 'archive' else sls_desktop if d.pkg.docker.use_upstream == 'desktop' else sls_package }}
1515
16-
{%- for name in docker.networks %}
16+
{%- for name in d.networks %}
1717
1818
{{ formula }}-network-{{ name }}-absent:
1919
docker_network.absent:
2020
- name: {{ name }}
2121
2222
{%- endfor %}
23+
{%- endif %}

docker/osfamilymap.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ RedHat:
5959
docker:
6060
# environ_file: /etc/sysconfig/docker
6161
repo:
62+
name: docker-ce
6263
baseurl: 'https://download.docker.com/linux/{{ grains.os|lower }}/$releasever/$basearch/stable'
6364
file: '/etc/yum.repos.d/docker-ce.repo'
6465
gpgkey: 'https://download.docker.com/linux/{{ grains.os|lower }}/gpg'
@@ -95,8 +96,8 @@ MacOS:
9596
name: docker-compose # homebrew
9697
use_upstream: package # Docker Desktop
9798
archive:
98-
source: 'https://dl.bintray.com/docker-compose/master/docker-compose-Darwin-x86_64'
99-
source_hash: 'c5e326611efa45cbaf5b338bf352cbf27e9eb7dff0619f77639cae1158f6571f'
99+
source: 'https://github.com/docker/compose/releases/latest/download/docker-compose-Darwin-x86_64'
100+
source_hash: null
100101

101102
Windows:
102103
div: '\'

0 commit comments

Comments
 (0)