Docker Image Not Found

Replace this template with your information

Describe your question in as much detail as possible:
i am suddenly getting this issue using docker image:

ERROR: Job failed: Error response from daemon: repository edgecase/docker-ubuntu-node-awscli not found: does not exist or no pull access (executor_docker.go:168:0s)

  • What are you seeing, and how does that differ from what you expect to see?

  • Consider including screenshots, error messages, and/or other helpful visuals

  • What version are you on? Are you using self-managed or GitLab.com?

    • GitLab (Hint: /help):
    • Runner (Hint: /admin/runners):
  • Add the CI configuration from .gitlab-ci.yml and other configuration if relevant (e.g. docker-compose.yml)

deploy_staging:
image: edgecase/docker-ubuntu-node-awscli:xenial-node6
stage: deploy_staging
environment: staging
when: always
tags:
- aws
- docker
script:
- node --version
- aws --version
- pip install awscli --upgrade --user
- find public/ -type f -exec touch -t “$(date +’%Y%m%d%H%M’)” ‘{}’ ;
- find node_modules/ -type f -exec touch -t “$(date +’%Y%m%d%H%M’)” ‘{}’ ;
- NODE_ENV=staging node_modules/gulp/bin/gulp.js set-env

  • What troubleshooting steps have you already taken? Can you link to any docs or other resources so we know where you have been?

Thanks for taking the time to be thorough in your request, it really helps! :blush: