ForgeRock / forgeops

ForgeRock platform assets for Kubernetes deployment. Contains the files you need to build your own Docker images and to deploy the ForgeRock Identity Platform on Kubernetes clusters.
Other
165 stars 243 forks source link

Docker pull from forgerock-docker-public.bintray.io/forgerock/ failing with Error response from daemon: manifest invalid: #623

Closed deevyea closed 5 years ago

deevyea commented 5 years ago

Describe the bug Docker pull from forgerock-docker-public.bintray.io/forgerock/ failing with Error response from daemon: manifest invalid:

To Reproduce Steps to reproduce the behaviour:

  1. Go to 'helm charts
  2. Install any one of the helm chart, ex: helm install --set domain=.acme.com openam 3.While I run kubectl get pods,
    • Pods go on -->Failed to pull image: ErrImagePull
  3. Looks like the Repo forgerock-docker-public.bintray.io/forgerock/ needs to be authenticated.

Expected behaviour

  1. when I run curl -X GET -u: https://forgerock-docker-public.bintray.io/v2/auth Output: {"https://forgerock-docker-public.bintray.io":{"auth":"XXXXXXXXXXXXXXXX","email":"XXXXX"}}

  2. The docker login is successfull, however when I try to pull the image locally it throws the below error,

docker pull forgerock-docker-public.bintray.io/forgerock/ds:latest Error response from daemon: manifest invalid: manifest invalid

Additional context The helm chart deployments always worked till yesterday. I have been facing this issue from today. Any help here is much appreciated

wstrange commented 5 years ago

Hi. Can you please switch to release/6.5.1 branch - the registry and tags have been updated.

Thanks!

malotian commented 4 years ago

Am getting the same issue, I ddint get the solution, can you explain further @wstrange

dgoldssfo commented 4 years ago

You'll need to check out the release/6.5.2 branch of forgeops now. Once you've done that, please make sure you're following the instructions in https://backstage.forgerock.com/docs/platform/6.5/devops-guide/#devops-implementation-docker-downloader

Keep in mind you can also use our Docker images as documented in https://backstage.forgerock.com/docs/platform/6.5/devops-guide/#devops-implementation-docker-eval. Just not for production deployments.