Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Build Service

5 Topics 44 Posts
  • Build Service - Package Updates

    Pinned
    10
    0 Votes
    10 Posts
    1k Views
    Package UpdatesP

    [2.2.0]

    Update Docker to 27.3.1
  • Integrate a private docker registry

    Solved
    19
    0 Votes
    19 Posts
    2k Views
    nebulonN

    Right having unreliable and slow internet connection was one of the main reasons for us to create that buildservice app.

    For the repository URLs, this is more like a docker quirk. The build service just passes those strings forward to docker.

  • Calling build inside a docker container

    Solved
    5
    0 Votes
    5 Posts
    556 Views
    klawitterbK

    @girish works perfectly fine now, thanks for the quick fix

  • Updates?

    4
    0 Votes
    4 Posts
    729 Views
    girishG

    @murgero yes, it should be safe to deploy within existing apps.

  • Set tag / pass docker args to remote build

    Solved
    6
    0 Votes
    6 Posts
    856 Views
    S

    Just tried it and a cloudron build --set-build-service mybuild.service.com --build-service-token <token-from-/app/data/tokendb.json> --set-repository <your.docker.registry>/<appname> --tag latest now starts the build and pushes it to the repo. Thanks a thousand times, @girish. This is awesome.