Open cajun-code opened 2 years ago
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 --network=host
or --network=bridge
to your docker run
command line.
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 --platform linux/amd64
option to the docker run
command. However, I haven't found out how to pass it docker compose.
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: https://github.com/docker/for-mac/issues/6312
I suggest you doing the same, you can run the command /Applications/Docker.app/Contents/MacOS/com.docker.diagnose check
and check the result. Also, you can post your full diagnosis to Docker team, by the Docker Desktop GUI, in the troubleshooting field (don't share those files in public repositories, they may contain sensitive data).
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. I am trying to follow essential training . It is a mess. Just the first one step - set up the environment - no chance successfully finish it: Links do not working. How to proceed with "Artifactory SE in docker". What does it mean what should I do? except of surfing the whole web trying to solve issue by issue.
Why do I have this error: => CANCELED [7/7] RUN /scripts/bootstrap-artifactory-config.sh 48.7s failed to solve: executor failed running [/bin/sh -c sudo apt-get -qq update && sudo apt-get -qq install -y --no-install-recommends vim nano less g++-arm-linux-gnueabihf cmake]: exit code: 100
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:
NOTE: This course is for Conan 1.0, which is not the latest major Conan version. You might still do it and learn from it, if strictly necessary to keep using Conan 1, but the recommended major version is Conan 2. Go to the docs for more information.
And learn conan by following the new tutorial in:
The new documentation for Conan 2 features a new interactive tutorial integrated in the docs
I will update the notes accordingly
@memsharded So If I will install conan 1.0 all of the commands will work? Ok I will try thank you. But if not - I will come back here ))))
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: