(dummy content to avoid to flood)
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Feb 27 2023
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.
As a workaround, I've compiled Git to 2.35.1 inside DevCentral container.
Builds fine:
Should be the final state before archiving the repository. It's possible to build image, and it uses the last PHP version, but we won't maintain that (e.g. no port to Debian recent releases).
PixelFed requires intl and sodium extensions.
Feb 12 2022
In T1547#23264, @dereckson wrote:If we upgrade image to bullseye, we'll also get Git 2.30.2, but I've a 403 currently with current Dockerfile at D2522, so needs to investigate.
If we upgrade image to bullseye, we'll also get Git 2.30.2, but I've a 403 currently with current Dockerfile at D2522, so needs to investigate.
Done for the base image (excepted the TODO noted above), we need to test Notifications Center, Auth Grove, etc. against 7.4 deprecations, and if applicable blocks them to 7.2 or 7.3.
TODO: novolume/ is still in Jessie, apply rDPHPVIIFPM630b49d9b604 and rDPHPVIIFPMf4465d1a9419 changes here too.
This blocks T1547, but also is needed to prepare PHP 8.1 repocopy.
We need this, as container still runs on Jessie, and, as such, doesn't provide a recent enough Git version to be compatible with Phabricator.
Zed upgraded codebase to PHP 8.1.
Jan 26 2022
Jan 23 2022
Sep 20 2021
GitHub repository requires authentication, https://verdaccio.org/docs/cli-registry gives solution to prepare a private registry.
Sep 19 2021
As a temporary solution to fix Spectacle, I've upgraded the dependencies [1] and published a package to GitHub packages repository [2].
Sep 18 2021
Sep 12 2021
I've rebuilt and push to Docker Hub a fresh set of jenkins-agent-* images.
DevCentral update: Updated tasks and passphrases to use "agent" word.