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

fix(dashboard): Use Timeseries instead of Graph #732

Merged
merged 1 commit into from
May 2, 2024

Conversation

vimalk78
Copy link
Contributor

@vimalk78 vimalk78 commented May 2, 2024

fixes: #730

Copy link
Contributor

@rdementi rdementi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@rdementi rdementi merged commit 3470655 into intel:master May 2, 2024
30 checks passed
@vimalk78
Copy link
Contributor Author

vimalk78 commented May 2, 2024

can someone confirm if ghcr.io image is updated with this change?
job: https://github.com/intel/pcm/actions/runs/8920527394/job/24498755594

@rdementi
Copy link
Contributor

rdementi commented May 2, 2024

yes, it is.
image

@vimalk78
Copy link
Contributor Author

vimalk78 commented May 2, 2024

i cant pull

$ docker pull ghcr.io/intel/pcm:latest 
Error response from daemon: Head "https://ghcr.io/v2/intel/pcm/manifests/latest": unauthorized

actually i have been using ghcr.io/opcm/pcm:latest

@rdementi
Copy link
Contributor

rdementi commented May 2, 2024

please try to docker login with a token having read:packages permission
image

@vimalk78
Copy link
Contributor Author

vimalk78 commented May 2, 2024

i don't have credentials

@rdementi
Copy link
Contributor

rdementi commented May 2, 2024

you can generate the token for you github user following this guide: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens

@vimalk78
Copy link
Contributor Author

vimalk78 commented May 2, 2024

what is the relation with ghcr.io/opcm/pcm:latest image?

@rdementi
Copy link
Contributor

rdementi commented May 2, 2024

I see the issue now. Thanks. The container referenced by the old name of the repository (ghcr.io/opcm/pcm:latest) is out of sync. Let me check how to fix it.

@vimalk78
Copy link
Contributor Author

vimalk78 commented May 2, 2024

i logged in to ghcr.io , but still could not pull image. used my github token to login.

$ docker login ghcr.io
Username: vimalk78
Password: 

Login Succeeded

$ docker pull ghcr.io/intel/pcm:latest 
Error response from daemon: denied

@rdementi
Copy link
Contributor

rdementi commented May 2, 2024

thanks for checking. The package seems to be hidden. I am trying to find out how this can be changed..

@rdementi
Copy link
Contributor

rdementi commented May 3, 2024

i logged in to ghcr.io , but still could not pull image. used my github token to login.

$ docker login ghcr.io
Username: vimalk78
Password: 

Login Succeeded

$ docker pull ghcr.io/intel/pcm:latest 
Error response from daemon: denied

@vimalk78 please try to pull ghcr.io/intel/pcm:latest again. The organization just made this container public:
https://github.com/intel/pcm/pkgs/container/pcm

The ghcr.io/opcm/pcm container will be deleted to avoid double-maintenance and the users will need switch to ghcr.io/intel/pcm

@vimalk78
Copy link
Contributor Author

vimalk78 commented May 3, 2024

yes, i am able to pull ghcr.io/intel/pcm:latest

thanks a lot @rdementi !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pcm-sensor-server generated grafana dashboard uses unsupported grafana plugins
2 participants