AWS CodeBuild - Building and Pushing the Docker Image to ECR using Buildspec.yml

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024

ความคิดเห็น • 20

  • @hemangdongre984
    @hemangdongre984 ปีที่แล้ว +1

    Great Work!
    This is a big help.
    Thank you.

    • @codewithgauri
      @codewithgauri  ปีที่แล้ว +1

      Thank you for the feedback. It motivates me to create more such videos. Also let me know what type of videos I should post in future.

  • @jasoncornell8336
    @jasoncornell8336 10 หลายเดือนก่อน

    Thank you, this is incredible! Just what I needed

  • @user-mx2ui5rt7v
    @user-mx2ui5rt7v 4 หลายเดือนก่อน

    day before yesterday this got worked, but today eventhough the permission is same still getting the same error

    • @codewithgauri
      @codewithgauri  3 หลายเดือนก่อน

      What error are you getting?

  • @alvarocontrerassilva6977
    @alvarocontrerassilva6977 ปีที่แล้ว

    Gracias !! me sirvio un monton el tutorial ! ando viendo ahora como obtener datos de s3 antes de que se genere el docker, ya que requiero pasar los archivos de configuracion del proyecto, de todas formas me ayudaste muchisimo.

  • @innovativecoder9564
    @innovativecoder9564 ปีที่แล้ว

    Thanks for the video!

  • @renejacques8288
    @renejacques8288 11 หลายเดือนก่อน

    When I try to build my project I get an that tag does not exist error, but I do have :latest in both places: - docker build -t $REPOSITORY_URI:Latest . and - docker push $REPOSITORY_URI:latest
    It also gives error for executing - docker push $REPOSITORY_URI:latest. Those error come after it performs the 8/8 steps (iguess creating the images).

    • @codewithgauri
      @codewithgauri  11 หลายเดือนก่อน

      Okay, can you share the error?

  • @SaiAluru-sp8dt
    @SaiAluru-sp8dt ปีที่แล้ว +1

    can you show the dockerfile what was written in that

    • @codewithgauri
      @codewithgauri  ปีที่แล้ว

      You will get the Dockerfile from here: github.com/gauri17-pro/my-webapp

    • @tamizhvendan5951
      @tamizhvendan5951 ปีที่แล้ว +1

      buildspecfile.yml file looks different in this....can you give link for buildspecfile plz...

  • @jasoncornell8336
    @jasoncornell8336 10 หลายเดือนก่อน

    You never talked about the Dockerfile ?

    • @codewithgauri
      @codewithgauri  10 หลายเดือนก่อน

      Because I have just used already created one

    • @jasoncornell8336
      @jasoncornell8336 10 หลายเดือนก่อน

      Which line is that? I’m having trouble with the Docker Build command in the Build phase