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
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:
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 .
Nice one 👍
Thank you
Good presentation
Thanks
you made it easy
Thanks bro
really helpful
Thank you so much ❤️
how it differ if we are developing mern stack micro service app. would appreciate if you can do a video in this
Sure, we will do
Nice one👍👍
Thanks bro
Pls inform me what are the plugin installed .in docker image push in to the docker hub
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
put your password
Good 👍
Thank you👍
Niece one ❤️
Thanks❤️
Thank you
You're welcome
Thank you, Nice one
💯
Nice 👍
Thanks ✌
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.
Install docker in your jenkins server
@@bashops_technologies I run Jenkins using docker, and already I have installed docker on my server.
please provide your git repo url
GitHub username : “bashcodegit”
❤
Thanks
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:
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 .