What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi, anyone know how to add php extensions for docker demo shop?

U0134CBTUKS
U0134CBTUKS Posts: 42 πŸ§‘πŸ»β€πŸš€ - Cadet

Hi, anyone know how to add php extensions for docker demo shop?

Comments

  • sprymiker
    sprymiker Cloud Platform Architect Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet
  • sprymiker
    sprymiker Cloud Platform Architect Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    Just curious, what extension are you going to add?

  • U0134CBTUKS
    U0134CBTUKS Posts: 42 πŸ§‘πŸ»β€πŸš€ - Cadet

    hi, it's project specific, mongodb

  • sprymiker
    sprymiker Cloud Platform Architect Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    Got it.

  • U0134CBTUKS
    U0134CBTUKS Posts: 42 πŸ§‘πŸ»β€πŸš€ - Cadet

    thanks for the info

  • U0134CBTUKS
    U0134CBTUKS Posts: 42 πŸ§‘πŸ»β€πŸš€ - Cadet

    πŸ™‚

  • U0134CBTUKS
    U0134CBTUKS Posts: 42 πŸ§‘πŸ»β€πŸš€ - Cadet

    @ULYHPR789 so it can't be a local image, it must be uploaded to docker hub, yes?

  • sprymiker
    sprymiker Cloud Platform Architect Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    you can use local image as well

  • sprymiker
    sprymiker Cloud Platform Architect Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    However it will work only for you or you have script to build it locally.

  • U0134CBTUKS
    U0134CBTUKS Posts: 42 πŸ§‘πŸ»β€πŸš€ - Cadet

    if I try to do it with local image i get

    [internal] load metadata for docker.io/library/test_base_app:latest:

    ------


    failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = failed to build LLB: failed to load cache key: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed

  • U0134CBTUKS
    U0134CBTUKS Posts: 42 πŸ§‘πŸ»β€πŸš€ - Cadet

    but maybe the docker hub will still be fine for me

  • U0134CBTUKS
    U0134CBTUKS Posts: 42 πŸ§‘πŸ»β€πŸš€ - Cadet

    thx

  • sprymiker
    sprymiker Cloud Platform Architect Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    tag with the double tag

  • sprymiker
    sprymiker Cloud Platform Architect Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    mylocalimage:latest

  • U0134CBTUKS
    U0134CBTUKS Posts: 42 πŸ§‘πŸ»β€πŸš€ - Cadet

    works! πŸŽ‰ thank you very much for your help