Adarsh J
Adarsh J
I like the sample syntax yaml proposed by @hasbro17. Is there a way to do this now? I cannot find any documentation..
I am facing the exact same issue, we use an entrypoint.sh in `src/docker/opt/bin/docker` and the leading `/` at the beginning is missing (and since work dir is `/opt/docker` the relative...
@muuki88 - I've created a repro here: https://github.com/hackcave/sbt-native-packager-docker-issue-1304 , `sbt docker:publishLocal` should give you the error. we can see the file exists at `/opt/bin/docker/entrypoint.sh` within the docker image, but the...
@muuki88 - I thought about the issue deeper. I think once we set the workdir (the `defaultLinuxInstallation` value), we should only rely on relative paths from that point onwards. In...
> we can see the file exists at `/opt/bin/docker/entrypoint.sh` within the docker image Oops, I switched directories in my reproduction, I was actually wanting to put `entrypoint.sh` in `/opt/docker/bin` but...
Okay, now I understand the core of problem: This issue will occur only when the folder inside `src/docker` is named `opt`. This won't affect otherwise, this could be easily solved...
I have just used this with latest concourse, and this features works just fine. one thing that might be a problem is if your concourse version itself is old (because...
@vicb That's exactly what @Pajn meant, its relevant to his linked code (to the exact commit + line number), not to the one linked in your OP, it points to...
Its not insecure, its "not fully secure". It shows that due to loading http resources on a https site. You can see that code uses `http://home.iitk.ac.in/~username/dp` to load pics (because...
Indeed. It should look very similar to https://github.com/pclubiitk/puppy-love/blob/7866cfedcc7a146e0146a721daf2f4a7f5ec236b/puppy.nginx.conf#L18-L26