Brian de Alwis

Results 65 issues of Brian de Alwis

From HaTS feedback: > skaffold doesn't seem to honour the SKAFFOLD_CONFIG environment variable, instead I have had to alias skaffold with `alias skaffold="skaffold --config $XDG_CONFIG_HOME/skaffold"`

kind/bug
area/cli

@ddobrin was attempting to use Skaffold and Jib with a Spring Boot project. This project includes tests that use testcontainers.org to spin up emulators using docker containers from Java code....

kind/bug
area/build
priority/p2
build/jib
platform/minikube
area/env-vars
area/local

Seen on Travis surprisingly often: ``` [builder] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project hello-spring-boot: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test failed: Plugin org.apache.maven.plugins:maven-surefire-plugin:2.21.0 or one of its dependencies...

meta/test-flake

@veermuchandi has been encountering a very odd issue where Skaffold on one of his Cloud Shell instances is unable to report logs from pods, or sync changed files into a...

kind/bug
priority/p2

Helm 3.1 supports specifying a `post-renderer`, a simple filter that is afforded an opportunity to alter the rendered manifests prior to being applied to the cluster. We use the post-renderer...

kind/feature-request
area/deploy
deploy/helm
priority/p1
kind/friction
planning/Q4-21

From a report on [StackOverflow](https://stackoverflow.com/q/69872578/600339) > Link to the github https://github.com/oliviaflexx/quizlet-clone/tree/24b8d524ba428b8e33c7412d6b14926199fdb0e7 > > I'm trying to build a microservices application and when I ran skaffold dev yesterday it worked fine...

kind/bug
needs-reproduction
area/dev

Although jib is thread-safe, it should be smarter. Jib doesn't currently lock the base image cache when downloading a base image, but instead downloads into a temporary directory and then...

area/jib-core
p3
kind/feature

The hardlinking supported by the Spotify docker-client can [result in large image-size savings](https://twitter.com/jvanzyl/status/1226511828110467072) for situations using lots of hard-links (https://github.com/jvanzyl/dockerfile-maven/issues/2). Jib should [track hard-links](https://github.com/jvanzyl/docker-client/blob/8da77cf5952f1819e8afeda0cebd2b61bac858c7/src/main/java/com/spotify/docker/client/CompressedDirectory.java#L302-L309). Jib should also preserve symlinks (perhaps...

area/jib-maven-plugin
area/jib-core
p3
kind/user-question
area/jib-gradle-plugin
good first issue
area/jib-cli
kind/feature

**Environment**: - *Jib version:* jib-core 0.12.0 - *Build tool:* cram - *OS:* macOS **Description of the issue**: Seeing NPEs when using jib-core to create a layer with content placed at...

area/jib-core
p2
kind/bug

We should have tests around the RegistryClient network requests. Maybe can make `TestWebServer` take a list of expect-response pairs. _Originally posted by @briandealwis in https://github.com/GoogleContainerTools/jib/pull/1793/review_comment/create_

area/jib-core
kind/tech debt