Skip to content

Commit 8ff2371

Browse files
Run update.sh
1 parent f94eb04 commit 8ff2371

File tree

7 files changed

+11
-12
lines changed

7 files changed

+11
-12
lines changed

convertigo/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ Convertigo is an open source fullstack Low Code & No Code platform. The platform
5151

5252
1. **Convertigo Server**: The back-end server part. Handles back-end connectors, micro-services execution, offline data device synchronization and serves Web & Mobile Web apps. Runs as a Docker container with the `convertigo` image
5353
2. **Convertigo Studio**: Runs on a Windows or a MacOS workstation, Eclipse based IDE, used to program Back-end micro-services workflows and use the "Mobile Builder" edition to build Mobile & Web apps UIs in a MXDP (Multi eXperience Development Platform) Low code mode. Can be directly downloaded from [Sourceforge.net](https://sourceforge.net/projects/convertigo/files/latest/download)
54-
3. **Convertigo SDKs**: Can be used with third party Client Web & Mobile development tools such as Xcode (iOS) Android Studio (Android) Angualr, Vue.js or plain js . SDKS are available on each platform standard repository (Bintray for Android, Cocoapods for iOS and Nuget for .NET)
55-
4. **Convertigo Forms**: The No Code App Builder to build form based apps as PWAs or Web applications with a Web Based NoCode studio intented for non technical developpers (Citizen Developpers)
54+
3. **Convertigo NoCode Studio**: The No Code App Builder to build form based apps as PWAs or Web applications with a Web Based NoCode studio intented for non technical developpers (Citizen Developpers)
5655

5756
Convertigo Community edition brought to you by Convertigo SA (Paris & San Francisco). The platform is currently used by more than 100K developers worldwide, building enterprise class mobile apps.
5857

@@ -117,7 +116,7 @@ convertigo
117116

118117
## Where is Convertigo Low Code server storing deployed projects
119118

120-
Projects are deployed in the Convertigo workspace, a simple file system directory. You can map the docker container **/workspace** to your physical system by using :
119+
Projects are deployed in the Convertigo workspace, a simple file system directory. You can map the docker container **/workspace** to your physical system by using:
121120

122121
```console
123122
$ docker run --name C8O -v $(pwd):/workspace -d -p 28080:28080 convertigo
@@ -295,7 +294,7 @@ $ docker run -d --name C8O -e SESSION_TIMEOUT=5 -p 28080:28080 convertigo
295294

296295
## `DISABLE_SUDO` Environment variable
297296

298-
The image include **sudo** command line, configured to allow the **convertigo** user to use it without password and to perform some **root** action inside the container. This variable allows to disable this permission.
297+
The image includes **sudo** command line, configured to allow the **convertigo** user to use it without password and to perform some **root** action inside the container. This variable allows to disable this permission.
299298

300299
The default `DISABLE_SUDO` value is **empty** and can be defined this way:
301300

dart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`2.19.0-sdk`, `2.19-sdk`, `2-sdk`, `stable-sdk`, `sdk`, `2.19.0`, `2.19`, `2`, `stable`, `latest`, `beta-sdk`, `beta`](https://github.com/dart-lang/dart-docker/blob/aea99ca1f5848eddf1dc5087573663b8bc3e102d/stable/bullseye/Dockerfile)
27+
- [`2.19.1-sdk`, `2.19-sdk`, `2-sdk`, `stable-sdk`, `sdk`, `2.19.1`, `2.19`, `2`, `stable`, `latest`, `beta-sdk`, `beta`](https://github.com/dart-lang/dart-docker/blob/2c4fd37c2a7352f7533ad1283fabf42c6dc3e3c6/stable/bullseye/Dockerfile)
2828

2929
# Quick reference (cont.)
3030

elasticsearch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`8.6.0`](https://github.com/docker-library/elasticsearch/blob/06dbd87db84a477d0814e343cbf970c7abf69649/8/Dockerfile)
27+
- [`8.6.1`](https://github.com/docker-library/elasticsearch/blob/8001c62c84bb3fa9f19a2725d20d4e5f404dda5e/8/Dockerfile)
2828
- [`7.17.8`](https://github.com/docker-library/elasticsearch/blob/4ae79746e02c947ff9dae92f7011399f9c809f18/7/Dockerfile)
2929

3030
# Quick reference (cont.)

erlang/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`25.2.1.0`, `25.2.1`, `25.2`, `25`, `latest`](https://github.com/erlang/docker-erlang-otp/blob/09ece3942fc2ce525fedf20adfce08933a63792c/25/Dockerfile)
28-
- [`25.2.1.0-slim`, `25.2.1-slim`, `25.2-slim`, `25-slim`, `slim`](https://github.com/erlang/docker-erlang-otp/blob/09ece3942fc2ce525fedf20adfce08933a63792c/25/slim/Dockerfile)
29-
- [`25.2.1.0-alpine`, `25.2.1-alpine`, `25.2-alpine`, `25-alpine`, `alpine`](https://github.com/erlang/docker-erlang-otp/blob/09ece3942fc2ce525fedf20adfce08933a63792c/25/alpine/Dockerfile)
27+
- [`25.2.2.0`, `25.2.2`, `25.2`, `25`, `latest`](https://github.com/erlang/docker-erlang-otp/blob/b6f02e74925e25f4fef924ff97625f9f839fc0d7/25/Dockerfile)
28+
- [`25.2.2.0-slim`, `25.2.2-slim`, `25.2-slim`, `25-slim`, `slim`](https://github.com/erlang/docker-erlang-otp/blob/b6f02e74925e25f4fef924ff97625f9f839fc0d7/25/slim/Dockerfile)
29+
- [`25.2.2.0-alpine`, `25.2.2-alpine`, `25.2-alpine`, `25-alpine`, `alpine`](https://github.com/erlang/docker-erlang-otp/blob/b6f02e74925e25f4fef924ff97625f9f839fc0d7/25/alpine/Dockerfile)
3030
- [`24.3.4.7`, `24.3.4`, `24.3`, `24`](https://github.com/erlang/docker-erlang-otp/blob/d5200b7de8a095532162d57c491effc760d919b4/24/Dockerfile)
3131
- [`24.3.4.7-slim`, `24.3.4-slim`, `24.3-slim`, `24-slim`](https://github.com/erlang/docker-erlang-otp/blob/d5200b7de8a095532162d57c491effc760d919b4/24/slim/Dockerfile)
3232
- [`24.3.4.7-alpine`, `24.3.4-alpine`, `24.3-alpine`, `24-alpine`](https://github.com/erlang/docker-erlang-otp/blob/d5200b7de8a095532162d57c491effc760d919b4/24/alpine/Dockerfile)

kibana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`8.6.0`](https://github.com/docker-library/kibana/blob/34ba6504a0b63a5f0f9d39564c0bfd47114d94f8/8/Dockerfile)
27+
- [`8.6.1`](https://github.com/docker-library/kibana/blob/99dfd6ecee59bd6e72c85c2f6b4ded17e3180c5e/8/Dockerfile)
2828
- [`7.17.8`](https://github.com/docker-library/kibana/blob/c98bb27941c6b2dafd6d963aab2b0cc9f0876315/7/Dockerfile)
2929

3030
# Quick reference (cont.)

logstash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`8.6.0`](https://github.com/docker-library/logstash/blob/4fabc6ecfad4f4d760c3f1a53cbcf9abca905543/8/Dockerfile)
27+
- [`8.6.1`](https://github.com/docker-library/logstash/blob/9061b36c4de1baca7642d05c31111515873ab7cb/8/Dockerfile)
2828
- [`7.17.8`](https://github.com/docker-library/logstash/blob/e0450c99e0d55edb3a548a10466153bb42f6eb91/7/Dockerfile)
2929

3030
# Quick reference (cont.)

sl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`7`, `latest`](https://github.com/scientificlinux/sl-docker/blob/b2ec52ef8c9e9a11d1bb4ea5441552c21f0b523b/sl7/Dockerfile)
27+
- [`7`, `latest`](https://github.com/scientificlinux/sl-docker/blob/67ed8dc3079a48c8eb14b5a9c27e654a058ca850/sl7/Dockerfile)
2828

2929
# Quick reference (cont.)
3030

0 commit comments

Comments
 (0)