Skip to content

Commit 0d32580

Browse files
authored
Merge pull request #17 from linuxserver/artefact-url
Update artefact download url
2 parents 85c0813 + 22db4ee commit 0d32580

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntujammy
1+
FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntunoble
22

33
# set version label
44
ARG BUILD_DATE
@@ -27,24 +27,25 @@ RUN \
2727
libgtk2.0-0 \
2828
libgtkmm-3.0-1v5 \
2929
libmysqlclient21 \
30+
libodbc2 \
3031
libopengl0 \
3132
libpangomm-1.4-1v5 \
3233
libpcrecpp0v5 \
33-
libproj22 \
34-
libpython3.10 \
34+
libproj25 \
35+
libpython3.12t64 \
3536
libsecret-1-0 \
3637
libsigc++-2.0-0v5 \
3738
libssh-4 \
3839
libvsqlitepp3v5 \
39-
libzip4 && \
40+
libzip4t64 && \
4041
echo "**** install mysql workbench ****" && \
4142
if [ -z ${WORKBENCH_VERSION+x} ]; then \
4243
WORKBENCH_VERSION=$(curl -sL https://dev.mysql.com/downloads/workbench/ \
4344
|awk '/<h1>MySQL Workbench/ {print $3;exit}'); \
4445
fi && \
4546
curl -Lf -o \
4647
/tmp/workbench.deb \
47-
https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community_${WORKBENCH_VERSION}-1ubuntu22.04_amd64.deb && \
48+
https://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community_${WORKBENCH_VERSION}-1ubuntu24.04_amd64.deb && \
4849
dpkg -i /tmp/workbench.deb && \
4950
echo "**** cleanup ****" && \
5051
apt-get clean && \

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ This container is based on [Docker Baseimage KasmVNC](https://github.com/linuxse
8383
| DRINODE | If mounting in /dev/dri for [DRI3 GPU Acceleration](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html) allows you to specify the device to use IE `/dev/dri/renderD128` |
8484
| LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` |
8585
| NO_DECOR | If set the application will run without window borders for use as a PWA. |
86-
| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
86+
| NO_FULL | Do not automatically fullscreen applications when using openbox. |
8787

8888
#### Optional run configurations
8989

9090
| Variable | Description |
9191
| :----: | --- |
9292
| `--privileged` | Will start a Docker in Docker (DinD) setup inside the container to use docker in an isolated environment. For increased performance mount the Docker directory inside the container to the host IE `-v /home/user/docker-data:/var/lib/docker`. |
9393
| `-v /var/run/docker.sock:/var/run/docker.sock` | Mount in the host level Docker socket to either interact with it via CLI or use Docker enabled applications. |
94-
| `--device /dev/dri:/dev/dri` | Mount a GPU into the container, this can be used in conjunction with the `DRINODE` environment variable to leverage a host video card for GPU accelerated appplications. Only **Open Source** drivers are supported IE (Intel,AMDGPU,Radeon,ATI,Nouveau) |
94+
| `--device /dev/dri:/dev/dri` | Mount a GPU into the container, this can be used in conjunction with the `DRINODE` environment variable to leverage a host video card for GPU accelerated applications. Only **Open Source** drivers are supported IE (Intel,AMDGPU,Radeon,ATI,Nouveau) |
9595

9696
### Language Support - Internationalization
9797

@@ -328,6 +328,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
328328

329329
## Versions
330330

331+
* **01.07.24:** - Rebase to Noble.
331332
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
332333
* **20.04.23:** - Update app to launch fullscreen.
333334
* **18.03.23:** - Rebase to KasmVNC base image.

readme-vars.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,14 @@ project_url: "https://www.mysql.com/products/workbench/"
66
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mysql-workbench-icon.png"
77
project_blurb: "[MySQL Workbench]({{ project_url }}) is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more."
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
9-
project_blurb_optional_extras_enabled: false
109

1110
# supported architectures
1211
available_architectures:
1312
- { arch: "{{ arch_x86_64 }}", tag: "latest"}
1413

15-
# development version
16-
development_versions: false
17-
1814
# container parameters
1915
common_param_env_vars_enabled: true
2016
param_container_name: "{{ project_name }}"
21-
param_usage_include_env: true
22-
param_env_vars:
23-
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
2417
param_usage_include_vols: true
2518
param_volumes:
2619
- { vol_path: "/config", vol_host_path: "/path/to/config", desc: "Users home directory in the container, stores program settings." }
@@ -57,15 +50,15 @@ app_setup_block: |
5750
| DRINODE | If mounting in /dev/dri for [DRI3 GPU Acceleration](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html) allows you to specify the device to use IE `/dev/dri/renderD128` |
5851
| LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` |
5952
| NO_DECOR | If set the application will run without window borders for use as a PWA. |
60-
| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
53+
| NO_FULL | Do not automatically fullscreen applications when using openbox. |
6154
6255
#### Optional run configurations
6356
6457
| Variable | Description |
6558
| :----: | --- |
6659
| `--privileged` | Will start a Docker in Docker (DinD) setup inside the container to use docker in an isolated environment. For increased performance mount the Docker directory inside the container to the host IE `-v /home/user/docker-data:/var/lib/docker`. |
6760
| `-v /var/run/docker.sock:/var/run/docker.sock` | Mount in the host level Docker socket to either interact with it via CLI or use Docker enabled applications. |
68-
| `--device /dev/dri:/dev/dri` | Mount a GPU into the container, this can be used in conjunction with the `DRINODE` environment variable to leverage a host video card for GPU accelerated appplications. Only **Open Source** drivers are supported IE (Intel,AMDGPU,Radeon,ATI,Nouveau) |
61+
| `--device /dev/dri:/dev/dri` | Mount a GPU into the container, this can be used in conjunction with the `DRINODE` environment variable to leverage a host video card for GPU accelerated applications. Only **Open Source** drivers are supported IE (Intel,AMDGPU,Radeon,ATI,Nouveau) |
6962
7063
### Language Support - Internationalization
7164
@@ -87,6 +80,7 @@ app_setup_block: |
8780
8881
# changelog
8982
changelogs:
83+
- { date: "01.07.24:", desc: "Rebase to Noble." }
9084
- { date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon." }
9185
- { date: "20.04.23:", desc: "Update app to launch fullscreen." }
9286
- { date: "18.03.23:", desc: "Rebase to KasmVNC base image." }

0 commit comments

Comments
 (0)