Skip to main content

Questions tagged [dockerhub]

Docker Hub is a product by Docker Inc built on top of the open source Docker Registry to distribute Docker images.

dockerhub
0 votes
1 answer
18 views

Docker cloud agent - Can I use local image instead of publishing to Docker hub

i was creating a Docker cloud agent template and I provided the image name from my local Docker. But I'm getting an error saying as below. "pull access denied for agent, repository does not exist ...
learner's user avatar
  • 286
0 votes
0 answers
23 views

Why Microsoft don't publish the list of tags on DockerHub repository

Does anyone knows why Microsoft don't use the "normal" repository style on DockerHub ? Why we can't browse the versions and tags ? All the other official images (and unofficial) can be ...
saad's user avatar
  • 935
0 votes
1 answer
40 views

Dockerhub Pimcore image [duplicate]

I would like to use/extend the pimcore dockerhub image (as I need to customize certain things). The image layers are here: https://registry.hub.docker.com/layers/pimcore/pimcore/php8.1-debug-latest/...
gvanto's user avatar
  • 2,038
0 votes
2 answers
101 views

Error response from daemon: Get "https://registry-1.docker.io/v2/": proxyconnect tcp: dial tcp: lookup proxy.example.com on 8.8.8.8:53: no such host

The error I got: pegasus@pegasus:~/Downloads/Docker_deb$ sudo docker run hello-world Unable to find image 'hello-world:latest' locally docker: Error response from daemon: Get "https://registry-1....
NobinPegasus's user avatar
0 votes
0 answers
26 views

Docker hub push

I have created a Jenkins file and want to push my image to docker hub, but even after I logged in successfully, I can't able to push the image to dockerhub. Pipeline console log : I have already ...
GAJJAVARAPU SAI HARSHA's user avatar
0 votes
2 answers
187 views

Can I build arm32 docker files with dockerhub

I have DockerHub repository set up to autobuild my Dockerfile stored in a BitBucket repository. Every time a modification is made to the Dockerfile, and this works fine https://bitbucket.org/ijabz/...
Paul Taylor's user avatar
  • 12.9k
0 votes
1 answer
179 views

How to resolve "Cannot perform an interactive login from a non TTY device" error in GitHub Actions Docker login?

I'm trying to set up a CI pipeline using GitHub Actions to build and push a Docker image to Dockerhub. However, I am encountering an error during the Docker login step. My workflow file is as follows: ...
user avatar
0 votes
1 answer
56 views

How can I increase the amount of available memory available Solr in a Docker container?

I downloaded Solr from dockerhub and I am trying to increase the amount of available memory available to Solr. It seems that the JVM args are set to "-Xms512m -Xmx512" which means that there ...
Asher Ross's user avatar
7 votes
1 answer
11k views

An Unexpected error occured while Opening docker desktop on windows 10 [closed]

Docker Desktop was unable to gather information about the current error. This most likely means that the services supporting Docker Desktop have exited unexpectedly. If the issue persists, collect ...
Rahul Ghadage's user avatar
0 votes
1 answer
51 views

Use environment variables with sensible information in Docker Hub autobuild

Docker Hub has a section in the "Build configurations" section to specify build environment variables: The problem is that the value of the variable appears in clear text, which makes this ...
fgalan's user avatar
  • 12.2k
0 votes
1 answer
34 views

Using jupyterhub/jupyterhub in docker hub get error

I want to use jupyterhub/jupyterhub to start a container running jupyterhub. So I create a Dockerfile: FROM jupyterhub/jupyterhub RUN useradd -m test && \ echo "test:password" | ...
cloudscomputes's user avatar
0 votes
0 answers
24 views

Docker Hub service account login with scim

I am trying to setup a Docker Hub service account for our CI pipelines. Our organization is integrated with SSO and SCIM, and I am unable to login as the service account user because I do not have a ...
Daniel Scott's user avatar
  • 7,693
0 votes
0 answers
61 views

Unable to push Docker image to Docker Hub from AWS EC2 instance ( Error: requested access to the resource is denied )

I am facing an issue when trying to push a Docker image from my AWS EC2 instance to Docker Hub. Here are the steps I followed: Logged into Docker on my EC2 instance using docker login. Built the ...
Langesh's user avatar
  • 88
0 votes
0 answers
76 views

Artifactory SSL certificate issue with Docker Hub

I have Artifactory 6.x running on-premise. I created a remote repository and pointed it to Docker Hub (i.e. https://registry-1.docker.io/v2/). Then create an Artifactory virtual repo which has this ...
gil's user avatar
  • 1
0 votes
0 answers
550 views

Error pulling from Docker Hub: failed to verify certificate

Pulling from Docker Hub I get: error pulling image configuration: download failed after attempts=6: tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time ...
Pino's user avatar
  • 9,073

15 30 50 per page
1
2 3 4 5
64