Commit Graph

3042 Commits

Author SHA1 Message Date
Afshin Tavakolian
053fa059ac update version jenkins 2022-12-08 04:36:45 +03:30
Shao Yu-Lung (Allen)
96e0f2e92f
Merge pull request #3316 from zhushaolong/zhushaolong-patch-1
Update workspace Dockerfile for symfony
2022-12-07 15:23:14 +08:00
zhushaolong
51ad2e13ca
Update Dockerfile for symphony
The symfony execution file could not be found when building the workspace.
```shell
#0 17.14 Symfony CLI installer
#0 17.14 
#0 17.14 Environment check
#0 17.14   [*] cURL is installed
#0 17.14   [*] Tar is installed
#0 17.14   [*] Git is installed
#0 17.15   [*] Your architecture (amd64) is supported
#0 17.15 
#0 17.15 Download
#0 17.19   Downloading https://github.com/symfony-cli/symfony-cli/releases/latest/download/symfony-cli_linux_amd64.tar.gz..
#0 17.30   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#0 17.30                                  Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100 5228k  100 5228k    0     0  1598k      0  0:00:03  0:00:03 --:--:-- 2849k
#0 20.59   Uncompress binary...
#0 20.98   Installing the binary into your home directory...
#0 21.01   The binary was saved to: /root/.symfony5/bin/symfony
#0 21.01 
#0 21.01 The Symfony CLI was installed successfully!
#0 21.01 
#0 21.01 Use it as a local file:
#0 21.01   /root/.symfony5/bin/symfony
#0 21.01 
#0 21.01 Or add the following line to your shell configuration file:
#0 21.01   export PATH="$HOME/.symfony5/bin:$PATH"
#0 21.01 
#0 21.01 Or install it globally on your system:
#0 21.01   mv /root/.symfony5/bin/symfony /usr/local/bin/symfony
#0 21.01 
#0 21.01 Then start a new shell and run 'symfony'
#0 21.04 mv: cannot stat '/root/.symfony/bin/symfony': No such file or directory
------
failed to solve: executor failed running [/bin/sh -c if [ ${INSTALL_SYMFONY} = true ]; then   mkdir -p /usr/local/bin   &&  1
```
2022-12-05 01:37:29 +08:00
Shao Yu-Lung (Allen)
6f98745458
Merge pull request #3307 from laradock/dependabot/npm_and_yarn/react/jsdom-and-react-scripts-16.7.0
Bump jsdom and react-scripts in /react
2022-12-01 11:42:18 +08:00
Shao Yu-Lung (Allen)
e1b919849c
Merge pull request #3306 from laradock/dependabot/npm_and_yarn/react/shell-quote-and-react-scripts-1.7.4
Bump shell-quote and react-scripts in /react
2022-12-01 11:41:49 +08:00
dependabot[bot]
6e5e21ed1b
Bump jsdom and react-scripts in /react
Bumps [jsdom](https://github.com/jsdom/jsdom) to 16.7.0 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together.


Updates `jsdom` from 11.12.0 to 16.7.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/11.12.0...16.7.0)

Updates `react-scripts` from 3.4.1 to 5.0.1
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-3.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: indirect
- dependency-name: react-scripts
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01 00:57:46 +00:00
dependabot[bot]
331067497b
Bump shell-quote and react-scripts in /react
Bumps [shell-quote](https://github.com/ljharb/shell-quote) to 1.7.4 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together.


Updates `shell-quote` from 1.7.2 to 1.7.4
- [Release notes](https://github.com/ljharb/shell-quote/releases)
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/shell-quote/compare/v1.7.2...v1.7.4)

Updates `react-scripts` from 3.4.1 to 5.0.1
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-3.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-type: indirect
- dependency-name: react-scripts
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01 00:55:59 +00:00
Shao Yu-Lung (Allen)
3226fb95cc
Merge pull request #3272 from sashashura/patch-2
GitHub Workflows security hardening
2022-12-01 08:15:55 +08:00
Shao Yu-Lung (Allen)
f5f389331a
Merge pull request #3284 from krispajak/php-fpm-ldap-arm64
php-fpm fails to build with ldap enabled under mac m1 (arm64)
2022-11-21 07:57:56 +08:00
Shao Yu-Lung (Allen)
c5ddca458a
Merge pull request #3296 from the-paulus/oci8-arm64
Oci8 arm64
2022-11-21 07:56:32 +08:00
Paul M Lyon
adc61d951d Updated .env.example
- Added variables for instant client arch and version.
2022-11-11 11:44:07 -06:00
Mahmoud Zalt
ca6d68801e logos clean up 2022-11-11 13:41:55 +01:00
Paul M Lyon
756c71b97e Updated workspace/Dockerfile
- Added more vairables
- Updated instantclient repository
2022-11-11 01:19:51 -06:00
Paul M Lyon
aa85fbed4f Updated php-fpm/Dockerfile
- Added more variables
- Updated instantclient repository
2022-11-11 01:18:39 -06:00
Shao Yu-Lung (Allen)
2283eaa780
Merge pull request #3251 from robbie-thompson/master
Fixes #3249 - Expose Vite port in docker-compose.yml
2022-11-08 14:55:51 +08:00
Shao Yu-Lung (Allen)
bbbe087402
Merge branch 'master' into master 2022-11-08 14:28:49 +08:00
Shao Yu-Lung (Allen)
ba64feda04
Merge pull request #3291 from da-mask/master
Adding pcov for php 8.x to php-fpm and workspace
2022-11-02 08:35:59 +08:00
da-mask
3557b1bf91
Merge branch 'laradock:master' into master 2022-11-02 09:40:45 +11:00
Shao Yu-Lung (Allen)
257bfc4245
Merge pull request #3254 from TerjeBr/feature/update-maildev
Use the maintained version of maildev
2022-11-01 22:59:30 +08:00
Shao Yu-Lung (Allen)
1f42a92b5e
Merge pull request #3283 from Silassiai/install-dnsutils
Install dnsutils
2022-11-01 22:30:26 +08:00
Silas
d6e2d51dae
Merge branch 'master' into install-dnsutils 2022-10-31 12:19:13 +01:00
DanielFloris
b217f54d7a Adding pcov for php 8.x to php-fpm and workspace 2022-10-31 15:57:53 +11:00
Shao Yu-Lung (Allen)
878c267d89
Merge pull request #3258 from jwwb681232/master
add onedev(Self-hosted Git Server with CI/CD and Kanban)
2022-10-24 17:05:01 +08:00
Shao Yu-Lung (Allen)
848570c7d0
Merge pull request #3273 from esseremmerik/caddy-correct-version
Use correct Caddy repo to get latest version
2022-10-23 13:48:06 +08:00
Shao Yu-Lung (Allen)
2643087b71
Merge pull request #3279 from polarikus/fix-apache-m1
Fix apache m1
2022-10-23 13:46:47 +08:00
Shao Yu-Lung (Allen)
61a219e3c3
Merge pull request #3282 from makowskid/master
Adding `artisan` (and `art`) autocomplete in BASH
2022-10-23 13:44:40 +08:00
Shao Yu-Lung (Allen)
4ff41ecfc5
Merge pull request #3280 from kideny/phalcon
Fix Phalcon Support
2022-10-23 13:40:43 +08:00
Shao Yu-Lung (Allen)
2ff93b5e55
Merge pull request #3206 from DocLM/bugfix/xdebug-php-7
Fix Xdebug 3 compatibility with PHP 7.3 and 7.4
2022-10-23 13:36:26 +08:00
Leonardo Medici
8f22b552ee
Fix Xdebug 3 compatibility with PHP 7.3 and 7.4
- Allow to set custom Xdebug port
- Update Xdebug to v3.1.4
2022-10-22 10:14:56 +02:00
Kris Pajak
1869b562a3 php-fpm fails to build with ldap enabled under mac m1 (arm64) 2022-10-13 17:49:13 +02:00
Silas de Rooy
b8501c0a2b removed extension word 2022-10-13 13:02:40 +02:00
Silas de Rooy
71ae532527 dnsutils is a package 2022-10-13 13:01:09 +02:00
Silas de Rooy
72cf7f7844 Merge branch 'add-dnsutils-extension' into install-dnsutils 2022-10-13 12:59:32 +02:00
Silas de Rooy
045cd075b9 add dnsutils extension to workspace asn php-fmp 2022-10-13 12:53:56 +02:00
Dawid Makowski
0d08d36bd3
Adding artisan & art autocomplete in BASH 2022-10-13 12:46:21 +08:00
kideny
06ff2a34a0 fixed 2022-10-05 19:05:19 +08:00
Игорь Данилов
ed48e4ee1b
Update index.md
Add ## Apache2 container won't start on mac m1
2022-10-04 20:05:01 +03:00
Игорь Данилов
98c5d7ba64
Update docker-compose.yml 2022-10-04 19:52:29 +03:00
Игорь Данилов
db1b30ecf2
Update Dockerfile
script for M1
2022-10-04 19:49:08 +03:00
Игорь Данилов
05536fb6a1
Update docker-compose.yml 2022-10-04 19:31:34 +03:00
Игорь Данилов
643669445c
Update .env.example 2022-10-04 19:29:34 +03:00
Dawid Makowski
93bf686ca5
Merge pull request #1 from laradock/master
fork sync
2022-10-04 11:53:54 +07:00
kideny
59bf17ffcc fixed 2022-09-27 13:04:33 +08:00
kideny
2e31c037cd fixed 2022-09-27 13:03:28 +08:00
kideny
68f6364646 fixed 2022-09-27 11:56:31 +08:00
kideny
e4fe092f26 fixed 2022-09-27 11:31:56 +08:00
kideny
6d03808714 fixed 2022-09-27 10:25:20 +08:00
kideny
818488b862 fixed 2022-09-27 09:30:59 +08:00
kideny
edf4baac44 fixed 2022-09-27 09:23:21 +08:00
kideny
ff48d295f6 fixed 2022-09-27 09:22:10 +08:00