container-source-policy 0.1.3__py3-none-macosx_11_0_arm64.whl → 0.2.0__py3-none-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: container-source-policy
3
- Version: 0.1.3
3
+ Version: 0.2.0
4
4
  Summary: Generate Buildx container source policy file for a given Dockerfile
5
5
  Project-URL: Homepage, https://github.com/tinovyatkin/container-source-policy
6
6
  Author-email: Konstantin Vyatkin <tino@vtkn.io>
@@ -13,7 +13,7 @@ Description-Content-Type: text/markdown
13
13
 
14
14
  # container-source-policy
15
15
 
16
- Generate a Docker BuildKit **source policy** file (`docker buildx build --source-policy-file …`) by parsing Dockerfiles and pinning `FROM` images to
16
+ Generate a Docker BuildKit **source policy** file by parsing Dockerfiles and pinning `FROM` images to
17
17
  immutable digests.
18
18
 
19
19
  This PyPI package ships a small Python launcher plus a prebuilt `container-source-policy` binary for your platform.
@@ -36,7 +36,7 @@ python -m pip install container-source-policy
36
36
 
37
37
  ```bash
38
38
  container-source-policy pin --stdout Dockerfile > source-policy.json
39
- docker buildx build --source-policy-file source-policy.json -t my-image:dev .
39
+ EXPERIMENTAL_BUILDKIT_SOURCE_POLICY=source-policy.json docker buildx build -t my-image:dev .
40
40
  ```
41
41
 
42
42
  ## More info
@@ -1,9 +1,9 @@
1
1
  container_source_policy/__init__.py,sha256=WqxYUfnQ2VRQNO9KfC4diCXevbuI6E9cyHRPxsMoKuM,41
2
2
  container_source_policy/__main__.py,sha256=z5moQcdshy05LlNQYw9I3amxNkTz_LXOBneYYIqQfTE,68
3
3
  container_source_policy/main.py,sha256=PFe9TmPv5qZ9duxf0zzj8upww2YcEXnyvBqYOD7m7vI,796
4
- container_source_policy/bin/container-source-policy-darwin-arm64/container-source-policy,sha256=s7OPIWorbRU2JCZm9ZqnFEbjGWu6a-tLbc_kB5h5iPE,9000194
5
- container_source_policy-0.1.3.dist-info/METADATA,sha256=rnIVYrG2KFOmhCI46u0IvnUg7Cb4naywqRfavBZj_gA,1283
6
- container_source_policy-0.1.3.dist-info/WHEEL,sha256=L1fY3au4jNvtAMTWn4HjtfsCErwPCZ_LBpJyBfbyVFk,101
7
- container_source_policy-0.1.3.dist-info/entry_points.txt,sha256=RKhsdJJtC8GTxm-xHrf8OEhKu6e9ZhBneyKXbrMHXCw,78
8
- container_source_policy-0.1.3.dist-info/licenses/LICENSE,sha256=3hn6jP5dLbOTJAkzSi0xxBnEKL_ZTFf2EMDc4yJjhQI,1075
9
- container_source_policy-0.1.3.dist-info/RECORD,,
4
+ container_source_policy/bin/container-source-policy-darwin-arm64/container-source-policy,sha256=SugwMgPgxEyMdn_DXcYVu4d0AJ41TiujMYNVGvcT-F8,9693634
5
+ container_source_policy-0.2.0.dist-info/METADATA,sha256=rMKPSpXkbWE17V9h0m6A_xxK_3eVg7vrsqmmNTUGwlI,1249
6
+ container_source_policy-0.2.0.dist-info/WHEEL,sha256=L1fY3au4jNvtAMTWn4HjtfsCErwPCZ_LBpJyBfbyVFk,101
7
+ container_source_policy-0.2.0.dist-info/entry_points.txt,sha256=RKhsdJJtC8GTxm-xHrf8OEhKu6e9ZhBneyKXbrMHXCw,78
8
+ container_source_policy-0.2.0.dist-info/licenses/LICENSE,sha256=3hn6jP5dLbOTJAkzSi0xxBnEKL_ZTFf2EMDc4yJjhQI,1075
9
+ container_source_policy-0.2.0.dist-info/RECORD,,