Skip to content

Add distribution conformance for Artifactory v1.0 and v1.1 #111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions distribution-spec/v1.0/artifactory/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vendor: JFrog
name: Artifactory
version: 7.61.0
version: 7.93.0
website_url: https://jfrog.com/artifactory
documentation_url: https://jfrog.com/help/r/jfrog-artifactory-documentation
product_logo_url: https://media.jfrog.com/wp-content/uploads/2022/05/24134044/artifactory-Icon.png
product_logo_url: https://media.jfrog.com/wp-content/uploads/2024/06/25122849/JFrog-Logo.svg
type: cloud and self hosted
description: Artifactory provides universal management of binaries, packages, & dependencies including OCI artifacts.
description: JFrog Artifactory is the single solution for managing all the artifacts, binaries, files and containers throughout your software supply chain.
11 changes: 3 additions & 8 deletions distribution-spec/v1.0/artifactory/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
![Artifactory Logo](https://media.jfrog.com/wp-content/uploads/2022/05/24134044/artifactory-Icon.png)
# jFrog Artifactory

![Artifactory Logo](https://media.jfrog.com/wp-content/uploads/2024/06/25122849/JFrog-Logo.svg)


### Get Artifactory
Expand All @@ -13,10 +12,6 @@ docker login <artifactory-url>
---

## Run the conformance test

---


#### Clone OCI Distribution Spec

```bash
Expand All @@ -36,9 +31,9 @@ export OCI_USERNAME=<artifactory-user>
export OCI_PASSWORD=<artifactory-token>
export OCI_NAMESPACE=oci-local
export OCI_TEST_PULL=1
export OCI_TEST_PUSH=0
export OCI_TEST_PUSH=1
export OCI_TEST_CONTENT_DISCOVERY=1
export OCI_TEST_CONTENT_MANAGEMENT=0
export OCI_TEST_CONTENT_MANAGEMENT=1
```

#### Run conformance test
Expand Down
403 changes: 269 additions & 134 deletions distribution-spec/v1.0/artifactory/junit.xml

Large diffs are not rendered by default.

Loading