Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-1 votes
1 answer
66 views

There something is not correct either in Dockerfile of services, or docker-compose.yml, on one builds it builds the images successfully, and for second time build fails with below error, then when I ...
1 vote
1 answer
117 views

I am able to install my python package from GCP Artifactory. Authenticate to GCP. % gcloud auth application-default login Your browser has been opened to visit: https://accounts.google.com/o/...
0 votes
1 answer
45 views

I am building a docker image that contains LLMs so in the end I got a kind of big image $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE ...
0 votes
1 answer
75 views

I need to set up a docker container, which has an internal network (tap-bridge-tap) to enable the IP communication between two applications in a test environment. Since the environment forbids the ...
1 vote
2 answers
334 views

How to fix Docker error Failed to solve: dockerfile parse error on line xx: unknown instruction: [global]. FROM ubuntu:latest RUN /bin/bash -c 'cat <<EOF > /etc/pip.conf.d/pip.conf [global] ...
mon's user avatar
  • 23k
0 votes
0 answers
873 views

I am new to Docker and I trying to setup a Laravel project inside a Docker. I successfully built and ran the container. Everything worked fine. However, after removing all containers and images and ...
0 votes
0 answers
203 views

I'm having trouble passing a secret to build a Docker image through GitHub Actions. Even when I set the variable containing the secret as an environment variable, it seems like the secret is not being ...
0 votes
1 answer
99 views

I'm trying to build a Docker image (based on debian:latest) for cross compilation. One step within this process is the creation of a cross-compilation sysroot, which involves running the following ...
0 votes
1 answer
372 views

Updates: Updating runc to (latest Dedian Bullseye-version) v1.0.0-rc93 did not help Updating to latest docker version (27.3.1) did not help Changing Dockerfile RUNline to individual imports (say pip ...
WolfiG's user avatar
  • 1,213
2 votes
1 answer
406 views

I'm trying to start a docker container inside the docker build process. I'm trying to build and pack one project inside a Docker container but its build process internally requires a running docker to ...
1 vote
1 answer
218 views

The projects that are not loading are on the same level as the Auth.Api project. Debug build is okay, but release build is not. Docker file: FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base USER app ...
0 votes
1 answer
1k views

I am building multiple Docker images from a bash script and I would like to stop the process if a WARN level build message appears. As I see the exit code of the docker build is zero despite I have ...
zappee's user avatar
  • 23.2k
1 vote
1 answer
510 views

I am trying to pass today’s date to a Dockerfile using a —build-arg in the Azure DevOps Docker@2 task. However, whenever I pass the variable, it doesn’t expand. I have a template file for variables ...
0 votes
0 answers
234 views

I've deployed github-action-runnet-set helm chart to use GitHub Actions for my organization. My goal is to have the runner builds a Docker image, then push it to private registry. I installed github-...
0 votes
1 answer
77 views

Im trying to buld a docker img with php8 and apache, but when restart apache in the line RUN service apache2 restart, return this error , this is dockerfile: FROM webdevops/php-apache:8.2 # we need ...

15 30 50 per page
1
2 3 4 5
...
40

AltStyle によって変換されたページ (->オリジナル) /