service-cli icon indicating copy to clipboard operation
service-cli copied to clipboard

CLI service image for Docksal

Results 15 service-cli issues
Sort by recently updated
recently updated
newest added

Our Drupal website uses ImageMagick to convert images to the AVIF format and we noticed transparent pixels were replaced by black pixels. Apparently this is fixed in ImageMagick 7 :...

This has been quite an annoyance recently. This test fails sporadically in CI. I'm not able to reproduce it locally. Re-running CI jobs helps, but this keeps happening over and...

bug

Hi, We have been using docksal for a while now and everything is great. Thanks for maintaining such a great tool! We currently have a client who is setting up...

enhancement

Docker set environment variables (from Dockerfile `ENV` and docker-compose `environment`) are currently not visible in the environment of a cron job process. We need to figure out a way to...

enhancement

Replace the custom `docker-tag-delete.sh` script in builds with the official (but experimental) [docker/hub-tool](https://github.com/docker/hub-tool).

enhancement

Revise and apply [Dockerfile best practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/): - [ ] APT-GET - `apt-get clean` is not necessary when using official Debian/Ubuntu based images - [ ] ...

enhancement

Hi I am trying to setup a crontab for executing the core:cron drush command. I have trying to follow instructions at https://blog.docksal.io/running-scheduled-events-with-docksal-43fc69d7b29b without luck. I have create a new crontab...

## Description I've configured crontab as per [documentation](https://docs.docksal.io/service/cli/cron/), but when I'm trying to connect to any SSH inside my cron job it fails on `access denied (public key)` error. ##...

enhancement

Based on the following issue https://github.com/docksal/docksal/issues/1826 Added Install PHP Extension tool