Closed axl89 closed 1 year ago
Circle CI uses Ubuntu 16 for the dokken-single job, and it fails because curl -L https://omnitruck.chef.io/install.sh | sudo bash -s -- -c current -P chefdk no longer supports Ubuntu 16.04. See example.
dokken-single
curl -L https://omnitruck.chef.io/install.sh | sudo bash -s -- -c current -P chefdk
Orb 2.1.1 with this config:
--- version: 2.1 orbs: kitchen: sous-chefs/kitchen@2.1.1 jobs: cookstyle: docker: - image: chef/chefdk:4.9.17 steps: - checkout - run: chef env --chef-license accept-silent - run: chef exec cookstyle . foodcritic: docker: - image: chef/chefdk:4.9.17 steps: - checkout - run: chef env --chef-license accept-silent - run: chef exec foodcritic . workflows: test: jobs: # Lint and Unit Test - kitchen/yamllint: name: lint-yaml - kitchen/dokken-single: name: dokken-single suite: default - cookstyle - foodcritic
Not relevant, I believe.
Circle CI.
Try to launch a CI issue with the above yaml config.
The CI job should pass. Maybe it's time to upgrade the image to Ubuntu 18.04 or 20.04.
Thank you for the orb, it's really good. Hopefully we can fix this! :smile:
I think the issue is here. An update to Ubuntu 18.04 or 20.04 should do the trick hopefully?
:ghost: Brief Description
Circle CI uses Ubuntu 16 for the
dokken-single
job, and it fails becausecurl -L https://omnitruck.chef.io/install.sh | sudo bash -s -- -c current -P chefdk
no longer supports Ubuntu 16.04. See example.:pancakes: Cookbook version
Orb 2.1.1 with this config:
:woman_cook: Chef-Infra Version
Not relevant, I believe.
:tophat: Platform details
Circle CI.
Steps To Reproduce
Try to launch a CI issue with the above yaml config.
:police_car: Expected behavior
The CI job should pass. Maybe it's time to upgrade the image to Ubuntu 18.04 or 20.04.
:heavy_plus_sign: Additional context
Thank you for the orb, it's really good. Hopefully we can fix this! :smile: