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
**Unrelated:** I think we should also check the presence of the images after releasing. Just to double check. Do you think this check should be part as the release process @wallrj?
To check that the automation went through, check that the 3 public images are available:
docker run -it quay.io/jetstack/preflight:v0.1.49 version
docker run -it quay.io/jetstack/venafi-agent:v0.1.49 version
docker run -it registry.venafi.cloud/venafi-agent/venafi-agent:v0.1.49 version
Then, you will need to use venctl to check the two private registries:
docker run -it private-registry.venafi.cloud/venafi-agent/venafi-agent:v0.1.49 version
docker run -it private-registry.venafi.eu/venafi-agent/venafi-agent:v0.1.49 version
To check that the automation went through, check that the 3 public images are available:
Then, you will need to use venctl to check the two private registries:
Go to https://ven-tlspk.venafi.cloud/platform-settings/user-preferences?key=api-keys. Log in using the username
[email protected]
and the password here). Copy the API key for the next step (click "Generate" if the API key doesn't already exist).Set the APIKEY env variable:
Docker login to private-registry.venafi.cloud:
Go to https://ven-tlspk-eu.venafi.cloud/platform-settings/user-preferences?key=api-keys. Log in using the username
[email protected]
and the password here). Click "Generate" and copy the API key for the next step.Set the APIKEY env variable:
Docker login to private-registry.venafi.eu:
And now:
Originally posted by @maelvls in #548 (comment)
The text was updated successfully, but these errors were encountered: