-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Registry disappears from admin section #2082
Comments
@ddementieva @eivantsov - this looks like an interesting issue. Can you cc the engineers that worked on this part for investigation? Haven't seen something like this before. |
This is a paid dockerhub account with private dockers support. Not sure if this matters. |
Once private registry access is setup - should maintain that and work ok. If you are using che - my concern is that you didn't export the CHE_DATA_FOLDER - so if you reran the container, then maybe configuration data was not saved in between runs. |
@loganto how did you run Che? Natively as a server or as a Docker container? Are you certain credentials are OK? With DockerHub account configured, we send credentials in request headers. So, this response from DockerHub API is quite normal if you fail to login several times in a row. |
@eivantsov in a docker container. Host is Ubuntu 16.04 LTS. |
@eivantsov @ddementieva Yeah - I can consistently reproduce this issue.
Then I went into administration and added a registry:
|
@loganto Bug confirmed. |
I am experiencing this same issue. FROM gcr.io/stacksmith-images/ubuntu-buildpack:14.04-r9 MAINTAINER Bitnami containers@bitnami.com RUN echo "%sudo ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers ENV STACKSMITH_STACK_ID="u9fs9c0" Install java dependencyRUN bitnami-pkg install java-1.8.0_91-0 --checksum 64cf20b77dc7cce3a28e9fe1daa149785c9c8c13ad1249071bc778fa40ae8773 Install Laravel related dependenciesRUN bitnami-pkg install node-6.3.0-0 --checksum f2997c421e45beb752673a531bf475231d183c30f7f8d5ec1a5fb68d39744d5f RUN mkdir /tmp/laravel-sample && cd /tmp/laravel-sample && composer create-project "laravel/laravel=5.2.31" /tmp/laravel-sample --prefer-dist EXPOSE 3000 LABEL che:server:3000:ref=laravel che:server:3000:protocol=http USER bitnami #Adding useful environment variables for enabling functionality CMD ["tail", "-f", "/dev/null"] |
So - just learning Eclipse Che and added a registry in admin section.
I was just practicing -> so I've entered my dockerhub auth data.
Now -> at some point registry disappeared:
http://i.imgur.com/a3lwldS.png
However I cannot start the wokspace anymore, I get this: error message:
[default] [DOCKER] Step 1 : FROM codenvy/ubuntu_android
[default] [DOCKER] [ERROR] Get https://registry-1.docker.io/v2/codenvy/ubuntu_android/manifests/latest: toomanyrequests: too many failed login attempts for username or IP address
[default] [ERROR] Docker image build failed. Image id not found in build output.
The text was updated successfully, but these errors were encountered: