mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-03-04 08:52:27 -05:00
Failure to build following build-and-deploy instructions #1015
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#1015
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @theimpostor on GitHub (Oct 19, 2025).
Description
I am getting the following error following the ubuntu build from the wiki
Here is my very simple Dockerfile:
Is there a stable build tag I can use?
Steps to reproduce
Create the dockerfile as above, do
docker build .Expected/Desired Behavior
build succeeds
CloudBeaver Version
devel branch, tried with 25.2.2 also
Additional context
Using docker on mac os, amd64.
@theimpostor commented on GitHub (Oct 19, 2025):
Full error log: logs.txt
@theimpostor commented on GitHub (Oct 19, 2025):
Well, seems like it works if I explicitly check everything out with tag 25.1.5. That's the last tag that is consistently applied across the repos. Also there were some gotchas with the maven version and yarn version.
@dariamarutkina commented on GitHub (Oct 22, 2025):
Hello, @theimpostor !
Thanks a lot for the detailed report!
The project now uses Tycho 5.0, which requires Maven 3.9.9 or newer. We’ll update the build instructions in the wiki to reflect this requirement.
Also, if you just need to run CloudBeaver in Docker, you can use the existing Dockerfile from deploy/docker
or pull the latest official image from Docker Hub 🦫