Skip to content

chef_container_name hardcodes chef- prefix ? #366

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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