Peter

Results 16 issues of Peter

**Is your feature request related to a problem? Please describe.** GitLab CI allows to use Docker-in-Docker (DinD) to execute various Docker related tasks. The DinD configuration within the public GitLab...

enhancement
help wanted

By splitting the checks setup into a function-per-check way kube-score is easier to be used as a library like mentioned in #419.

First of all: _kube-score_ is an awesome project! Thanks for all your efforts! I would like to use _kube-score_ more in a library/'framework' way as part of an internal project...

# What does this PR do? ## Container env detection Currently testcontainers-go detects only nested Docker environments (no check for `/run.container` for Podman) and from my understanding it only checks...

podman

# What does this PR do? Deprecate shell-escape based `LocalDockerCompose` implementation and provide new `docker/compose` based one using the Docker API. Introduce a new API that takes `context.Context` into account....

type/feature
compose

Currently the experience of using testcontainers-go within a container isn't that great because when accessing mapped ports via `Container.Host(context.Context) (string, error)` it only checks if the Docker host is a...

Podman 4.1.0 returns a supported API version `1.40` whereas specifying the image architecture is part of version `1.41`. Podman is perfectly capable of handling the image architecture but the Docker...

podman

# What does this PR do? - remove `gotest.tools/v3` as now everything can be covered with standard library - replace `io/ioutil` usages with `os` and `io` equivalents

type/housekeeping
dependencies

In scenarios when `zapsentry` is used with zap and go-logr the existing frame filtering mechanism does not skip frames of the go-logr adapter. This PR adds an interface `FrameFilter` allowing...

Added DependencyObject class to inheritance hierarchy of Displayable to be able to register DependencyProperties in Link and LinkGroup to enable binding of the DisplayName of both for internationalization.