Skip to content

chef/centos-7.1 on atlas #346

@b-dean

Description

@b-dean

This is a question as much as it is an issue. I was wondering how often Chef's boxes on Vagrant Cloud / Hashicorp Altas get updated. I'm particularly interested in chef/centos-7-1

Also using things like chef/centos-6.4 is the only reasonable way to get older platforms to work with kitchen-test thanks to this change made it so all our tests with multiple older platforms in the .kitchen.yml start to fail

platforms:
- name: centos-6.4  # doesn't work w/ kitchen-vagrant 0.16.0
- name: centos-6.5  # doesn't work w/ kitchen-vagrant 0.16.0
- name: centos-6.6
- name: centos-7.0
- name: centos-7.1 # doesn't work w/ kitchen-vagrant 0.16.0

stopped working because that's not in their list of "current bento boxes" (which is already out of date, btw @fnichol). Using the atlas boxes seems better, as long as the box is there (and all the "old" ones still are)

platforms:
- name: chef/centos-6.4
- name: chef/centos-6.5
- name: chef/centos-6.6
- name: chef/centos-7.0
- name: chef/centos-7.1 # doesn't exist yet

Sorry about all the ranting

TL;DR - is chef/centos-7.1 going to be uploaded to atlas soon?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions