Skip to content

Tag docker img doesn't exist #10

Description

@wixaw

Hello
This doesn't work :

ghcr.io/euro-office/documentserver:9.3.1

services:
  euro-office:
    image: ghcr.io/euro-office/documentserver:9.3.1
    container_name: euro-office
    restart: unless-stopped

    ports:
      - "8888:80"

    environment:
      - JWT_ENABLED=true
      - JWT_SECRET=xxx

    volumes:
      - ./data:/var/lib/euro-office/documentserver
      - ./logs:/var/log/euro-office/documentserver

    healthcheck:
      test: ["CMD", "curl", "-f", "http://localhost/healthcheck"]
      interval: 30s
      timeout: 10s
      retries: 3
      start_period: 40s
 docker compose pull
✘ Image ghcr.io/euro-office/documentserver:9.3.1 Error failed to resolve reference "ghcr.io/euro-office/documentserver:9.3.1": ghcr.io/euro-office/documentserver:9.3.1: not found                             0.5s
Error response from daemon: failed to resolve reference "ghcr.io/euro-office/documentserver:9.3.1": ghcr.io/euro-office/documentserver:9.3.1: not found
 podman search ghcr.io/euro-office/documentserver --list-tags
NAME                                TAG
ghcr.io/euro-office/documentserver  build-document-server-custom
ghcr.io/euro-office/documentserver  build-document-server-custom-38c9d7f
ghcr.io/euro-office/documentserver  build-document-server-custom-2b67f39
ghcr.io/euro-office/documentserver  build-document-server-custom-06841d6
ghcr.io/euro-office/documentserver  build-document-server-custom-3dbfcc5
ghcr.io/euro-office/documentserver  build-document-server-custom-d1363ed
ghcr.io/euro-office/documentserver  build-document-server-custom-a18b096
ghcr.io/euro-office/documentserver  build-document-server-custom-9e92972
ghcr.io/euro-office/documentserver  build-document-server-custom-e144d37
ghcr.io/euro-office/documentserver  buildcache
ghcr.io/euro-office/documentserver  build-elzody-docker
ghcr.io/euro-office/documentserver  build-elzody-docker-966b672
ghcr.io/euro-office/documentserver  build-elzody-docker-cd83076
ghcr.io/euro-office/documentserver  build-elzody-docker-c3d9566
ghcr.io/euro-office/documentserver  build-elzody-docker-sdkjs-7ef51ac
ghcr.io/euro-office/documentserver  build-elzody-docker-web-apps-7ef51ac
ghcr.io/euro-office/documentserver  build-elzody-docker-sdkjs-a0e0a16
ghcr.io/euro-office/documentserver  build-elzody-docker-web-apps-a0e0a16
ghcr.io/euro-office/documentserver  build-elzody-docker-server-eff7337
ghcr.io/euro-office/documentserver  build-elzody-docker-sdkjs-eff7337
ghcr.io/euro-office/documentserver  build-elzody-docker-web-apps-eff7337
ghcr.io/euro-office/documentserver  build-elzody-docker-server-42eaf8c
ghcr.io/euro-office/documentserver  build-elzody-docker-web-apps-42eaf8c
ghcr.io/euro-office/documentserver  build-elzody-docker-sdkjs-42eaf8c
ghcr.io/euro-office/documentserver  build-elzody-docker-server-8b2058c

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions