You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ This repository contains a list of common Updatecli published on `ghcr.io/elasti
4
4
5
5
**NOTE**: Used some bits and pieces from https://github.com/updatecli/policies
6
6
7
+
## Contributing
8
+
9
+
See the [contributing documentation](CONTRIBUTING.md).
10
+
7
11
## HOWTO
8
12
9
13
**Login**
@@ -14,7 +18,7 @@ Even though all Updatecli policies published on `ghcr.io` are meant to be public
14
18
15
19
**Publish**
16
20
17
-
Each policy defined in this repository is automatically published on ghcr.io via a GitHub Action workflow
21
+
Each policy defined in this repository is automatically published on [ghcr.io](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) via a GitHub Action workflow.
18
22
19
23
**Show**
20
24
@@ -43,3 +47,9 @@ policies:
43
47
```
44
48
45
49
More information about Updatecli compose feature can be found [here](https://www.updatecli.io/docs/core/compose).
50
+
51
+
**Enrol a new Repository**
52
+
53
+
If you want to use the Observability Updatecli policies in a new GitHub repository, you need to
54
+
grant `read` access to the specific policy, this is a private GitHub repository hence a private
55
+
`ghcr.io`. Those steps are explained in the official [docs](https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility#ensuring-workflow-access-to-your-package).
0 commit comments