GitLab Tutorial For Beginners | GitLab Container Registry

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

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

  • @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.

  • @shikuanchung4650
    @shikuanchung4650 10 месяцев назад

    A very clear tutorial, thanks for the hard work!

  • @haraprasadsahoo7379
    @haraprasadsahoo7379 Месяц назад

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

    • @Thetips4you
      @Thetips4you  Месяц назад

      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.

  • @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

  • @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.

  • @maa1dz1333q2eqER
    @maa1dz1333q2eqER Год назад +2

    Very helpful, thanks!!1

  • @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?

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

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

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

      If you can access the other server, yes

  • @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 RUclips. 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

  • @devops-h8v
    @devops-h8v 3 месяца назад +1

    nice