We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfile line 1, 22.04 image is used:
FROM ubuntu:22.04
Dockerfile line 24, URL for 18.04 package is used:
wget --content-disposition "http://packages.chef.io/files/${CHANNEL}/chef-workstation/${VERSION}/ubuntu/18.04/chef-workstation_${VERSION}-1_amd64.deb" -O /tmp/chef-workstation.deb && \
The text was updated successfully, but these errors were encountered:
Also it would make sense to use https, it fails SonarQube tests for us.
Sorry, something went wrong.
No branches or pull requests
Dockerfile line 1, 22.04 image is used:
FROM ubuntu:22.04
Dockerfile line 24, URL for 18.04 package is used:
wget --content-disposition "http://packages.chef.io/files/${CHANNEL}/chef-workstation/${VERSION}/ubuntu/18.04/chef-workstation_${VERSION}-1_amd64.deb" -O /tmp/chef-workstation.deb && \
The text was updated successfully, but these errors were encountered: