chef / chef-workstation

Chef Workstation gives you everything you need to get started with Chef, so you can automate how you audit, configure, and manage applications end environments.
Apache License 2.0
131 stars 109 forks source link

DockerHub images not tagged correctly #1535

Open thheinen opened 3 years ago

thheinen commented 3 years ago

Description

Could not find a better place to file this, sorry :)

On DockerHub, the labels for chef/chefworkstation don't match the current/stable versions from the website:

Label/Tag DockerHub Website
stable 20.9.158 20.10.168
current 20.9.164 20.10.169

Also, the ARG VERSION= and ARG CHANNEL= lines in Dockerfiles don't match up too well...

Chef Workstation Version

(independent)

Platform Version

Docker

bdwyertech commented 3 years ago

CC: @danielcbright @chefbob

bdwyertech commented 3 years ago

Maybe dobi.yml needs to be adjusted to include something like:

https://expeditor.chef.io/docs/pipelines/docker/#expeditorfinal-channel-tags

  annotations:
    tags:
      - expeditor:final-channel-tags={{channel}}

https://github.com/chef/chef-workstation/blob/2a59d0a67f2db0a014bf6a3e770a27980b6f9078/dobi.yaml#L11-L18