Skip to content

Commit 9141c32

Browse files
authored
Merge pull request #111 from jfrog/main
Add distribution conformance for Artifactory v1.0 and v1.1
2 parents 91d6d3c + a320cfc commit 9141c32

File tree

8 files changed

+24666
-2076
lines changed

8 files changed

+24666
-2076
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
vendor: JFrog
22
name: Artifactory
3-
version: 7.61.0
3+
version: 7.93.0
44
website_url: https://jfrog.com/artifactory
55
documentation_url: https://jfrog.com/help/r/jfrog-artifactory-documentation
6-
product_logo_url: https://media.jfrog.com/wp-content/uploads/2022/05/24134044/artifactory-Icon.png
6+
product_logo_url: https://media.jfrog.com/wp-content/uploads/2024/06/25122849/JFrog-Logo.svg
77
type: cloud and self hosted
8-
description: Artifactory provides universal management of binaries, packages, & dependencies including OCI artifacts.
8+
description: JFrog Artifactory is the single solution for managing all the artifacts, binaries, files and containers throughout your software supply chain.

distribution-spec/v1.0/artifactory/README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
![Artifactory Logo](https://media.jfrog.com/wp-content/uploads/2022/05/24134044/artifactory-Icon.png)
21
# jFrog Artifactory
3-
2+
![Artifactory Logo](https://media.jfrog.com/wp-content/uploads/2024/06/25122849/JFrog-Logo.svg)
43

54

65
### Get Artifactory
@@ -13,10 +12,6 @@ docker login <artifactory-url>
1312
---
1413

1514
## Run the conformance test
16-
17-
---
18-
19-
2015
#### Clone OCI Distribution Spec
2116

2217
```bash
@@ -36,9 +31,9 @@ export OCI_USERNAME=<artifactory-user>
3631
export OCI_PASSWORD=<artifactory-token>
3732
export OCI_NAMESPACE=oci-local
3833
export OCI_TEST_PULL=1
39-
export OCI_TEST_PUSH=0
34+
export OCI_TEST_PUSH=1
4035
export OCI_TEST_CONTENT_DISCOVERY=1
41-
export OCI_TEST_CONTENT_MANAGEMENT=0
36+
export OCI_TEST_CONTENT_MANAGEMENT=1
4237
```
4338

4439
#### Run conformance test

distribution-spec/v1.0/artifactory/junit.xml

+269-134
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)