project-zot / project-zot.github.io

zotregistry.dev website
https://zotregistry.dev
Apache License 2.0
3 stars 19 forks source link

docs: add Immutable Tags article #165

Closed nvtkaszpir closed 6 months ago

nvtkaszpir commented 6 months ago

Fixes #164

What type of PR is this?

Which issue does this PR fix:

164

What does this PR do / Why do we need it: Easier to find content without searching

If an issue # is not available please add repro steps and logs showing the issue:

Testing done on this change:

Automation added to e2e:

Will this break upgrades or downgrades?

Does this PR introduce any user-facing change?:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

nvtkaszpir commented 6 months ago

But it is already? (see 30beda9 (#165) and 'Signed-off-by' there) Looks like GitHub web sometimes does not show the verified/signed flag on the commits, but AFAIR the DCO github action checks this and would fail otherwise.

rchincha commented 6 months ago

But it is already? (see 30beda9 (#165) and 'Signed-off-by' there)

Indeed, but also gpg sign the commit, so they show up as "Verified" like below. https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits

https://github.com/project-zot/project-zot.github.io/commits/main/

We can merge this PR after that.

nvtkaszpir commented 6 months ago

Ah ok fixed it.