Issue has disappeared since.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
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
2013-01-19 03:51:09 UTC comment:
+git
Deployed, but we need to actually run the check. A Sensu agent to run the NRPE checks from platform-checks package and collect result is probably the straightforward option.
Remove debug statement
Fix configuration key
Reduce line len for subprocess.run
# ------------------------------------------------------------- # Configuration for Docker PaaS monitoring # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Project: Nasqueron # Source file: roles/paas-docker/monitoring/files/checks.yml.jinja # ------------------------------------------------------------- # # <auto-generated> # This file is managed by our rOPS SaltStack repository. # # Changes to this file may cause incorrect behavior # and will be lost if the state is redeployed. # </auto-generated>
If we want to have it in the multi-services container, run like a charm through runit, without any need for the environment:
-yaml, apply default_flow_style to doc
Dump correctly ordered dictionaries
We need a specialized YAML writer to:
- aggregate the different checks collections
- output a human-readable format
Moving to lib, generalizing to any HTTP code the class.
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.