https://github.com/nasqueron/spectacle/commit/82eca117830194264c0976d1713caab25803dc09 works fine with dart-sass and grunt-sass
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 26 2023
https://sass-lang.com/dart-sass is compatible with node-sass API (read about fibers).
Mar 25 2023
In T1798#25799, @dereckson wrote:Jenkins PHP agent doesn't have this either.
CI relevant logs:
Mar 23 2023
Mar 16 2023
Notifications Center image
Mar 15 2023
Mar 11 2023
Mar 7 2023
Mar 4 2023
Tommy done.
Currently doing Tommy.
Mar 3 2023
Cachet isn't maintained anymore, we need a new status page solution.
Feb 27 2023
(dummy content to avoid to flood)
This change is against rDPHPVIIFPM last version.
Jan 15 2023
This repository has been archived by the owner before Nov 9, 2022. It is now read-only.
May 27 2022
May 8 2022
#!/bin/sh # # Usage: jenkins <container name> <command> [args]
May 7 2022
Apr 11 2022
Mar 28 2022
Mar 19 2022
$ setenv DOCKER_BUILDKIT 1 $ docker build -t nasqueron/phabricator . [+] Building 62.4s (10/10) FINISHED => [internal] load build definition from Dockerfile 0.1s => => transferring dockerfile: 920B 0.1s => [internal] load .dockerignore 0.1s => => transferring context: 2B 0.0s => [internal] load metadata for docker.io/nasqueron/nginx-php7-fpm:latest 0.0s => [1/5] FROM docker.io/nasqueron/nginx-php7-fpm 0.2s => [internal] load build context 0.2s => => transferring context: 1.21MB 0.2s => [2/5] RUN apt-get update && apt-get install -y mercurial subversion python3-pygments openssh-client mariadb-cli 18.9s => [3/5] RUN cd /opt && git clone https://github.com/phacility/libphutil.git && git clone https://github.com/phacility/arcanist.gi 38.3s => [4/5] COPY files / 0.1s => [5/5] WORKDIR /opt/phabricator 0.0s => exporting to image 4.4s => => exporting layers 4.4s => => writing image sha256:8e18d25e04bce86f190f7843cce916c9a527c1c5f1a8868010f45f5f49c675a9 0.0s => => naming to docker.io/nasqueron/phabricator 0.0s
If we want to have it in the multi-services container, run like a charm through runit, without any need for the environment:
Mar 18 2022
Look at the sample I posted a port definition:
Mar 16 2022
Below is my YAML file:
Mar 15 2022
So Kubernetes have two notions:
- a pod, which can be one or several containers (here there will be one for Openfire normally)
- a service, which is a layer to access that pod from the external world
Need to reopen the ticket.
I'm running the same docker file as given below in centos 7.
Sorry, i missed your messages.
Mar 11 2022
I hope those ports elements can help you to debug and run your server.
Mar 10 2022
@Giri512 How things are going on? Did you deploy your XMPP server? Still need help on that issue or any other?
Mar 8 2022
How do you run the Docker image?
Mar 5 2022
Mar 2 2022
Feb 14 2022
Feb 13 2022
Solution implemented in D2525: we use /var/service.
On Debian Bullseye, /etc/service is a symlink to /etc/runit/runsvdir/current.
Done. Last step is to ensure applications dependent of this image works correctly under Buster and Bullseye.