agascon

Results 15 comments of agascon

Problem could be our registry is not public, but this is some test I have just run. (I replaced registry names & image names) Considering this image... ``` ❯ docker...

> sorry I kinda stopped using kustomize - it is too hard or impossible to have things like this. Hi @matti, might I ask which other tool you moved for...

Thanks for the answers, definitely there is a lot of valuable information in this thread. What I'm trying to achieve is for example having a base template which is later...

Same issue here. Exactly same environment as @juanpalaciosascend (but M1 pro)

Factory reset fixes because it probably sets back to QEMU, reverse-sshfs, ... but if you try to apply those settings mentioned (VZ, virtiofs, ...) back, probably problem will come back.

Hey @johnrengelman, any chance to have a looks on this?

Unfortunately the project where I detected this is private but will try to provide something. I understand problem is in https://github.com/johnrengelman/shadow/blob/main/src/main/groovy/com/github/jengelman/gradle/plugins/shadow/transformers/PropertiesFileTransformer.groovy#L253. That _store_ method is not the one overridden in...

I created an Spring Boot dummy application and setup shadow in build script. When using version 8.1.0 and between 2 separate builds... ``` ❯ gradle clean build executing gradlew instead...

build.gradle ``` import com.github.jengelman.gradle.plugins.shadow.transformers.PropertiesFileTransformer plugins { id 'java' id 'org.springframework.boot' version '2.7.10' id 'io.spring.dependency-management' version '1.0.15.RELEASE' id 'com.github.johnrengelman.shadow' version '8.1.1' } group = 'com.example' version = '0.0.1-SNAPSHOT' sourceCompatibility = '17'...