blob: 76962ba9ed644a375db48fdc2c695010a599ba0b [file] [log] [blame]
# Copyright (c) 2023 VEXXHOST, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
containerd_bin_dir: /usr/bin
containerd_version: 1.6.15
containerd_archive_checksums:
arm64:
1.6.15: d63e4d27c51e33cd10f8b5621c559f09ece8a65fec66d80551b36cac9e61a07d
amd64:
1.6.15: 191bb4f6e4afc237efc5c85b5866b6fdfed731bde12cceaa6017a9c7f8aeda02
containerd_download_url: "https://github.com/containerd/containerd/releases/download/v{{ containerd_version }}/containerd-{{ containerd_version }}-{{ ansible_system | lower }}-{{ download_artifact_goarch }}.tar.gz" # noqa: yaml[line-length]
containerd_download_dest: "{{ containerd_download_unarchive_dest }}.tar.gz"
containerd_download_unarchive_dest: "{{ download_artifact_work_directory }}/containerd-{{ containerd_version }}-{{ ansible_system | lower }}-{{ download_artifact_goarch }}" # noqa: yaml[line-length]
containerd_archive_checksum: "{{ containerd_archive_checksums[download_artifact_goarch][containerd_version] }}"
containerd_pause_image: "{{ atmosphere_images['pause'] | vexxhost.atmosphere.docker_image('ref') }}"
containerd_insecure_registries: []
# NOTE(mnaser): This is to accomodate for the uninstallation of the old packages
# that shipped with the operating system
containerd_package_name:
- containerd
- containerd.io
containerd_binaries:
- containerd
- containerd-shim
- containerd-shim-runc-v1
- containerd-shim-runc-v2
- containerd-stress
- ctr
containerd_cfg_dir: /etc/containerd
containerd_storage_dir: /var/lib/containerd
containerd_state_dir: /run/containerd
containerd_debug_level: "info"
containerd_max_container_log_line_size: -1
containerd_limit_proc_num: "infinity"
containerd_limit_core: "infinity"
containerd_limit_open_file_num: "infinity"
containerd_limit_mem_lock: "infinity"