Skip to content
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

docs: change zotregistry.io to zotregistry.dev #147

Merged
merged 2 commits into from
Jan 16, 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
1 change: 1 addition & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ deleteReferrers
deleteUntagged
DerivedImageList
detectManifestCollision
dev
dex
discoverable
DistContentDigestKey
Expand Down
4 changes: 2 additions & 2 deletions docs/developer-guide/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ No software is perfect, and we expect users to find issues with the zot code bas

### Filing a Security Issue

Security issues are best filed by sending an email to `security@zotregistry.io.` After 45 days, we will make the issue public and give credit to the original filer of the issue.
Security issues are best filed by sending an email to `security@zotregistry.dev.` After 45 days, we will make the issue public and give credit to the original filer of the issue.

## Code of Conduct

The zot project follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).

### Reporting Conduct Incidents

To report a conduct-related incident occurring on the zot project, contact the zot project conduct committee by sending an email to `conduct@zotregistry.io.` You can expect a response within three business days.
To report a conduct-related incident occurring on the zot project, contact the zot project conduct committee by sending an email to `conduct@zotregistry.dev.` You can expect a response within three business days.
4 changes: 2 additions & 2 deletions docs/install-guides/install-guide-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ image variations, image locations, and image naming formats.
Give the repo a local name, such as **project-zot**, as in this
example:

`helm repo add project-zot http://zotregistry.io/helm-charts`
`helm repo add project-zot http://zotregistry.dev/helm-charts`

"project-zot" has been added to your repositories

> :pencil2:
>
>The Helm charts for zot are currently hosted in these publicly-accessible repositories:
> - zotregistry.io
> - zotregistry.dev
> - artifacthub.io
>

Expand Down
2 changes: 1 addition & 1 deletion docs/install-guides/install-guide-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Create a `/etc/systemd/system/zot.service` file to define the zot service in sys

[Unit]
Description=OCI Distribution Registry
Documentation=https://zotregistry.io/
Documentation=https://zotregistry.dev/
After=network.target auditd.service local-fs.target

[Service]
Expand Down
Loading