Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sous-chefs/docker

Development repository for the docker cookbook
https://github.com/sous-chefs/docker

Update container_spec.rb

rspec fixes
Signed-off-by: S.Cavallo <[email protected]>

84daf5503ee948887ad03a17f1f85397cc2f7131 authored over 6 years ago by smcavallo <[email protected]>
fix for specs ONLY

commands and entrypoints are interpreted as arrays
Signed-off-by: S.Cavallo <[email protected]>

7130128938b430b6046eee2ac10450a5eaf86d75 authored over 6 years ago by S.Cavallo <[email protected]>
fix version string

Signed-off-by: S.Cavallo <[email protected]>

a521d587ae1206eb253def40caea0036fb3540da authored over 6 years ago by S.Cavallo <[email protected]>
test fixes

Signed-off-by: S.Cavallo <[email protected]>

0659de84314e3e7f07e72e273968c5206f4125d8 authored over 6 years ago by S.Cavallo <[email protected]>
enable bionic tests on travis

Signed-off-by: S.Cavallo <[email protected]>

a8c1566a46f39173b3f52db550e99728a4504b19 authored over 6 years ago by S.Cavallo <[email protected]>
extend tests to bionic

Add checksums for new versions
Signed-off-by: S.Cavallo <[email protected]>

e353378316f13fdc480cb1f2b63b07738743d692 authored over 6 years ago by S.Cavallo <[email protected]>
bump the docker version everywhere

Signed-off-by: S.Cavallo <[email protected]>

8850857a610ecdce5d469be681e0621299ca51af authored over 6 years ago by S.Cavallo <[email protected]>
Use new package versioning scheme for bionic

Signed-off-by: S.Cavallo <[email protected]>

8c04ca1178af9da289fdc0b7c72474e0e4f0a42b authored over 6 years ago by S.Cavallo <[email protected]>
#999: docker service :log_level property converted to String.

c590825afb410545745dd3fbd920022f1822b1b4 authored over 6 years ago by Ivan Golman <[email protected]>
Release 4.3.0

Signed-off-by: Tim Smith <[email protected]>

cf6b6fa5217f863bdfc26749a98048e116657ea2 authored over 6 years ago by Tim Smith <[email protected]>
Rename kitchen file

Signed-off-by: Tim Smith <[email protected]>

943f9b78b9600f4f993a637664a8f5075ce805f4 authored over 6 years ago by Tim Smith <[email protected]>
Update the platforms we test

Signed-off-by: Tim Smith <[email protected]>

84761bb2f832a43da898f6b0b2146558317d6c8e authored over 6 years ago by Tim Smith <[email protected]>
Cookstyle fix

Signed-off-by: Tim Smith <[email protected]>

62a66809b727ea2aa5642b0e38c183e3bb69038c authored over 6 years ago by Tim Smith <[email protected]>
cleaning up files

f3a9dbafcce13c8b082df12c6fa11b3afe9cd67f authored over 6 years ago by Sean OMeara <[email protected]>
[ci skip] README tweak

82c5fb249d83e053b79746e6065a832399ef228f authored over 6 years ago by Sean OMeara <[email protected]>
Update the tarball install to use 18.03 as well

Signed-off-by: Tim Smith <[email protected]>

34ffce73b5e81d2cc0753e1a0ca88a359d1fd82e authored over 6 years ago by Tim Smith <[email protected]>
Update package specs to pass on Amazon Linux

The version is updated all the time here so we can't rely on anything in the tests

Signed-off-b...

7623b2c36de6327283f01652310154488f272730 authored over 6 years ago by Tim Smith <[email protected]>
Remove old integration tests

Signed-off-by: Tim Smith <[email protected]>

7f3f61532624f4493b3383f598e0322d1b50c9b5 authored over 6 years ago by Tim Smith <[email protected]>
Bump the package default to 18.03.0

Signed-off-by: Tim Smith <[email protected]>

4456816b9704bef0002cc8156baf2e838b59d4aa authored over 6 years ago by Tim Smith <[email protected]>
Initial support for Debian Buster (10)

Avoid having to add this whenever they release. Let's just add it now

Signed-off-by: Tim Smith ...

369e7ecb81f0329ab0f491d18cdc220379e07917 authored over 6 years ago by Tim Smith <[email protected]>
Remove the zesty? helper

Signed-off-by: Tim Smith <[email protected]>

906e76212b1da4e023ef27a86c8598d1490f9a8e authored over 6 years ago by Tim Smith <[email protected]>
Release 4.2.0

Signed-off-by: Tim Smith <[email protected]>

84b6d6a2ecc8a1987dd46febc109c0a47200dcae authored over 6 years ago by Tim Smith <[email protected]>
Merge pull request #990 from s-bernard/chef14

Chef14 fixes

55ec3b84a77b180b44a0c6cccc4956badb71867d authored over 6 years ago by Tim Smith <[email protected]>
Make to_shellwords idempotent in DockerContainer

Fix undefined method `scan' for
["nc", "-ll", "-p", "7", "-e", "/bin/cat"]:Array from smoke test...

ccf2d4f6782b278b3446ce54cdedff98ab9e3cdd authored over 6 years ago by Samuel Bernard <[email protected]>
Use try-restart for systemd & retry start one time

This allows a full convergence of smoke test in one run.

Signed-off-by: Samuel Bernard <sb@make...

e4bc88ea5806fbc6c4c9d9b500758ee3dafd0f67 authored over 6 years ago by Samuel Bernard <[email protected]>
Fix(Chef14): Use property_is_set with new_resource

Since Chef 14, "property_is_set?" should be called with
"new_resource.property_is_set?" instead,...

c3b5897f9bdd9f6098ba2adce0a8f7553c2d4126 authored over 6 years ago by Samuel Bernard <[email protected]>
Set a Gemfile to enable tests with bundle exec

'bundle install && bundle exec kitchen test' should work fine now.

Fixes #986

Signed-off-by: S...

c86bb29a057f635d55d5bdb16bad951552f05470 authored over 6 years ago by Samuel Bernard <[email protected]>
Fix undefined method `v' for DockerContainer

Fixes #983

Signed-off-by: Samuel Bernard <[email protected]>

d2bb18efe99bd94afc5b2a3c61c9a25dfc177d4d authored over 6 years ago by Samuel Bernard <[email protected]>
Kill the ShellCommand type

It's only 2 properties. Just coerce them

Signed-off-by: Tim Smith <[email protected]>

91d5b1b25c9b004d803aa3cb6cf108fcecd82654 authored almost 7 years ago by Tim Smith <[email protected]>
Don't require docker all over the place

Signed-off-by: Tim Smith <[email protected]>

e6d1df99ab075141b8ee73e46b5a6b7944f8feec authored almost 7 years ago by Tim Smith <[email protected]>
Fix indentation

Signed-off-by: Tim Smith <[email protected]>

9249dda43104bf636bfad98e2ee59e219ad50f5f authored almost 7 years ago by Tim Smith <[email protected]>
Kill off ArrayType and NonEmptyArray types

Also use alias_method instead of alias

Signed-off-by: Tim Smith <[email protected]>

44d24f100d0e5c2d9c982aa6fab1d29d4d9d2a19 authored almost 7 years ago by Tim Smith <[email protected]>
Remove a giant pile of Chef 12-isms

You don't need to allow nil as a type. It's the default when you don't specify one.

Signed-off-...

765f41d17eb85e631ce0095b430b648ee81f5c47 authored almost 7 years ago by Tim Smith <[email protected]>
If the ENV values are nil don't use them to build busted defaults for TLS

Signed-off-by: Tim Smith <[email protected]>

a4aa735aebdd63cd61284e451b1bd36d330a585a authored almost 7 years ago by Tim Smith <[email protected]>
Merge pull request #975 from alrf/master

Added oom_kill_disable and oom_score_adj support to docker_container

1a4245625eb6706f3d3ec6e2cfe03b4f7a64292a authored almost 7 years ago by Tim Smith <[email protected]>
Add desired_state false to a few more properties

Signed-off-by: Tim Smith <[email protected]>

fda66af71040eb8dcef8c1615099738012c036f1 authored almost 7 years ago by Tim Smith <[email protected]>
Merge pull request #981 from chef-cookbooks/scalp42-typo

Fix typo in docker yum repo file

6b4ad698f4a2451883318aea16636e2c03671c34 authored almost 7 years ago by Anthony Scalisi <[email protected]>
Fix typo in docker yum repo file

Obvious fix.

ecfa5cf6b73190c45de92cabed48fc7e6dca47a1 authored almost 7 years ago by Anthony Scalisi <[email protected]>
Merge pull request #978 from chef-cookbooks/kill_helpers

Move coerce_labels into docker_container where its used

07d9da95cf239a009fb18194d8b9a3715de5f8ce authored almost 7 years ago by Tim Smith <[email protected]>
Move coerce_labels into docker_container where its used

This is only used here

Signed-off-by: Tim Smith <[email protected]>

a9a9ebf951cd58e6dea8ebb375bc5be0a2a0502a authored almost 7 years ago by Tim Smith <[email protected]>
Merge pull request #977 from chef-cookbooks/kill_helpers

Remove the TLS default helpers

6118eb179a07c1968d859b60a0e36614e09a522b authored almost 7 years ago by Tim Smith <[email protected]>
Remove the TLS default helpers

These aren't helpful.

Signed-off-by: Tim Smith <[email protected]>

e6aa8ff4b16af47ee17468e5cdf717770a9b7700 authored almost 7 years ago by Tim Smith <[email protected]>
ENV returns nil if the variable isn't found

Signed-off-by: Tim Smith <[email protected]>

95c47ebe98638dd43c1ff16ff3c050f254d70b2e authored almost 7 years ago by Tim Smith <[email protected]>
Added oom_kill_disable and oom_score_adj support to docker_container

Signed-off-by: Alexander Fokin <[email protected]>

90789d2c997ae38a3f03ab061f42e1a670d86cad authored almost 7 years ago by Alexander Fokin <[email protected]>
Remove unnecessary variables

Signed-off-by: Tim Smith <[email protected]>

d50c93e043df0d7d4347e80e4e12b21775b21edd authored almost 7 years ago by Tim Smith <[email protected]>
Support additional sysv RHEL like platforms by using platform_family

This still works on Chef 12 with Amazon Linux

Signed-off-by: Tim Smith <[email protected]>

250b436d86f951cb5a089b7615879d988ac376cf authored almost 7 years ago by Tim Smith <[email protected]>
Cookstyle fixes

Signed-off-by: Tim Smith <[email protected]>

ace308d2ec4801267e642766f8a095683b3d4f88 authored almost 7 years ago by Tim Smith <[email protected]>
Remove unused api_version helper

Signed-off-by: Tim Smith <[email protected]>

749ed382fb56ab167a114f40755fe7d18c4909b4 authored almost 7 years ago by Tim Smith <[email protected]>
Release 4.1.1

Signed-off-by: Tim Smith <[email protected]>

1b41c0682f55f47a41b7c40ede983062c11c765c authored almost 7 years ago by Tim Smith <[email protected]>
Use an actual integer in the memory_swappiness test

Signed-off-by: Tim Smith <[email protected]>

6a3c3acf3cc0f07e73f482c82a181be5b2eb2002 authored almost 7 years ago by Tim Smith <[email protected]>
Remove the Boolean type.

Turns out the default: false here didn't even work. Fun times

Signed-off-by: Tim Smith <tsmith@...

61c9edd6d89eedb87e19ff874b9d7895dcde59c2 authored almost 7 years ago by Tim Smith <[email protected]>
Reduce the number of coerce helpers in the the container resource

They all do the exact same thing

Signed-off-by: Tim Smith <[email protected]>

ae851e6f9250c77a9ee8cc1e52663f94710d719c authored almost 7 years ago by Tim Smith <[email protected]>
Move to_snake_case to the container resource where it's used

Signed-off-by: Tim Smith <[email protected]>

a5bf4864d645b3badb2e62319809f96b3835532a authored almost 7 years ago by Tim Smith <[email protected]>
Release 4.1.0

Signed-off-by: Tim Smith <[email protected]>

683627b4589f80453519cd8c887669f37344c77c authored almost 7 years ago by Tim Smith <[email protected]>
Merge pull request #973 from chef-cookbooks/mildly_less_dry

Squash down installation helpers + Fix Amazon Linux

496dda48d302a1c597ab495d1a892f2c5c6402fd authored almost 7 years ago by Tim Smith <[email protected]>
Switch to latest testing for now so we test on Chef 13

14 is broken for *reasons*

Signed-off-by: Tim Smith <[email protected]>

8ca1731940c42fdd4722204c7fa6b97633a414f9 authored almost 7 years ago by Tim Smith <[email protected]>
Resolve more Chef 14 deprecations

Signed-off-by: Tim Smith <[email protected]>

d9a4eaf19546ae5a04e9dd405a64c361b5d6e60c authored almost 7 years ago by Tim Smith <[email protected]>
Get rid of the old suite for Amazon

Signed-off-by: Tim Smith <[email protected]>

4c70142bfc313470a27e6a9674c973711363fad3 authored almost 7 years ago by Tim Smith <[email protected]>
Skip the version entirely on Amazon

They push new versions all the time and we don't setup the repo so you only have 1 choice. Just ...

1baac5d0aeb9d4359a14f3e3ac1caa776638d31a authored almost 7 years ago by Tim Smith <[email protected]>
Remove support for Ubuntu 17.04 from the installation_package resource

Signed-off-by: Tim Smith <[email protected]>

a22c51353ebc5e00a6ea460deeccdb1f9899c1e6 authored almost 7 years ago by Tim Smith <[email protected]>
Comment out the helper specs for now

Signed-off-by: Tim Smith <[email protected]>

f6def76b686145e6c176f1f9bba4f31135a0f108 authored almost 7 years ago by Tim Smith <[email protected]>
Cookstyle fix

Signed-off-by: Tim Smith <[email protected]>

3cbfaed301aa8d1d5a743196c97c900e8d1383c8 authored almost 7 years ago by Tim Smith <[email protected]>
Move auth/base helpers into base

Signed-off-by: Tim Smith <[email protected]>

05e2106124fdc474b3ebb8a2dc878e3adadf5062 authored almost 7 years ago by Tim Smith <[email protected]>
Move image helper into resource

Signed-off-by: Tim Smith <[email protected]>

2c9b52aafaf61c6a2261c2d5a9bd1b0cc6998611 authored almost 7 years ago by Tim Smith <[email protected]>
Move network helpers into the resource

Signed-off-by: Tim Smith <[email protected]>

08f600208433054e2526df4d869c37c5927bc5c6 authored almost 7 years ago by Tim Smith <[email protected]>
Resolve a pile of Chef 14 deprecation warnings in the container resource

Signed-off-by: Tim Smith <[email protected]>

b4bf74025af6ddd77e129e479dd19556e552d203 authored almost 7 years ago by Tim Smith <[email protected]>
Move container helpers into the resource

Signed-off-by: Tim Smith <[email protected]>

f3827c538e07a810c965a259c0b96bf252ec2981 authored almost 7 years ago by Tim Smith <[email protected]>
Remove the package installation helpers + fixes

Also:
Add helpers for Ubuntu 18.04
Update Amazon Linux to install 17.12

Signed-off-by: Tim Smit...

d1a12e204a776ef4565a7b6c2b21c3b25049d04e authored almost 7 years ago by Tim Smith <[email protected]>
Add Amazon Linux 2.0 to the Kitchen Config

Signed-off-by: Tim Smith <[email protected]>

e403577aad6d2115313a0f62a5d841c3d36c1ac6 authored almost 7 years ago by Tim Smith <[email protected]>
Merge the tarball installation helpers back into the resource

Signed-off-by: Tim Smith <[email protected]>

94ab66435a75ab3c1435385570a4a9962ec68b4f authored almost 7 years ago by Tim Smith <[email protected]>
Merge pull request #971 from chef-cookbooks/un_dry_aka_wet

Minor Test Cleanup + Fix FC errors

7a7648bea343cb108ab2bb26c70e25a24d039f75 authored almost 7 years ago by Tim Smith <[email protected]>
Testing: Swap Fedora 26 -> 27 and Ubuntu 17.10 for 18.04

Signed-off-by: Tim Smith <[email protected]>

7f2d40d5fc012c32fa9c547c04b1609a67d6d52d authored almost 7 years ago by Tim Smith <[email protected]>
[ci skip] updating CHANGELOG and bumping metadata

Signed-off-by: Chase Bolt <[email protected]>

615a7e6b19500bc58932cf1dab97c59e12601bdf authored almost 7 years ago by Chase Bolt <[email protected]>
Merge pull request #970 from hrak/registry_passwd_sensitive

Flag registry password property as sensitive in docker_registry resource

b94b1cf6e039aa2a159b0cd57c399d87d503440e authored almost 7 years ago by Chase Bolt <[email protected]>
Flag registry password property as sensitive.

Obvious fix.

5fb9e4b2ecac24052ea60b2da2cb4d421a9e7565 authored almost 7 years ago by Hans Rakers <[email protected]>
Merge pull request #968 from docwhat/patch-1

Update README.md

bc8d58ea30a0551834634853649dc1c9bcf70d72 authored almost 7 years ago by Chase Bolt <[email protected]>
Update README.md

Make the `ro_rootfs` option easier to find by mentioning the docker flag.

Signed-off-by: Christ...

2efca5176156cae6014739fed5ba89ad277696da authored almost 7 years ago by Christian Höltje <[email protected]>
Remove required from the name property

Name properties are always there. There's no point in doing this and we have a Foodcritic rule f...

4c371fa2ae70af0639f85e58e37b087ab7298f50 authored almost 7 years ago by Tim Smith <[email protected]>
[ci skip] updating CHANGELOG and bumping metadata

Signed-off-by: Chase Bolt <[email protected]>

83fcfd841e23f118146b17763f667ec2bf9b182e authored almost 7 years ago by Chase Bolt <[email protected]>
Merge pull request #966 from david-caldwell/patch-1

coerce_labels change to address issue #965

0becaba0f085158025f04c0db29e218cf9a109a1 authored almost 7 years ago by Chase Bolt <[email protected]>
Merge branch 'patch-1' of https://github.com/david-caldwell/docker into patch-1

8d70cf1258680aa7c413d4bfcd67b30839bba906 authored almost 7 years ago by David Caldwell <[email protected]>
coerce_labels change to address issue #965

Signed-off-by: David Caldwell <[email protected]>

6e873b65098b61ad7b002a1d6e23ba2c2568f183 authored almost 7 years ago by David Caldwell <[email protected]>
coerce_labels change to address issue #965

1a00c4cf1b5be9a3dc764cb5da9e9f126922ccb8 authored almost 7 years ago by David Caldwell <[email protected]>
Merge pull request #963 from skingry/master

Adding 'runtime' config option to 'docker_container'.

b57d668ac036572030b37fc502dda3490f1a0a11 authored almost 7 years ago by Tim Smith <[email protected]>
Adding 'runtime' config option to 'docker_container'.

Signed-off-by: Seth Kingry <[email protected]>

6057d8f77466db0820b5eb1052a89d8d643f1d5a authored almost 7 years ago by Seth Kingry <[email protected]>
Shuffle around sections of the readme and add more docs

Signed-off-by: Tim Smith <[email protected]>

5cb5a1c81468e9580948042cb9a787e7951f6473 authored almost 7 years ago by Tim Smith <[email protected]>
Better description of what this does

Signed-off-by: Tim Smith <[email protected]>

54fb4857802df74959c6817b22efc63807007935 authored almost 7 years ago by Tim Smith <[email protected]>
Move around for resource docs

Also remove the contributing and testing sections that have their own docs

Signed-off-by: Tim S...

94d7df7e5c56420a28a9d6a2d69344598cb7ca96 authored almost 7 years ago by Tim Smith <[email protected]>
Add some missing options to service resource docs

Signed-off-by: Tim Smith <[email protected]>

28542a4ea8aad2e36328bd02a72c413b3704333e authored almost 7 years ago by Tim Smith <[email protected]>
Readme fixes for the tarball installation resource

Signed-off-by: Tim Smith <[email protected]>

0fdc81f4c6af1394a5a06d2294314c96dd4a104d authored almost 7 years ago by Tim Smith <[email protected]>
Release 4.0

Signed-off-by: Tim Smith <[email protected]>

018da60ec37cc63c92a5c9a8152e54404d7f1adc authored almost 7 years ago by Tim Smith <[email protected]>
Merge pull request #958 from chef-cookbooks/modernize

Expand testing and further cleanup legacy support

b991039d3fb7c4154cee6016f926f0516a2d68c0 authored almost 7 years ago by Tim Smith <[email protected]>
Disable Fedora resource testing due to CHEF 6743

There's no way to use this until the bug is resolved.

Signed-off-by: Tim Smith <[email protected]>

ee835747848e2ef89cff92d68c81841b46a539f3 authored almost 7 years ago by Tim Smith <[email protected]>
Add a few more timeouts

Signed-off-by: Tim Smith <[email protected]>

3c8d993b34c8483960430691bc85791c36fcf95a authored almost 7 years ago by Tim Smith <[email protected]>
Fix Docker package installation on Fedora

Edition and Version are respected the way you'd assume. This is coming to YUM soon which elimina...

d615ad8eb998b839b80e0da67e7051c80ed898eb authored almost 7 years ago by Tim Smith <[email protected]>
Avoid timeouts in another container in Travis

Signed-off-by: Tim Smith <[email protected]>

680c5af17c4c1f524aa1c29191bdb863592f649f authored almost 7 years ago by Tim Smith <[email protected]>
These don't exist 137 in the latest docker so take that test out

Signed-off-by: Tim Smith <[email protected]>

bae01b7bae16bd36769ee2d011596010faca57d4 authored almost 7 years ago by Tim Smith <[email protected]>
Use more native inspec resources

Signed-off-by: Tim Smith <[email protected]>

66891c877a1706c6c68fbac24dab412fa2e51040 authored almost 7 years ago by Tim Smith <[email protected]>
Fix cookstyle warnings

Signed-off-by: Tim Smith <[email protected]>

d71d228e1a0c67e7fc80cc76882755e436404742 authored almost 7 years ago by Tim Smith <[email protected]>
Revert "Use native inspec resource for the package tests"

Package doesn't start the service so docker info doesn't work

This reverts commit 5c0cf7d7eed19...

8351aa07bf4cd5f26cecf2d28fb8194f6c6eadb7 authored almost 7 years ago by Tim Smith <[email protected]>