Skip to content

Commit

Permalink
Revert "Fix(ch08s04): Correct Chef download link in Containerfile (Re…
Browse files Browse the repository at this point in the history
…dHatTraining#192)"

This reverts commit f355431.
  • Loading branch information
Student User committed Dec 17, 2021
1 parent ccd6fba commit c83c244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ADD solo.json.erb /var/chef/solo.json.erb
# Install using chef-solo
# Chef version locked to avoid needing to accept the EULA on behalf of whomever builds the image
RUN yum install -y --disableplugin=subscription-manager hostname procps \
&& curl -L https://www.chef.io/chef/install.sh | bash -s -- -v 14.12.9 \
&& curl -L https://www.getchef.com/chef/install.sh | bash -s -- -v 14.12.9 \
&& /opt/chef/embedded/bin/erb /var/chef/solo.json.erb > /var/chef/solo.json \
&& chef-solo \
--recipe-url ${NEXUS_REPOSITORY_MANAGER_COOKBOOK_URL} \
Expand Down

0 comments on commit c83c244

Please sign in to comment.