GoogleContainerTools / GoogleContainerTools/skaffold

Support private registries for building the artifacts using buildpacks

Open
#8,633 0 comments 9 reactions 0 assignees View on GitHub
area/build build/buildpacks kind/feature-request priority/p2
Dominant language
Go
Stars
15.9k
Forks
1.7k
Avg merge
3d 9h
Merged PRs (30d)
10

Description

### Expected behavior

Building the artifacts should support buildpacks coming from a private registry.

### Actual behavior

It's not possible to define a registry for the buildpacks.

A suggestion for how it could look like:

skaffold.yaml (see line 6)
```yaml
build:
  artifacts:
  - image: imagename
    buildpacks:
      builder: paketobuildpacks/builder:base
      registry: private-registry
```

Currently, you can configure pack for that private registry in the following way:
`pack config registries add private-registry https://...`

### Information

- Skaffold version: 2.3.0
- Operating system: macOS M1
- Installed via: Homebrew

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.