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

7 Topics 83 Posts
  • Build Service - Package Updates

    Pinned
    16
    0 Votes
    16 Posts
    2k Views
    Package UpdatesP
    [2.3.1] Update moby to 27.5.1 docker/cli, 27.5.1 milestone moby/moby, 27.5.1 milestone Fixed an issue that could persistently prevent daemon startup after failure to initialize the default bridge. moby/moby#49307 Add a DOCKER_IGNORE_BR_NETFILTER_ERROR environment variable. Setting it to 1 allows running on hosts that cannot load br_netfilter. Some things won't work, including disabling inter-container communication in a bridge network. With the userland proxy disabled, it won't be possible to access one container's published ports from another container on the same network. moby/moby#49306 Update Go runtime to 1.22.11 (fix CVE-2024-45341, CVE-2024-45336). moby/moby#49312, docker/docker-ce-packaging#1147, docker/cli#5762 Update RootlessKit to v2.3.2 to support passt >= 2024_10_30.ee7d0b6. moby/moby#49304 Update Buildx to v0.20.0. docker/docker-ce-packaging#1149
  • 0 Votes
    30 Posts
    737 Views
    I
    For those that are reading this post... If you plan to host the docker image yourself, this is critical to update the JSON of Docker Registry app with your Cloudron registry domain and credentials. @nebulon Maybe that would be a great idea to add to the documentation that if a user wants to host the image himself, he should use his Cloudron docker registry domain instead of docker.io. The documentation is currently confusing ^^ Thanks again for your assistance.
  • 0 Votes
    3 Posts
    268 Views
    M
    Ah yeah, that's what I thought. Moved the build app to somewhere else. Would be nice to add --cpu-quota to the build command to mirror the apps settings (from https://dev.to/code42cate/dont-build-docker-apps-without-this-flag-48kg)
  • 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
    690 Views
    klawitterbK
    @girish works perfectly fine now, thanks for the quick fix
  • Updates?

    4
    0 Votes
    4 Posts
    825 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
    970 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.