Ludovic Claude
Ludovic Claude
Adding the sprig functions with prefix is probably the safest choice here.
Sprig is a library of Go template functions, it could be used here. https://github.com/Masterminds/sprig
gg describe TZJokLWuLw23YLba.mIh.m26Qoc.AU8BG0qEvx2DyFAk00000903 ``` { "function": { "hash": "VYA7BN_Oi7TEF.SFqo2yJu2fVpJOGPyeu5ThcID2g86400123508", "args": [ "/__gg__/g++", "-L/usr/lib/gcc/x86_64-linux-gnu/7", "-L/usr/lib/x86_64-linux-gnu", "-L/usr/lib", "-L/lib/x86_64-linux-gnu", "-L/lib", "-L/usr/lib/x86_64-linux-gnu", "-L/usr/lib", "-L/usr/lib", "-L/lib", "-L/usr/lib", "-Wall", "-fno-strict-overflow", "-D_FORTIFY_SOURCE=2", "-fstack-protector-all", "-Wstack-protector", "--param", "ssp-buffer-size=1", "-fPIE",...
You are right, build-args not consumed will fail the build. I have tested that with captain. Docker build supports adding labels and that looks like a nice feature to use...
An upgrade to Java 11 should solve that, as it is now aware of the Docker boundaries and will adjust the JVM heap to the memory reserved for the Docker...
@sergey48k I would like to connect multiple repos for the same widget. I have a team with over 50 repositories, the hall of fame should include any participant in any...
@sergey48k Thanks for looking at this. I think this hall of fame widget would be useful to animate any team looking to attract more contributors.
Use a 'Keyword/Value Connection String': ``` pgcli "user=admin@dev-db001 password=password host=dev-db001.postgres.database.azure.com dbname=postgres sslmode=require" ```
foambubble/foam requires markdown using a particular format: `-` for lists, 2 spaces for indentation...
Update: running the following command seems to provide a work-around: ``` microk8s.kubectl config view --raw > $HOME/.kube/config ```