akamai / akamai-docker

Dockerfile for official Akamai's DevOps environment containing CLI packages and useful tools
Apache License 2.0
39 stars 15 forks source link

unable to pull akamai/base #26

Closed anirban1c closed 4 years ago

anirban1c commented 4 years ago

Hello, is this repo still working ?

anirban@chimera-2:/mnt/sde1/apps/oss/akamai-docker$ docker pull akamai/base Using default tag: latest Error response from daemon: pull access denied for akamai/base, repository does not exist or may require 'docker login': denied: requested access to the resource is denied anirban@chimera-2:/mnt/sde1/apps/oss/akamai-docker$

thanks, -anirban

javiergarza commented 4 years ago

Hi Anirban,

The akamai/base image is an intermediary image that is used as base for all the repos but it does nothing other than provide a basic shell by itself.

What are you trying to do?

anirban1c commented 4 years ago

was trying to build an akamai cli docker image with all the plugins, got a working one finally, so all good https://hub.docker.com/repository/docker/anirban1c/akamai-cli-hub

thanks, -anirban

javiergarza commented 4 years ago

Hi Anirban,

We already have a docker image for that on https://hub.docker.com/r/akamai/shell

Hope this helps!

Best regards,

Javier