- RUN /usr/bin/apt-get install -y eatmydata
- RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload
-lifecycle:
- pre_create: |
- if command -v podman >/dev/null 2>&1; then
- podman create --name chef-latest --replace docker.io/chef/chef:latest sh
- podman start chef-latest
- fi
- post_destroy: |
- if command -v podman >/dev/null 2>&1; then
- podman container rm -v chef-latest
- fi
-
suites:
- name: accounts
run_list:
run_list:
- recipe[taginfo::default]
attributes:
+ ruby:
+ version: 3.3
taginfo:
sites:
- name: taginfo.example.com