docker / scout-cli

Docker Scout CLI
https://docker.com/products/docker-scout
Other
334 stars 84 forks source link

New version 1.13.0 available (installed version is 1.2.0) at https://github.com/docker/scout-cli #139

Closed BaseMax closed 3 months ago

BaseMax commented 3 months ago
C:\Users\MAX\Salam>docker build -t my-efence-app .
[+] Building 120.0s (11/11) FINISHED                                                                  docker:default
 => [internal] load build definition from Dockerfile                                                            0.1s
 => => transferring dockerfile: 281B                                                                            0.0s
 => [internal] load .dockerignore                                                                               0.1s
 => => transferring context: 102B                                                                               0.0s
 => [internal] load metadata for docker.io/library/ubuntu:latest                                                2.3s
 => [auth] library/ubuntu:pull token for registry-1.docker.io                                                   0.0s
 => CACHED [1/5] FROM docker.io/library/ubuntu:latest@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd  0.0s
 => [internal] load build context                                                                               1.2s
 => => transferring context: 817.90kB                                                                           1.1s
 => [2/5] RUN apt-get update &&     apt-get install -y --no-install-recommends gcc mono-mcs electric-fence &  107.7s
 => [3/5] WORKDIR /app                                                                                          0.2s
 => [4/5] COPY . .                                                                                              5.2s
 => [5/5] RUN chmod u+x b.sh                                                                                    0.7s
 => exporting to image                                                                                          3.3s
 => => exporting layers                                                                                         3.3s
 => => writing image sha256:820c620b50db3f5e081157d68ce0938f22a12a7cebc5f0271b146f3a6b5cf296                    0.0s
 => => naming to docker.io/library/my-efence-app                                                                0.0s

What's Next?
  View a summary of image vulnerabilities and recommendations → docker scout quickview
C:\Users\MAX\Salam>docker scout quickview
    i New version 1.13.0 available (installed version is 1.2.0) at https://github.com/docker/scout-cli
    v Image stored for indexing
    v Indexed 205 packages
    ! failed to delete temporary image archive C:\Users\MAX\AppData\Local\Temp\docker-scout\sha256\820c620b50db3f5e081157d68ce0938f22a12a7cebc5f0271b146f3a6b5cf296\b7a189b2-b750-403d-8d88-350311430da0: remove C:\Users\MAX\AppData\Local\Temp\docker-scout\sha256\820c620b50db3f5e081157d68ce0938f22a12a7cebc5f0271b146f3a6b5cf296\b7a189b2-b750-403d-8d88-350311430da0: The process cannot access the file because it is being used by another process.
  Target             │  local://my-efence-app:latest  │    0C     0H     4M    11L
    digest           │  820c620b50db                  │
  Base image         │  ubuntu:24.04                  │    0C     0H     2M     7L
  Updated base image │  ubuntu:24.10                  │    0C     0H     0M     0L
                     │                                │                  -2     -7

What's Next?
  View vulnerabilities → docker scout cves local://my-efence-app:latest
  View base image update recommendations → docker scout recommendations local://my-efence-app:latest
  Include policy results in your quickview by supplying an organization → docker scout quickview local://my-efence-app:latest --org <organization>
C:\Users\MAX>curl -sSfL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh -s --
[error] docker is not installed; refusing to install to '/home/MAX/.docker/cli-plugins'
felipecruz91 commented 3 months ago

Hi @BaseMax, thank you for reporting this issue.

By your log messages I understand you're running on Windows. Unfortunately, the installation script only supports macOS and Linux. For Windows instructions please see the manual steps in here.

I'll close the issue but feel free to re-open it if you face new issues with the manual installation.