cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

pull access denied for ybase_jdk, repository does not exist or may require 'docker login' for hybris-docker

Former Member
0 Likes
851
 ➜  b2c_oms_dockerized ./build-images.sh
 Sending build context to Docker daemon  1.521MB
 Step 1/8 : FROM ybase_jdk
 pull access denied for ybase_jdk, repository does not exist or may require 'docker login'

I follow this tutorial

https://help.hybris.com/6.7.0/hcd/56e101a9178544048ccf7aeb15780d83.html

to build a dockerized hybris.

I also logged in to my personal hub

 ➜  b2c_oms_dockerized docker login              
 Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
 Username (asdasdsa): adsasda
 Password: 
 Login Succeeded

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Likes

Guys,

Any luck with above? I've followed the steps as in the instructions however doesn't seem to get the JDK base image even after copying the rpm file as suggested.

Thanks,

Grv

Former Member
0 Likes

Please first download sapjvm rpm from https://tools.hana.ondemand.com/#cloud and then move the rpm file to /installer/recipes/base_images/resources/base_jdk/java.

Then install base_images by running the following command which is described under /recipes/base_images/readme.txt.

$ ./install.sh -r base_images createImagesStructure

$ cd work/output_images/ybase

$ sudo ./build-images.sh

Reference: https://wiki.hybris.com/display/~/Accelerator+Docker+Clustered+Environment+Setup#AcceleratorDockerCl...

Former Member
0 Likes

i think it is private hub and i cant see it. what to do?

former_member473180
Participant
0 Likes

help getting the same issue whether i login in or logout:

y2ysync_dockerized jburbea$ docker-compose -f docker-compose-platform-init.yaml up source_platform_init Pulling source_solr (ybase_solr:)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]N ERROR: pull access denied for ybase_solr, repository does not exist or may require 'docker login'