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

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 38

  • @Bignoobros236
    @Bignoobros236 18 днів тому +1

    really very amazing video totally satisfied

  • @S.Ajju1214
    @S.Ajju1214 Рік тому +2

    Nice one 👍

  • @mohammedunais2494
    @mohammedunais2494 11 місяців тому +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

  • @regilearn2138
    @regilearn2138 7 місяців тому +1

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

  • @jizna__Bashid
    @jizna__Bashid Рік тому +1

    Good presentation

  • @57_harshwardhanshinde94
    @57_harshwardhanshinde94 11 місяців тому +1

    really helpful

  • @claudiofragao6866
    @claudiofragao6866 Рік тому +1

    Good 👍

  • @GauravSharma-os6ds
    @GauravSharma-os6ds 4 місяці тому

    you made it easy

  • @Glider-kr7pe
    @Glider-kr7pe 10 місяців тому

    Niece one ❤️

  • @HosseinBajan
    @HosseinBajan 8 місяців тому +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  8 місяців тому

      Install docker in your jenkins server

    • @HosseinBajan
      @HosseinBajan 8 місяців тому

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

  • @joelfernandez5141
    @joelfernandez5141 Рік тому

    Thank you

  • @mrudulmohan9219
    @mrudulmohan9219 Рік тому +1

    Nice one👍👍

  • @AjayDas-m1q
    @AjayDas-m1q Рік тому

    Nice 👍

  • @kanigantivani4280
    @kanigantivani4280 5 місяців тому

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

  • @AmiyaMohanty-f6r
    @AmiyaMohanty-f6r Рік тому +1

    please provide your git repo url

  • @bhuvisakthi8888
    @bhuvisakthi8888 6 місяців тому

    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  6 місяців тому +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 .

  • @mohammedshabil1713
    @mohammedshabil1713 Рік тому

  • @Bashops
    @Bashops 6 місяців тому +1

    Thank you, Nice one