Andreas

Results 8 issues of Andreas

I'm building a Spring Boot application using Gradle. I tried using the builder:base image. It's failing with the following error: ``` Paketo Gradle Buildpack 6.0.1 https://github.com/paketo-buildpacks/gradle Build Configuration: $BP_GRADLE_BUILD_ARGUMENTS --no-daemon...

status/requires-rfc

The registry authentication chapter (ihttps://github.com/buildpacks/spec/blob/main/platform.md#registry-authentication) mentions `CNB_REGISTRY_AUTH` as a way to provide authentication to a registry. Unfortunately I didn't find how exactly this JSON is structured. Is there a schema?...

enhancement
api/platform

We're evaluating feature flags on GitLab. The first tests are promising. Sadly we ran into issues with backup files on Windows. GitLab enforces to set application name to their "environment"....

Is it planned to import talks from the halfnarp? I'm willing to support dev of this feature if it is off interest. Motivation: It is very annoying to select the...

I run this buildpack via helm chart and configured my security context like so: ``` securityContext: readOnlyRootFilesystem: true runAsNonRoot: true volumes: - emptyDir: {} name: tmpdir podVolumeMounts: - mountPath: /tmp...

## Describe the Enhancement Currently a reproducible build is performed were my image contains my static files of a react front-end application. Unfortunately, all files modified date at file system...

This is a very clean API. Good job! Just a few thoughts from my side: 1. In general it could be an idea to pass information for encodings via header,...

In an environment where no KMS is available, but a corporate PKI is in place, it would be very handy to encrypt data with a personal X.509 certificate. To do...