gitbucket-docker
gitbucket-docker copied to clipboard
Docker image of GitBucket which is an open source GitHub server powered by Scala
Hi, I got errors at startup as follows: ``` Exception in thread "main" java.lang.NumberFormatException: For input string: "tcp://10.27.241.91:80" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at JettyLauncher.getPort(JettyLauncher.java:165) at JettyLauncher.main(JettyLauncher.java:74) ``` I...
If the service doesn't require privileges, it is a good way to use `USER` to change to non-root user(1). That makes easy to run on Kubernetes and OpenShift(2). (1) https://docs.docker.com/develop/develop-images/dockerfile_best-practices/...
Not really an issue, but a help request or an improvement for this container, just to deploy it using Kubenetes. Do you have any plans to prepare a simple deployment...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. Release notes Sourced from docker/setup-qemu-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/setup-qemu-action#102 Bump @actions/core...
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. Release notes Sourced from actions/setup-java's releases. v4.0.0 What's Changed In the scope of this release, the version of the Node.js runtime was updated to...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record and generate build summary by @crazy-max in docker/build-push-action#1120 Bump @docker/actions-toolkit from 0.24.0 to 0.26.0...
Hi, There are multiple security issues with the new 4.42.1 image. I created the new image with the following docker file FROM eclipse-temurin:17 ADD https://github.com/gitbucket/gitbucket/releases/download/4.42.1/gitbucket.war /opt/gitbucket.war RUN ln -s /gitbucket...
Deploying the containers with $ docker compose up -d $ docker container logs gitbucket Output: **gitbucket user id: 9000 mv: can't rename '/srv/gitbucket/gitbucket-backup-plugin-1.4.0.jar': No such file or directory**