asciinema / asciinema

Terminal session recorder 📹

Home Page:https://asciinema.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asciinema/asciinema Docker image not found on Docker Hub

adjurk opened this issue · comments

Describe the bug
Hi, I've tried to pull asciinema/asciinema today, but it seems it's disappeared from Docker Hub.

To Reproduce
Steps to reproduce the behavior:

  1. Run docker pull asciinema/asciinema
  2. See error: docker: Error response from daemon: pull access denied for asciinema/asciinema, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

Expected behavior
Docker image is pulled from Docker Hub.

Versions:

  • OS: tested on macOS 13.4 Ventura, but applies anywhere
  • asciinema cli: :latest tag, but seems to be a global issue

Additional context
I've followed the instructions from installation docs on Installation, but the repo doesn't even exist on https://hub.docker.com/r/asciinema/asciinema.

❯ docker pull asciinema/asciinema
Using default tag: latest
Error response from daemon: pull access denied for asciinema/asciinema, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

image

Never mind, just noticed the image should be run from ghcr.io as noted in the project repo README.md's Docker image chapter.

Still, the docs should be updated so that others don't run into the same issue 👍

Ah yes, good catch. I'll update docs on asciinema.org. Thx!