Skip to content
New issue

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

Package and OS version mismatch in the Dockerfile #3284

Open
varnav opened this issue Dec 4, 2024 · 1 comment
Open

Package and OS version mismatch in the Dockerfile #3284

varnav opened this issue Dec 4, 2024 · 1 comment
Labels
Status: Untriaged An issue that has yet to be triaged.

Comments

@varnav
Copy link

varnav commented Dec 4, 2024

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 && \

@varnav varnav added the Status: Untriaged An issue that has yet to be triaged. label Dec 4, 2024
@varnav
Copy link
Author

varnav commented Dec 4, 2024

Also it would make sense to use https, it fails SonarQube tests for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Untriaged An issue that has yet to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant