Kurt T Stam

Results 29 comments of Kurt T Stam

@kylemanna, Travis CI should still work right? I'm simply adding a new Dockerfile.aarch64 which is used for the Dockerhub build only.

@kylemanna the docker build is wrapped in qemu, but running it is not. So Travis-CI will fail there. It should be possible though: https://github.com/travis-ci/travis-ci/issues/3376. I will try to see if...

Hi @luxas, now that I have a working setup I'm going to try to get OpenShift v3 to work (which comes with a Kubernetes implementation). Out of the box our...

Ah ok, interestingly enough on Openshift 3 we have an yet another implementation, based on http://www.haproxy.org, and I'm thinking about using the apiman gateway - so we can apply all...

I would argue that the citizen developer would need access to the config, but may not need/have access to secret stuff, so it may make sense to split this up...

+1 Note that in our API fields are required when annotated with @NotNull. I think in a lot of cases we can add @NotNull to variables that are not java.Optional....