-
Notifications
You must be signed in to change notification settings - Fork 38
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
Docker Issues #95
Comments
This is unexpected indeed. Do you have any kind of IT tools in your laptop that could be limiting docker connections or something? As the one that is failing is the Artifactory one, you might also try to skip it and use the Artifactory Cloud Free Tier for the training, it should be more than enough |
I don't have a Mac to reproduce it, but I suggest you adding |
same here. The issue is most likely that the provided images are x86. Usually you can emulate x86 with docker on arm by providing the |
same here |
I'll take a look on this, as I have access to Mac M1. |
Well, I can reach the same error, however, it seems be related to Docker Desktop on Mac M1, not that image. I tried to build using Docker build command, including --platform, and still, it can not access any port. I saw more people complaining about same thing. I guess Docker Desktop is not stable enough on M1. Anyway, I opened an issue for docker-for-mac, with my diagnosis, which shows a failure when testing the network: docker/for-mac#6312 I suggest you doing the same, you can run the command |
One month later here, just to update that I still didn't receive an answer from Docker staff. I already updated to Docker desktop 4.9.0, but still same error. More people commented about the same symptom in my issue. |
Hello. Actually it is not possible to finish any of your practical part of training. Why do I have this error: What does mean this local host and credentials which link is broken ? Default Artifactory URL: http://localhost:8082/ Default Artifactory Credentials: https://www.jfrog.com/confluence/display/RT12/FAQs#:~:text=Artifactory%20comes%20with%20a%20pre-configured%20default%20%22admin%22%20account I think the instructions has to have much more steps for new users of your tool. P/S: Sorry for this msg here I even can not leave a feedback regarding this training anywhere. |
Hi @smileNika Yes, sorry about that, this training is deprecated and no longer maintained. Conan 2.0 has been out for 6 months, the recommendation would be to follow what is said in the Academy course note:
And learn conan by following the new tutorial in:
I will update the notes accordingly |
@memsharded So If I will install conan 1.0 all of the commands will work? |
Hi @smileNika I am afraid not. It is unlikely that things can keep working, because also packages in ConanCenter can require to use latest Conan. At the moment they should keep working with Conan 1.60, but that can stop working anytime. The training itself is no longer maintained, the docker images might fail, the setup might fail. But what is most important is that the training contents are legacy and outdated. This training is no longer supported. We have just marked them as deprecated in the JFrog Academy, as the step before completely removing them. This repository has been marked as deprecated too in the Readme. I am really sorry for the inconvenience, and I know this was a great learning resource that we put tons of time and love to produce. But unfortunately, this training is outdated, and it is more harming than beneficial, so we need to deprecate it and discourage its usage. |
Trying to deploy the course docker image on my M1 Mac. The install fails with the follow message:
The text was updated successfully, but these errors were encountered: