Official Hacktoberfest and Orbtoberfest Thread!
Contributions to CircleCI repositories are welcome year round, not just during Hacktoberfest. Probably the docs repo: GitHub circleci/circleci-docs Documentation for CircleCI. Contribute to...
View ArticleIntermittent Cannot assign requested address - connect(2) for "localhost"...
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleGoogle nearby search UNKNOWN ERROR
Hello @thekatertot sorry for the late reply, but yes, strangely the problem is still happening I know it’s a UNKNOWN ERROR and so it’s should be on Google side, but i really have no error on my...
View ArticleContainer step shows 'Build was cancelled' and is a missing the green...
Hi again! That is curious. I think your best bet is to file a support request so they can take a look, trace logs etc.
View ArticleAuthenticate with Docker to avoid impact of Nov. 1st rate limits
Hi, I’m not sure, if I have a DockerHub account. As there were also examples without it, let’s take a very simple JVM job: version: 2 jobs: clean: docker: # specify the version you desire here -...
View ArticleAuthenticate with Docker to avoid impact of Nov. 1st rate limits
The CircleCI documentation doesn’t discuss those jobs using orbs, like aws-ecr/build-and-push-image etc. Are these not mentioned because CircleCI is caching these containers locally and not going out...
View ArticleProblem with pass CIRCLE_BRANCH variable to POST body
Unfortunately, the problem is not solved. It worked fine but now when I call this from branch_name = feature/B1 if [ "$CIRCLE_BRANCH" = "develop" ] || [ "$CIRCLE_BRANCH" = "feature/B1" ]; then curl -X...
View ArticleAuthenticate with Docker to avoid impact of Nov. 1st rate limits
I got the email but I struggle to really understand what this is about. Does this affect all CircleCI jobs that use Docker? What about CircleCI’s pre-built images? From the email and Docker’s website...
View ArticleNode.js Deployment via SSH to EC2 Linux
Hi Everyone! I am trying to deploy a node.js app. I am trying to ssh into EC2 Linux instance and installing node.js, running npm install and npm start. I don’t understand what the error is telling me...
View ArticleCan't get git-diff on CircleCI Job
Hi @Bodacious, This is correct. Git in your CircleCI container is not the same as Git on your local machine. By default, git is not configured inside of your container. One approach you might use is...
View ArticleCouldn't connect to Docker daemon at https
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleWhy are my variables are not available in step phase
I am ssh-ing into my linux environment to deploy. I defined my variables SSH_USER and SSH_HOST in my project Environment Variables section. During the environment set up stage, I see that something is...
View ArticleNode.js Deployment via SSH to EC2 Linux
I checked the source one Github and it looks like that message happens when the rpm binary is not available github.com...
View ArticleNode.js Deployment via SSH to EC2 Linux
Also, I see you are using: machine: enabled: true in your config which is using an image which will be deprecated. You’ll want to also take a look at this thread.
View ArticleIs there a way to stop orbs from outputting all the steps into the UI?
Hi! I’m using the aws-s3 orb. The steps that the orb performs add a lot of noise to the UI output. It’s hard to justify 6 new rows for a single copy command. Is there a way to squash the output or...
View ArticleAuthenticate with Docker to avoid impact of Nov. 1st rate limits
Hello Friend! I’ve got confused first but now I have a decent understanding. Let me try to answer your questions @Jura : Circleci pre-built images are hosted on dockerhub. Therefore this change will...
View ArticleAuthenticate with Docker to avoid impact of Nov. 1st rate limits
Does this mean that the auth credentials need to be added after every image pulled in the build?
View ArticleHelp us with user research!
We are conducting research to help us understand how to better organize the navigation of our website. You will be asked to perform several tasks within the website structure and answer a few...
View ArticleInstalling xcparse via brew: No available formula or cask with the name...
Hi there! We need your help to resolve the above error on iOS platform. Just to give you a bit of background, our development CI pipeline looks like this: build -> unit tests -> xcparse ->...
View ArticleDockerHub による2020/11からのコンテナイメージ Pull 回数制限のCircleCIへの影響
以前、「Using Docker Authenticated Pulls(Dockerの認証付きプルの使用)」をご紹介させていただきましたが、これ以外に、 Set up a pull through cache registry (proxy for Docker Hub) というDocker Hubへのプロキシを用意する方法(認証はプロキシ側で行う)についても公開しております。...
View Article