Giter VIP home page Giter VIP logo

Comments (7)

mhalbritter avatar mhalbritter commented on April 28, 2024

I've edited your comment to improve the formatting. You might want to check out this Mastering Markdown guide for future reference.

from spring-boot.

Vetal2001 avatar Vetal2001 commented on April 28, 2024

I've edited your comment to improve the formatting. You might want to check out this Mastering Markdown guide for future reference.

Thank you. I'm just starting to use github

from spring-boot.

wilkinsona avatar wilkinsona commented on April 28, 2024

@Vetal2001 can you confirm the version of Docker that you're using and whether or not you're customising the buildpacks? The issue that you commented on before was about a problem that's specific to Docker 25.0 with custom buildpacks. In the title of this issue you've said that you're using Docker 24.0 and you don't appear to be customising the buildpacks.

from spring-boot.

Vetal2001 avatar Vetal2001 commented on April 28, 2024

@Vetal2001 can you confirm the version of Docker that you're using and whether or not you're customising the buildpacks? The issue that you commented on before was about a problem that's specific to Docker 25.0 with custom buildpacks. In the title of this issue you've said that you're using Docker 24.0 and you don't appear to be customising the buildpacks.

I've tried with different versions 25 and 24. I don't ustomising the buildpacks

from spring-boot.

wilkinsona avatar wilkinsona commented on April 28, 2024

The URL that's being used for the pull looks to be correct to me so I suspect it may be a problem with your Docker installation or its configuration. Can you please share the complete output from running each of the following two commands on the command line:

  • docker context inspect
  • docker pull paketobuildpacks/builder-jammy-base:latest

from spring-boot.

Vetal2001 avatar Vetal2001 commented on April 28, 2024
  • docker context inspect

Thanks for your reply

PS C:\projects\serv-mirep-microservices\fm-loading-telematics-data-service> &$env:ProgramFiles\Docker\docker context inspect
[
    {
        "Name": "default",
        "Metadata": {},
        "Endpoints": {
            "docker": {
                "Host": "npipe:////./pipe/docker_engine",
                "SkipTLSVerify": false
            }
        },
        "TLSMaterial": {},
        "Storage": {
            "MetadataPath": "\u003cIN MEMORY\u003e",
            "TLSPath": "\u003cIN MEMORY\u003e"
        }
    }
]

PS C:\projects\serv-mirep-microservices\fm-loading-telematics-data-service> &$env:ProgramFiles\Docker\docker pull paketobuildpacks/builder-jammy-base:latest
latest: Pulling from paketobuildpacks/builder-jammy-base
image operating system "linux" cannot be used on this platform: operating system is not supported

from spring-boot.

scottfrederick avatar scottfrederick commented on April 28, 2024

image operating system "linux" cannot be used on this platform: operating system is not supported

As Andy suggested, this appears to be a problem with the configuration of your local Docker. Can you try some of the solutions in this StackOverflow post: https://stackoverflow.com/questions/50786984/docker-image-operating-system-linux-cannot-be-used-on-this-platform-while?

from spring-boot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.