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 36 Posts
  • Build Service - Package Updates

    Pinned
    6
    0 Votes
    6 Posts
    633 Views
    girishG

    [1.7.0]

    Update base image to 4.2.0 Update docker to 24.0.6
  • Integrate a private docker registry

    15
    0 Votes
    15 Posts
    892 Views
    nebulonN

    Yes the build service is only optional in case a local docker setup is not viable or the upload speed is low. But otherwise by default it would build it locally and then push to the configured repository.

  • Calling build inside a docker container

    Solved
    5
    0 Votes
    5 Posts
    239 Views
    klawitterbK

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

  • Updates?

    4
    0 Votes
    4 Posts
    487 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
    492 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.