Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. docker
    Log in to post

    • P

      [BM] How to build a docker container from gitlab using env file
      Support • buildmaster docker • • philippe.camelio_3885  

      4
      0
      Votes
      4
      Posts
      9
      Views

      P

      I finally found how to handle properly (I guess) the variable The Dockerfile looks like: ARG SOME_VAR=default_var FROM some_image:some_version WORKDIR /usr/src/app RUN .... and the Deploy script like : Git::Checkout-Code(); Docker::Build-Image ( DockerfileVariables: %(SOME_VAR:myvar), Tag: $ReleaseNumber-pre.$BuildNumber, RemoveAfterPush: true ); bur I have signing problem to push container in proget. => I start a new thread
    • N

      Retention rules not removing old docker images
      Support • docker retention • • nicholas.boltralik_3634  

      8
      0
      Votes
      8
      Posts
      38
      Views

      gdivis

      Have you had any success deleting these after retagging? We haven't been able to reproduce this so far.
    • MaxCascone

      Solved: SQL containers on Mac M1
      Support • proget sql docker mac-m1 macos • • MaxCascone  

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • toni.wenzel

      Delete docker image
      Support • api docker • • toni.wenzel  

      2
      0
      Votes
      2
      Posts
      5
      Views

      atripp

      Hello, The Docker API is supposed to only support based bearer authentication, but in previous versions (v5) it also worked with Basic auth. There's a sample script on this page that shows how you can authenticate: https://docs.inedo.com/docs/proget-docker-semantic-versioning Cheers, Alana
    • MaxCascone

      buildmaster linux docker install: sa login failures
      Support • buildmaster linux docker centos • • MaxCascone  

      3
      0
      Votes
      3
      Posts
      15
      Views

      O

      @rhessinger said in buildmaster linux docker install: sa login failures: @mcascone slope game said in buildmaster linux docker install: sa login failures: docker exec -it inedo-sql /opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P 'redacted' -Q 'CREATE DATABASE [ProGet] COLLATE SQL_Latin1_General_CP1_CI_AS' Hi @mcascone, This line has the issue. You created a database named [ProGet] instead of a database name [BuildMaster] as you stated in the connection string on the third command. Thanks, Rich Thank you very much for the explanation. It works now.
    • M

      System.Web.HttpException (0x80004005): Maximum request length exceeded.
      Support • docker • • marcin.kawalerowicz_5163  

      3
      0
      Votes
      3
      Posts
      14
      Views

      G

      If you are using IIS for hosting your application, then the default upload file size is 4MB. To increase it, please use this below section in your asp.net web.config - <configuration> <system.web> <httpRuntime maxRequestLength="1048576" /> </system.web> </configuration> For IIS7 and above, you also need to add the lines below: <system.webServer> <security> <requestFiltering> <requestLimits maxAllowedContentLength="1073741824" /> </requestFiltering> </security> </system.webServer> Note: maxRequestLength is measured in kilobytes maxAllowedContentLength is measured in bytes
    • S

      SqlException on Proget 5.2.28 (docker version)
      Support • proget sql-server docker • • sbmatt  

      3
      0
      Votes
      3
      Posts
      14
      Views

      S

      Hi, I'm sorry I don't seem to have got a notification email when you replied, so I only just saw this. I just tried 5.2.29 and it works perfectly. Many thanks!
    • C

      Docker Container Error
      Support • connectors docker • • christopher.berube_4089  

      2
      0
      Votes
      2
      Posts
      64
      Views

      atripp

      This is to be expected; unfortunately the Docker Hub does not support searching via API, thus ProGet can't possibly search containers. But you can still get to the container by entering in the name directly in the URL.
    • A

      Support for DELETE BLOB docker HTTP API
      Support • proget docker blob delete api • • Alexander.Kholodov  

      5
      0
      Votes
      5
      Posts
      78
      Views

      A

      Great news, Alana! Thanks.
    • 1 / 1