UNCLASSIFIED

hardening_manifest.yaml 14.9 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
---
apiVersion: v1

# The repository name in registry1, excluding /ironbank/
name: "lockheed-martin/replicator"

# List of tags to push for the repository in registry1
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "1.0"
- "latest"

# Build args passed to Dockerfile ARGs
args:
  BASE_IMAGE: "redhat/python/python36"
  BASE_TAG: "3.6"

# Docker image labels
labels:
  org.opencontainers.image.title: "replicator"
  ## Human-readable description of the software packaged in the image
  org.opencontainers.image.description: "This project is used to sync all container images from the DoD Centralized Artifacts Repository to a container registry."
  ## License(s) under which contained software is distributed
  org.opencontainers.image.licenses: "Lockheed Martin Corporation"
  ## URL to find more information on the image
  org.opencontainers.image.url: "https://repo1.dsop.io/dsop/lockheed-martin/replicator"
  ## Name of the distributing entity, organization or individual
  org.opencontainers.image.vendor: "Lockheed Martin"
  org.opencontainers.image.version: "1.0"
  ## Keywords to help with search (ex. "cicd,gitops,golang")
  # mil.dso.ironbank.image.keywords: "FIXME"
  ## This value can be "opensource" or "commercial"
  mil.dso.ironbank.image.type: "opensource"
  ## Product the image belongs to for grouping multiple images
  mil.dso.ironbank.product.name: "lockheed-martin/replicator"

# List of resources to make available to the offline build context
resources:
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
40 41
  - url: "https://files.pythonhosted.org/packages/ad/ae/86734823047962e7b8c8529186a1ac4a7ca19aaf1aa0c7713c022ef593fd/astroid-2.3.3-py3-none-any.whl"
    filename: "astroid-2.3.3-py3-none-any.whl"
42 43
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
44 45 46
      value: "840947ebfa8b58f318d42301cf8c0a20fd794a33b61cc4638e28e9e61ba32f42"
  - url: "https://files.pythonhosted.org/packages/a2/db/4313ab3be961f7a763066401fb77f7748373b6094076ae2bda2806988af6/attrs-19.3.0-py2.py3-none-any.whl"
    filename: "attrs-19.3.0-py2.py3-none-any.whl"
47 48
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
49 50 51
      value: "08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c"
  - url: "https://files.pythonhosted.org/packages/3b/c8/a55eb6ea11cd7e5ac4bacdf92bac4693b90d3ba79268be16527555e186f0/beautifulsoup4-4.8.1-py3-none-any.whl"
    filename: "beautifulsoup4-4.8.1-py3-none-any.whl"
52 53
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
54 55 56
      value: "dcdef580e18a76d54002088602eba453eec38ebbcafafeaabd8cab12b6155d57"
  - url: "https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl"
    filename: "certifi-2019.11.28-py2.py3-none-any.whl"
57 58
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
59 60 61
      value: "017c25db2a153ce562900032d5bc68e9f191e44e9a0f762f373977de9df1fbb3"
  - url: "https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl"
    filename: "chardet-3.0.4-py2.py3-none-any.whl"
62 63
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
64 65 66
      value: "fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"
  - url: "https://files.pythonhosted.org/packages/34/49/97294ccfea2d6723c83fd8ec5e89659ff61e79d0a95a8f2eccbdceca2eae/coverage-5.0a3-cp36-cp36m-manylinux1_x86_64.whl"
    filename: "coverage-5.0.3-cp36-cp36m-manylinux1_x86_64.whl"
67 68
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
69 70 71
      value: "39a3740f7721155f4269aedf67b211101c07bd2111b334dfd69b807156ab15d9"
  - url: "https://files.pythonhosted.org/packages/ef/b7/eb7b7138bb5e6d28cf84fa586fe594619ca097b6207caa5f2ebe0c66a4ed/docker-4.4.0-py2.py3-none-any.whl"
    filename: "docker-4.4.0-py2.py3-none-any.whl"
72 73
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
74 75 76
      value: "317e95a48c32de8c1aac92a48066a5b73e218ed096e03758bcdd799a7130a1a1"
  - url: "https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl"
    filename: "idna-2.8-py2.py3-none-any.whl"
77 78
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
79 80 81
      value: "ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c"
  - url: "https://files.pythonhosted.org/packages/8b/03/a00d504808808912751e64ccf414be53c29cad620e3de2421135fcae3025/importlib_metadata-1.5.0-py2.py3-none-any.whl"
    filename: "importlib_metadata-1.5.0-py2.py3-none-any.whl"
82 83
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
84 85 86
      value: "b97607a1a18a5100839aec1dc26a1ea17ee0d93b20b0f008d80a5a050afb200b"
  - url: "https://files.pythonhosted.org/packages/e5/b0/c121fd1fa3419ea9bfd55c7f9c4fedfec5143208d8c7ad3ce3db6c623c21/isort-4.3.21-py2.py3-none-any.whl"
    filename: "isort-4.3.21-py2.py3-none-any.whl"
87 88
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
89
      value: "6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd"
90 91
  - url: "https://files.pythonhosted.org/packages/7e/c2/1eece8c95ddbc9b1aeb64f5783a9e07a286de42191b7204d67b7496ddf35/Jinja2-2.11.3-py2.py3-none-any.whl"
    filename: "Jinja2-2.11.3-py2.py3-none-any.whl"
92 93
    validation:
      type: "sha256"
94
      value: "03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419"
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
  - url: "https://files.pythonhosted.org/packages/0b/dd/b1e3407e9e6913cf178e506cd0dee818e58694d9a5cd1984e3f6a8b9a10f/lazy_object_proxy-1.4.3-cp36-cp36m-manylinux1_x86_64.whl"
    filename: "lazy_object_proxy-1.4.3-cp36-cp36m-manylinux1_x86_64.whl"
    validation:
      type: "sha256"
      value: "97bb5884f6f1cdce0099f86b907aa41c970c3c672ac8b9c8352789e103cf3156"
  - url: "https://files.pythonhosted.org/packages/b2/5f/23e0023be6bb885d00ffbefad2942bc51a620328ee910f64abe5a8d18dd1/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl"
    filename: "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl"
    validation:
      type: "sha256"
      value: "717ba8fe3ae9cc0006d7c451f0bb265ee07739daf76355d06366154ee68d221e"
  - url: "https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl"
    filename: "mccabe-0.6.1-py2.py3-none-any.whl"
    validation:
      type: "sha256"
      value: "ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
110 111
  - url: "https://files.pythonhosted.org/packages/30/6a/9bde648117ec7087c89a45de0a8b25aba21d54d3defd08cb24eacded875f/mock-4.0.1-py3-none-any.whl"
    filename: "mock-4.0.1-py3-none-any.whl"
112 113
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
114 115 116
      value: "5e48d216809f6f393987ed56920305d8f3c647e6ed35407c1ff2ecb88a9e1151"
  - url: "https://files.pythonhosted.org/packages/72/96/4297306cc270eef1e3461da034a3bebe7c84eff052326b130824e98fc3fb/more_itertools-8.2.0-py3-none-any.whl"
    filename: "more_itertools-8.2.0-py3-none-any.whl"
117 118
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
119 120 121
      value: "5dd8bcf33e5f9513ffa06d5ad33d78f31e1931ac9a18f33d37e77a180d393a7c"
  - url: "https://files.pythonhosted.org/packages/dd/9c/6e5db15fc89d2e8d4e436aba77a7ac0290e476cdb6100be4c99b10272593/mypy-0.761-py3-none-any.whl"
    filename: "mypy-0.761-py3-none-any.whl"
122 123
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
124 125 126
      value: "7e396ce53cacd5596ff6d191b47ab0ea18f8e0ec04e15d69728d530e86d4c217"
  - url: "https://files.pythonhosted.org/packages/5c/eb/975c7c080f3223a5cdaff09612f3a5221e4ba534f7039db34c35d95fa6a5/mypy_extensions-0.4.3-py2.py3-none-any.whl"
    filename: "mypy_extensions-0.4.3-py2.py3-none-any.whl"
127 128
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
129 130 131
      value: "090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"
  - url: "https://files.pythonhosted.org/packages/98/42/87c585dd3b113c775e65fd6b8d9d0a43abe1819c471d7af702d4e01e9b20/packaging-20.1-py2.py3-none-any.whl"
    filename: "packaging-20.1-py2.py3-none-any.whl"
132 133
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
134 135 136
      value: "170748228214b70b672c581a3dd610ee51f733018650740e98c7df862a583f73"
  - url: "https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl"
    filename: "pluggy-0.13.1-py2.py3-none-any.whl"
137 138
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
139
      value: "966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
140 141
  - url: "https://files.pythonhosted.org/packages/67/32/6fe01cfc3d1a27c92fdbcdfc3f67856da8cbadf0dd9f2e18055202b2dc62/py-1.10.0-py2.py3-none-any.whl"
    filename: "py-1.10.0-py2.py3-none-any.whl"
142 143
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
144 145 146
      value: "3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"
  - url: "https://files.pythonhosted.org/packages/64/9a/1c975d26b6148eb8dba4e50127382e37f9dfc2b18dafeb07e230901cbd38/pylint-2.5.0-py3-none-any.whl"
    filename: "pylint-2.5.0-py3-none-any.whl"
147 148
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
149
      value: "bd556ba95a4cf55a1fc0004c00cf4560b1e70598a54a74c6904d933c8f3bd5a8"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
150 151
  - url: "https://files.pythonhosted.org/packages/27/64/4fd5eb23f4ba502049cdc74de219a69d06c89d4282a2fec5ad1e83a6bee4/pyotp-2.3.0-py2.py3-none-any.whl"
    filename: "pyotp-2.3.0-py2.py3-none-any.whl"
152 153
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
154 155 156
      value: "c88f37fd47541a580b744b42136f387cdad481b560ef410c0d85c957eb2a2bc0"
  - url: "https://files.pythonhosted.org/packages/5d/bc/1e58593167fade7b544bfe9502a26dc860940a79ab306e651e7f13be68c2/pyparsing-2.4.6-py2.py3-none-any.whl"
    filename: "pyparsing-2.4.6-py2.py3-none-any.whl"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
157 158
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
159
      value: "c342dccb5250c08d45fd6f8b4a559613ca603b57498511740e65cd11a2e7dcec"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
160 161
  - url: "https://files.pythonhosted.org/packages/a1/59/6821e900592fbe261f19d67e4def0cb27e52ef8ed16d9922c144961cc1ee/pytest-6.2.4-py3-none-any.whl"
    filename: "pytest-6.2.4-py3-none-any.whl"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
162 163
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
164
      value: "91ef2131a9bd6be8f76f1f08eac5c5317221d6ad1e143ae03894b862e8976890"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
165 166
  - url: "https://files.pythonhosted.org/packages/b9/54/3673ee8be482f81527678ac894276223b9814bb7262e4f730469bb7bf70e/pytest_cov-2.8.1-py2.py3-none-any.whl"
    filename: "pytest_cov-2.8.1-py2.py3-none-any.whl"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
167 168
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
169 170 171
      value: "cdbdef4f870408ebdbfeb44e63e07eb18bb4619fae852f6e760645fa36172626"
  - url: "https://files.pythonhosted.org/packages/99/95/d108de3eed0ae29d98c94c918c1245713e7f222dead2d77c24bc4ca7ca0c/pytest_mock-2.0.0-py2.py3-none-any.whl"
    filename: "pytest_mock-2.0.0-py2.py3-none-any.whl"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
172 173
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
174
      value: "cb67402d87d5f53c579263d37971a164743dc33c159dfb4fb4a86f37c5552307"
175 176 177 178 179
  - url: "https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl"
    filename: "python_dateutil-2.8.1-py2.py3-none-any.whl"
    validation:
      type: "sha256"
      value: "75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
180 181
  - url: "https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl"
    filename: "requests-2.22.0-py2.py3-none-any.whl"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
182 183
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
184
      value: "9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
185 186 187 188 189
  - url: "https://files.pythonhosted.org/packages/db/6e/2815f7c8561b088ccedc128681e64daac3d6b2e81a9918b007e244dad8b1/setuptools_scm-5.0.1-py2.py3-none-any.whl"
    filename: "setuptools_scm-5.0.1-py2.py3-none-any.whl"
    validation:
      type: "sha256"
      value: "62fa535edb31ece9fa65dc9dcb3056145b8020c8c26c0ef1018aef33db95c40d"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
190 191 192 193 194
  - url: "https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl"
    filename: "six-1.15.0-py2.py3-none-any.whl"
    validation:
      type: "sha256"
      value: "8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
195 196
  - url: "https://files.pythonhosted.org/packages/81/94/03c0f04471fc245d08d0a99f7946ac228ca98da4fa75796c507f61e688c2/soupsieve-1.9.5-py2.py3-none-any.whl"
    filename: "soupsieve-1.9.5-py2.py3-none-any.whl"
197 198
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
199
      value: "bdb0d917b03a1369ce964056fc195cfdff8819c40de04695a80bc813c3cfa1f5"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
200 201 202 203 204
  - url: "https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl"
    filename: "toml-0.10.2-py2.py3-none-any.whl"
    validation:
      type: "sha256"
      value: "806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"
205 206 207 208 209
  - url: "https://files.pythonhosted.org/packages/90/ed/5459080d95eb87a02fe860d447197be63b6e2b5e9ff73c2b0a85622994f4/typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl"
    filename: "typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl"
    validation:
      type: "sha256"
      value: "fe460b922ec15dd205595c9b5b99e2f056fd98ae8f9f56b888e7a17dc2b757e7"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
210 211 212 213 214
  - url: "https://files.pythonhosted.org/packages/03/92/705fe8aca27678e01bbdd7738173b8e7df0088a2202c80352f664630d638/typing_extensions-3.7.4.1-py3-none-any.whl"
    filename: "typing_extensions-3.7.4.1-py3-none-any.whl"
    validation:
      type: "sha256"
      value: "cf8b63fedea4d89bab840ecbb93e75578af28f76f66c35889bd7065f5af88575"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
215 216
  - url: "https://files.pythonhosted.org/packages/0c/cd/1e2ec680ec7b09846dc6e605f5a7709dfb9d7128e51a026e7154e18a234e/urllib3-1.26.5-py2.py3-none-any.whl"
    filename: "urllib3-1.26.5-py2.py3-none-any.whl"
217 218
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
219
      value: "753a0374df26658f99d826cfe40394a686d05985786d946fbe4165b5148f5a7c"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
220 221
  - url: "https://files.pythonhosted.org/packages/58/b4/4850a0ccc6f567cc0ebe7060d20ffd4258b8210efadc259da62dc6ed9c65/wcwidth-0.1.8-py2.py3-none-any.whl"
    filename: "wcwidth-0.1.8-py2.py3-none-any.whl"
222 223
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
224 225 226
      value: "8fd29383f539be45b20bd4df0dc29c20ba48654a41e661925e612311e9f3c603"
  - url: "https://files.pythonhosted.org/packages/4c/5f/f61b420143ed1c8dc69f9eaec5ff1ac36109d52c80de49d66e0c36c3dfdf/websocket_client-0.57.0-py2.py3-none-any.whl"
    filename: "websocket_client-0.57.0-py2.py3-none-any.whl"
227 228
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
229 230 231
      value: "0fc45c961324d79c781bab301359d5a1b00b13ad1b10415a4780229ef71a5549"
  - url: "https://files.pythonhosted.org/packages/23/84/323c2415280bc4fc880ac5050dddfb3c8062c2552b34c2e512eb4aa68f79/wrapt-1.11.2.tar.gz"
    filename: "wrapt-1.11.2.tar.gz"
232 233
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
234 235 236
      value: "565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1"
  - url: "https://files.pythonhosted.org/packages/60/85/668bca4a9ef474ca634c993e768f12bd99af1f06bb90bb2655bc538a967e/zipp-2.2.0.tar.gz"
    filename: "zipp-2.2.0.tar.gz"
237 238
    validation:
      type: "sha256"
Zachary Prebosnyak's avatar
Zachary Prebosnyak committed
239
      value: "5c56e330306215cd3553342cfafc73dda2c60792384117893f3a83f8a1209f50"
Zachary Prebosnyak's avatar
test  
Zachary Prebosnyak committed
240 241 242 243 244
  - url: "https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl"
    filename: "iniconfig-1.1.1-py2.py3-none-any.whl"
    validation:
      type: "sha256"
      value: "011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"
245 246 247 248 249 250 251 252 253 254

# List of project maintainers
# FIXME: Fill in the following details for the current container owner in the whitelist
# FIXME: Include any other vendor information if applicable
maintainers:
- email: "zachary.m.prebosnyak@lmco.com"
  # The name of the current container owner
  name: "Zachary Prebosnyak"
  # The gitlab username of the current container owner
  username: "zachprebo"
255
  cht_member: false # FIXME: Uncomment if the maintainer is a member of CHT