Skip to content

chef_container_name hardcodes chef- prefix ? #366

@feld

Description

@feld

def chef_container_name
config[:platform] != "" ? "chef-#{chef_version}-" + config[:platform].sub("/", "-") : "chef-#{chef_version}"
end

I don't really know what the implication of this is at the moment, but I was chasing another problem and happened to be sniffing the Docker API calls that Dokken was making while I was doing Kitchen runs and noticed it kept calling for a Chef image when it should only be working with CINC. This is where I narrowed down the problem to.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions