Skip to content

Fix Docker build by downloading Chef 13 from Internet Archive mirror - #16195

Open
bhardwaj-priyanshu wants to merge 1 commit into
developfrom
fix/docker-deploy
Open

Fix Docker build by downloading Chef 13 from Internet Archive mirror#16195
bhardwaj-priyanshu wants to merge 1 commit into
developfrom
fix/docker-deploy

Conversation

@bhardwaj-priyanshu

@bhardwaj-priyanshu bhardwaj-priyanshu commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Background / Context:
Recently, Progress Software (the company behind Chef) placed their entire historical package repository (packages.chef.io) behind a commercial authentication wall.

Current failure https://github.com/cdapio/cdap-build/actions/runs/31320262213

The Fix:
To restore the build, this PR updates the curl URL to pull from the Internet Archive (Wayback Machine) snapshot.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Dockerfile to download the Chef installer from the Wayback Machine instead of the original packages.chef.io URL. The reviewer correctly identified that because curl does not follow redirects by default, downloading from the Wayback Machine will fail without the -L flag, and suggested using curl -fL -O to ensure the package is downloaded successfully.

Comment thread cdap-distributions/src/Dockerfile Outdated
@bhardwaj-priyanshu bhardwaj-priyanshu added the build Triggers github actions build label Aug 10, 2026
@sonarqubecloud

Copy link
Copy Markdown

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

Labels

build Triggers github actions build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant