Nikolay Martynov
Nikolay Martynov
Unfortunately I do not have a reproducer available that I can share at the moment. We do have somewhat complex setup with multiple subproject and 'centralized' config in 'allprojects' section...
So default java-gradle project from idea with this gradle config: ``` plugins { id 'java' id 'com.google.cloud.tools.jib' version '2.5.0' } group 'org.example' version '1.0-SNAPSHOT' repositories { mavenCentral() } dependencies {...
We use `6.6.1` `afterEvaluate` is not needed in above example. It is however needed in specific project we are using `jib` for: we have subprojects and 'common' configuration for them...
So we have quite complicated setup, but one thing that we have is as following: * We have custom config for a dependency (i.e. not runtime, build or test -...
Yeah, splitting jib config into two pieces seems to work. Thanks. Still non-obvious... :)
@aalexand I've updated the proposal. Please let me know what do you think. Thanks!
Sounds good to me, updated original proposal. Thanks!
The exact steps are: * In `packer` to have following things to get `fluentd` into AMI: * curl -L https://toolbelt.treasuredata.com/sh/install-ubuntu-xenial-td-agent3.sh | sh * sudo /opt/td-agent/embedded/bin/fluent-gem install fluentd * install config...
Yes, that indeed happens. But this happens on the pprof data outside of the process that created the pprof file. That being said: this was just original usecase that has...
@hauke no, this is a separate thing. U-boot on this device essentially contains logic to select between to separate (independent) sets of UBI volumes to use that are 'swapped' during...