In best practices, reconfiguring locales is recommended:
RUN dpkg-reconfigure locales && \
locale-gen C.UTF-8 && \
/usr/sbin/update-locale LANG=C.UTF-8In best practices, reconfiguring locales is recommended:
RUN dpkg-reconfigure locales && \
locale-gen C.UTF-8 && \
/usr/sbin/update-locale LANG=C.UTF-8$ composer dumpautoload $ sv restart php-fpm ok: run: php-fpm: (pid 2249) 0s
The issue was a stale CI cache, and the fact php clear-compiled needs the application in good standing to work.
@Sandlayth created an account to fire notifications to our Mailgun domain, I created a route, so all is configured from our side.
DNS wouldn't work as there is a CNAME.
DNS configuration
So https://hub.docker.com/account/notifications/ allows to receive notifications by mail.
Current status
We discussed the issue on Wolfplex channel.
$ cd /home/dereckson/dev/docker/arcanist $ docker build --no-cache=true -t nasqueron/arcanist . [...] $ docker push nasqueron/arcanist $ cd ... $ arc shell $ arc diff -m "Rebased against master." ... You don't own revision D603: "Add quotes to command arguments". Normally, you should only update revisions you own. You can "Commandeer" this revision from the web interface if you want to become the owner. ...
Docker Hub has a cached version of our Git setup layer.
$ ssh dwellers docker pull nasqueron/arcanist Using default tag: latest Trying to pull repository docker.io/nasqueron/arcanist ... latest: Pulling from nasqueron/arcanist [...] Digest: sha256:23f11d99354d00b1dc14f9bf6b0d07d34d44ec6d876a1a4873e410a6c6c4f8be Status: Downloaded newer image for docker.io/nasqueron/arcanist:latest
@Sandlayth happy with the plan?
Not currently working on this.
To use for T420, 127.0.0.1 should be replaced by the lxc mailserver container IP.
https://hub.docker.com/r/cgswong/vault/ seems to be a good solution.
S3 chosen, credentials on K70, bucket vault-dwellers created.
$ s3cmd mb s3://vault-dwellersops.services@nasqueron.org created.