dockersamples / example-voting-app

Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
Apache License 2.0
4.75k stars 11k forks source link

can't rebuilt the docker container of vote app #251

Closed le-cardinal closed 2 years ago

le-cardinal commented 2 years ago

Hello,

basically i'm changing some colors within vote/static/stylesheets/style.cs

rebuilding the docker container with the command: docker build -t vote .

[+] Building 2.0s (12/12) FINISHED
 => [internal] load build definition from Dockerfile                                                                        0.1s 
 => => transferring dockerfile: 764B                                                                                        0.0s 
 => [internal] load .dockerignore                                                                                           0.0s 
 => => transferring context: 2B                                                                                             0.0s 
 => [internal] load metadata for docker.io/library/python:3.9-slim                                                          1.6s 
 => [auth] library/python:pull token for registry-1.docker.io                                                               0.0s 
 => [1/6] FROM docker.io/library/python:3.9-slim@sha256:f0687882d40d9813c46268585403aee057a7ffe7a4a7a27b5df243201a4b01fc    0.0s 
 => [internal] load build context                                                                                           0.1s 
 => => transferring context: 137.40kB                                                                                       0.0s 
 => CACHED [2/6] RUN apt-get update     && apt-get install -y --no-install-recommends     curl     && rm -rf /var/lib/apt/  0.0s 
 => CACHED [3/6] WORKDIR /app                                                                                               0.0s 
 => CACHED [4/6] COPY requirements.txt /app/requirements.txt                                                                0.0s 
 => exporting to image                                                                                                      0.1s 
 => => exporting layers                                                                                                     0.1s 
 => => writing image sha256:44b14e8a2f1ee3578187f3d4038a763a0ff811252f161d955b3c1525aa82f5e0                                0.0s 
 => => naming to docker.io/xxxxx/vote    

and using the newest build container, i can't see the colors changed (style the old ones).

Regards

le-cardinal commented 2 years ago

looks like this bus is a false-positive