Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

The languages cookbook has been deprecated

Author provided reason for deprecation:

The languages cookbook has been deprecated and is no longer being maintained by its authors. Use of the languages cookbook is no longer recommended.

RSS

languages (20) Versions 0.2.8

Installs/Configures languages

Policyfile
Berkshelf
Knife
cookbook 'languages', '~> 0.2.8', :supermarket
cookbook 'languages', '~> 0.2.8'
knife supermarket install languages
knife supermarket download languages
README
Dependencies
Quality 33%

languages

Resources to install compilers and other support for various languages.

Using Test Kitchen with Docker

The following assumes you are on a Mac OS X workstation and have installed and
started Kitematic.

  • Install kitchen-docker into your local ChefDK install:

    $ chef gem install kitchen-docker
    Successfully installed kitchen-docker-2.3.0
    1 gem installed

  • Set environment variables to point kitchen-docker at your local Kitematic instance:
    ```

    Bash

    export DOCKER_HOST=tcp://192.168.99.100:2376
    export DOCKER_CERT_PATH=$HOME/.docker/machine/certs
    export DOCKER_TLS_VERIFY=1

Fish

set -gx DOCKER_HOST "tcp://192.168.99.100:2376"
set -gx DOCKER_CERT_PATH "$HOME/.docker/machine/certs"
set -gx DOCKER_TLS_VERIFY 1
```

  • Run Test Kitchen with the provided .kitchen.docker.yml: KITCHEN_LOCAL_YAML=.kitchen.docker.yml kitchen verify languages-ruby-ubuntu-1204

Collaborator Number Metric
            

0.2.8 passed this metric

Contributing File Metric
            

0.2.8 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.2.8 failed this metric

FC064: Ensure issues_url is set in metadata: languages/metadata.rb:1
FC065: Ensure source_url is set in metadata: languages/metadata.rb:1
FC066: Ensure chef_version is set in metadata: languages/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: languages/metadata.rb:1
FC069: Ensure standardized license defined in metadata: languages/metadata.rb:1
FC121: Cookbook depends on cookbook made obsolete by Chef 14: languages/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.2.8 passed this metric

Testing File Metric
            

0.2.8 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.2.8 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number