Laurent Magnin

Results 7 issues of Laurent Magnin

Do you plan to support [Docker multi-stage builds](https://docs.docker.com/engine/userguide/eng-image/multistage-build/)? That feature might be easier to implement if [Use a Dockerfile #56](https://github.com/marcuslonnberg/sbt-docker/issues/56) is released... Btw, thank you indeed for your plug-in.

Hi, You might consider to provide rate/sec instead of global count in the Grafana Dashboard (https://github.com/nats-io/prometheus-nats-exporter/blob/master/walkthrough/grafana-nats-dash.json). To do so, you can use `irate(gnatsd_varz_out_bytes [1m])`. Example: [NATS Servers.json](https://github.com/Logimethods/smart-meter/blob/master/dockerfile-metrics/NATS%20Servers.json#L342) ![grafana_nats_screenshot.png](https://github.com/Logimethods/smart-meter/raw/master/images/grafana_nats_screenshot.png) Reference: https://groups.google.com/forum/#!topic/prometheus-developers/hl_NODpFruw

The ready to use Docker Image on https://hub.docker.com/r/floydhub/dl-docker/ is no more automatically build. Is it related to the fact that the Source Repository is https://github.com/saiprashanths/dl-docker (instead of https://github.com/floydhub/dl-docker/ )?

Right now, only scripted code or precompiled code (like Java in .jar files) can be run in Proactive (thanks to dedicated engines). **Which dramatically limits the use of the tasks**....

Using Docker Version 18.05.0-ce-mac67 (25042) - Edge, the provided script_docker workflow fails: ============= [[email protected];09:53:08] Compose does not use swarm mode to deploy services to multiple nodes in a swarm. All...

To avoid ``` [error] warning: push.default is unset; its implicit value has changed in [error] Git 2.0 from 'matching' to 'simple'. To squelch this message [error] and maintain the traditional...

I try to deploy (on [Wercker](https://app.wercker.com/#) hosted mode) generated ScalaDoc files into github/gh-pages using the following Wercker script: ``` box: hseeberger/scala-sbt build: steps: - script: name: compile code: | sbt...