Page MenuHomeDevCentral

Move from /etc/service to /var/service
ClosedPublic

Authored by dereckson on Mar 19 2022, 23:12.
Referenced Files
Unknown Object (File)
Mon, Apr 22, 20:25
Unknown Object (File)
Sun, Apr 21, 22:32
Unknown Object (File)
Sun, Apr 21, 22:32
Unknown Object (File)
Sun, Apr 21, 22:32
Unknown Object (File)
Thu, Apr 18, 21:09
Unknown Object (File)
Thu, Apr 18, 04:52
Unknown Object (File)
Sun, Apr 14, 23:59
Unknown Object (File)
Sun, Apr 14, 07:29

Details

Summary

Same solution than in D2525 / 1c5644246ca2.

Ref T1679

Test Plan

Build image with BuildKit

Diff Detail

Repository
rDPHAB Docker image for Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 19 2022, 23:13
This revision was automatically updated to reflect the committed changes.
$ 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