GitLab Tutorial For Beginners | GitLab Container Registry

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024

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

  • @DesignDensity
    @DesignDensity 2 ปีที่แล้ว +2

    Thank you, this was very straightforward to follow along, would be nice to see a CI/CD version of the same tutorial.

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

      Thank you. Please refer the gitlab ci playlist.

  • @devops-h8v
    @devops-h8v 5 หลายเดือนก่อน +1

    nice

    • @Thetips4you
      @Thetips4you  5 หลายเดือนก่อน

      Thank you

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

    A very clear tutorial, thanks for the hard work!

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

      You are welcome.

  • @imalkagunasekara8725
    @imalkagunasekara8725 25 วันที่ผ่านมา

    Great

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

    thanks, to be able to run those commands, we need to install docker on our local? please advise.

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

      Yes, if you want to use docker commands, you do need to set up docker locally. You can check out my videos on docker for it.

  • @maa1dz1333q2eqER
    @maa1dz1333q2eqER 2 ปีที่แล้ว +2

    Very helpful, thanks!!1

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

    No need to write a .gitlab-ci.yml file we can directly build an image through the command line and push it to GitLab container registry?

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

      It should be possible.

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

      @@Thetips4youI tried without writing .Gitlab-ci.yml also through command line build the docker image and pushed to container registy successfully
      Thank you so much

    • @Thetips4you
      @Thetips4you  2 ปีที่แล้ว

      @@vrk8s You are welcome

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

    where are you running these commands?

    • @Thetips4you
      @Thetips4you  2 ปีที่แล้ว

      Running on a linux system which is having docker configured.

    • @kumarvan579
      @kumarvan579 2 ปีที่แล้ว

      @@Thetips4you I have setup a windows runner with Shell executor.
      I am facing an issues where below is part of the Yaml file.
      image:
      name: justb4/jmeter:5.3
      entrypoint: [""]
      jmeter_tests:
      stage: tests
      script:
      - mkdir testresults
      - /entrypoint.sh -n -t ./testname.jmx -l ./testresults.log -e -o ./testresults
      here is the errro:
      /entrypoint.sh : The term '/entrypoint.sh' is not recognized as the name of a cmdlet, function, script file, or
      operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
      again.
      ANy suggestions?

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

    Hi
    I want to fetch image from container registry dynamically whenever a new image is deployed.
    How can we write it in gitlab-ci file can you please help me on this

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

      You can use pull_policy to fetch image all time. Also set the latest tag if you want to get latest image. Check the gitlab ci documentation, you will get more details.

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

    "Container Registry" option not show in my GitLab. how to enable it?

    • @Thetips4you
      @Thetips4you  2 ปีที่แล้ว

      Are you using your own installed GitLab instance?

    • @pravinpatil7826
      @pravinpatil7826 2 ปีที่แล้ว

      @@Thetips4you Yes sir

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

      You have to contact the adminstrator to enable it. If you are the admin you itself can enable it. Please check the GitLab documentation.

    • @mohammadjafari4521
      @mohammadjafari4521 2 ปีที่แล้ว

      me too / do you find solution ?

    • @pravinpatil7826
      @pravinpatil7826 2 ปีที่แล้ว

      @@mohammadjafari4521 Not found proper steps for enable "Container registry" option.

  • @jaikumardaiya4503
    @jaikumardaiya4503 3 ปีที่แล้ว +2

    I have watched halfway though now it is showing PREMIIRES in 19 hours 😂

    • @Thetips4you
      @Thetips4you  3 ปีที่แล้ว +2

      How come :). May be an issue from TH-cam. I have published it as premier for tomorrow. You can continue watching it tomorrow.

    • @jaikumardaiya4503
      @jaikumardaiya4503 3 ปีที่แล้ว +2

      @@Thetips4you yeah may be some issue. Surely I watch

  • @trollingday7124
    @trollingday7124 6 หลายเดือนก่อน

    So could we push docker images remotly to a other server that contains gitlab???

    • @Thetips4you
      @Thetips4you  6 หลายเดือนก่อน

      If you can access the other server, yes