Akihiro Suda

Results 366 issues of Akihiro Suda

**What is the problem you're trying to solve** [The current spec](https://github.com/compose-spec/compose-spec/blob/4423eba8c0926bf0dc57b116b2426d57e024ffb1/spec.md#long-syntax-3) does not seem to allow an absolute path like `/foo/bar` as a secret target: > target: The name of...

**Description** Can't push to ECR. This is likely to be an issue on ECR side. **Steps to reproduce the issue:** Push to ECR **Describe the results you received:** ``` $...

exp/expert
kind/bug

**Description** Can't push to GCR. This is likely to be an issue on GCR side. **Steps to reproduce the issue:** Push to GCR **Describe the results you received:** ``` $...

exp/expert
kind/bug

**Description** As of f266f13965d5bfb1825afa181fe6c32f3a597fa3, `TestInspectOomKilledTrue` fails intermittently on cgroup v2 hosts https://github.com/moby/moby/blob/f266f13965d5bfb1825afa181fe6c32f3a597fa3/integration/container/kill_test.go#L154-L172 **Steps to reproduce the issue:** ```console $ make TEST_SKIP_INTEGRATION_CLI=1 TESTFLAGS="-test.run TestInspectOomKilledTrue -test.count 10" test-integration ``` **Describe the results...

kind/bug
area/testing
area/cgroup2

```console $ sudo ./docker-slim p nginx:alpine docker-slim[profile]: info=http.probe message='using default probe' docker-slim[profile]: state=started docker-slim[profile]: info=params target=nginx:alpine docker-slim[profile]: state=image.inspection.start docker-slim[profile]: info=image id=sha256:55ceb2abad47854d182034514057b038a6e50e9d029ba152bd713d535ed39603 size.bytes=21137785 size.human=21 MB docker-slim[profile]: state=image.inspection.done docker-slim[profile]: state=container.inspection.start docker-slim[profile]: info=container...

enhancement
WIP

#### Proposed Changes #### Update Fedora 34 to 36. Fedora 34 has reached EOL on 2022-06-07 https://docs.fedoraproject.org/en-US/releases/eol/ #### Types of Changes #### CI #### Verification #### Observe the CI result...

Alternative to - #2816 This version is implemented on the llbsolver side and agnostic to the LLB frontends. See `solver/llbsolver/vertex.go:loadLLB()`. See `docs/build-repro.md` for the usage. > ### Reproducing the pinned...

kind/enhancement
area/llb
status/design-review

e.g., ```console $ buildctl build --frontend dockerfile.v0 --local dockerfile=. --local context=. --output type=image,name=foo --response-file resp.json $ cat resp.json { "exporterResponse": { "containerimage.buildinfo": "eyJmcm9udGVuZCI6ImRvY2tlcmZpbGUudjAiLCJzb3VyY2VzIjpbeyJ0eXBlIjoiZG9ja2VyLWltYWdlIiwicmVmIjoiZG9ja2VyLmlvL2xpYnJhcnkvYWxwaW5lOmxhdGVzdCIsInBpbiI6InNoYTI1Njo0ZWRiZDJiZWI1Zjc4YjEwMTQwMjhmNGZiYjk5ZjMyMzdkOTU2MTEwMGI2ODgxYWFiYmY1YWNjZTJjNGY5NDU0In0seyJ0eXBlIjoiaHR0cCIsInJlZiI6Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9tb2J5L2J1aWxka2l0L3YwLjEwLjEvUkVBRE1FLm1kIiwicGluIjoic2hhMjU2OjZlNGI5NGZjMjcwZTcwOGUxMDY4YmUyOGJkMzU1MWRjNjkxN2E0ZmM1YTYxMjkzZDUxYmIzNmU2Yjc1YzRiNTMifV19", "containerimage.config.digest": "sha256:715a5c56573fe9c46812f100bb6f359436a3ee627e521310b6ca2bfea2d837a3", "containerimage.descriptor": "eyJtZWRpYVR5cGUiOiJhcHBsaWNhdGlvbi92bmQuZG9ja2VyLmRpc3RyaWJ1dGlvbi5tYW5pZmVzdC52Mitqc29uIiwiZGlnZXN0Ijoic2hhMjU2OmRhNWZiMjhiMjgwZGY1MGExMGQxMTg0ZjJmMTU4ZGE2OGNhMmY5YTZkYjUxY2ZkYzFiNmM0YTk5NGFjNTIyMjMiLCJzaXplIjo3MzZ9", "containerimage.digest": "sha256:da5fb28b280df50a10d1184f2f158da68ca2f9a6db51cfdc1b6c4a994ac52223", "image.name":...

kind/enhancement
area/cli
status/design-review

Workaround for #2965

area/docs
area/rootless
needs-cherry-pick/v0.10

**EDIT**: the current PR: - https://github.com/moby/buildkit/pull/2943 - - - `Dockerfile.sum` is an equivalent of `go.sum` but `s/go/Dockerfile/` . The content is a subset of `BuildInfo`: ```json { "sources": [ {...

enhancement
area/dockerfile