forcedotcom / salesforcedx-docker

The official Dockerfile for Salesforce DX
BSD 3-Clause "New" or "Revised" License
74 stars 25 forks source link

Request "latest-full" tag #15

Closed douglascayers closed 4 years ago

douglascayers commented 4 years ago

Is your feature request related to a problem? Please describe.

This request is related to tags on docker hub, https://hub.docker.com/r/salesforce/salesforcedx/tags

The "full" images are currently only tagged with a specific version, like 7.33.2-full, so I have to update my CI/CD scripts to use the latest versions of the full image. I would like to reference a tag that always uses the latest full image.

Describe the solution you'd like

I would like to reference a tag that always uses the latest full image. For example, "latest" refers to the latest slim image, it would be nice if "latest-full" referred to the latest full image.

Describe alternatives you've considered

Manually updating my CI/CD scripts when a new docker image is released, or install Salesforce CLI and tools explicitly in my script.

Additional context

image

Error from CircleCI when trying to reference salesforce/salesforcedx:latest-full

image

douglascayers commented 4 years ago

Hi @praksb, what are your thoughts on this request to have two latest tags in dockerhub so developers can grab the latest slim or full versions without needing to know the CLI version number? Thanks!

praksb commented 4 years ago

Hello @douglascayers Your request sounds reasonable to me. We will probably get to this only after the holidays. I'll update this thread once we make the change.

douglascayers commented 4 years ago

Thanks :)

praksb commented 4 years ago

@douglascayers This is now fixed. The next release would have the changes.

douglascayers commented 4 years ago

Thank you, @praksb!