How to Build Docker image for nodejs apps | GitHub to DockerHub | Jenkins CI/CD Pipeline | BashMOD

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии •

  • @regilearn2138
    @regilearn2138 6 месяцев назад +1

    how it differ if we are developing mern stack micro service app. would appreciate if you can do a video in this

  • @kanigantivani4280
    @kanigantivani4280 4 месяца назад

    Pls inform me what are the plugin installed .in docker image push in to the docker hub

  • @S.Ajju1214
    @S.Ajju1214 11 месяцев назад +2

    Nice one 👍

  • @mohammedunais2494
    @mohammedunais2494 10 месяцев назад +1

    sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
    sudo: a password is required
    i got this error

  • @jizna__Bashid
    @jizna__Bashid Год назад +1

    Good presentation

  • @57_harshwardhanshinde94
    @57_harshwardhanshinde94 10 месяцев назад +1

    really helpful

  • @HosseinBajan
    @HosseinBajan 7 месяцев назад +1

    Thanks
    I got this error in my pipline:
    script.sh.copy: 1: docker: not found
    Before I installed docker plugin in my jenkins, but I got this error yet.

    • @bashopsOfficial
      @bashopsOfficial  7 месяцев назад

      Install docker in your jenkins server

    • @HosseinBajan
      @HosseinBajan 7 месяцев назад

      @@bashopsOfficial I run Jenkins using docker, and already I have installed docker on my server.

  • @bhuvisakthi8888
    @bhuvisakthi8888 5 месяцев назад

    Bro i'm getting this error while trying to build images on pipeline
    help me rectify this error
    + docker build -t my-node-app .
    DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
    Install the buildx component to build images with BuildKit:

    • @bashopsOfficial
      @bashopsOfficial  5 месяцев назад +1

      Docker’s legacy builder is deprecated, use BuildKit to build images.You can enable BuildKit by setting an environment variable before running the docker build command.
      export DOCKER_BUILDKIT=1
      This should be added before the docker build command. Your Jenkins pipeline script should look something like this
      + export DOCKER_BUILDKIT=1
      + docker build -t my-node-app .

  • @GauravSharma-os6ds
    @GauravSharma-os6ds 3 месяца назад

    you made it easy

  • @AmiyaMohanty-f6r
    @AmiyaMohanty-f6r 11 месяцев назад +1

    please provide your git repo url

  • @Glider-kr7pe
    @Glider-kr7pe 10 месяцев назад

    Niece one ❤️

  • @mrudulmohan9219
    @mrudulmohan9219 Год назад +1

    Nice one👍👍

  • @claudiofragao6866
    @claudiofragao6866 11 месяцев назад +1

    Good 👍

  • @AjayDas-m1q
    @AjayDas-m1q Год назад

    Nice 👍

  • @joelfernandez5141
    @joelfernandez5141 Год назад

    Thank you

  • @mohammedshabil1713
    @mohammedshabil1713 Год назад

  • @Bashops
    @Bashops 6 месяцев назад +1

    Thank you, Nice one