mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: remove beta warning from docker manifests feature
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
3cf64c1541
commit
7aeebb12f2
@ -15,7 +15,7 @@ import (
|
||||
"github.com/goreleaser/goreleaser/pkg/context"
|
||||
)
|
||||
|
||||
// ManifestPipe is beta implementation of for the docker manifest feature,
|
||||
// ManifestPipe is an implementation for the docker manifest feature,
|
||||
// allowing to publish multi-arch docker images.
|
||||
type ManifestPipe struct{}
|
||||
|
||||
|
@ -10,10 +10,6 @@ Notice that if you have something in the `docker_manifests` section in your
|
||||
config file, GoReleaser will add the manifest's to the release notes
|
||||
instead of the Docker images names.
|
||||
|
||||
!!! warning
|
||||
Please note that this is a beta feature, and it may change or be removed
|
||||
at any time.
|
||||
|
||||
!!! warning
|
||||
Notice that the images used in the manifest **need to be pushed** for this to work.
|
||||
This is a limitation of how `docker manifest create` works.
|
||||
@ -81,11 +77,11 @@ docker_manifests:
|
||||
We basically build and push our images as usual, but we also add a new
|
||||
section to our config defining which images are part of which manifests.
|
||||
|
||||
GoReleaser will create and publish the manifest in its publish phase.
|
||||
GoReleaser will create and publish the manifest in its publishing phase.
|
||||
|
||||
!!! warning
|
||||
Unfortunately, the manifest tool needs the images to be pushed to create
|
||||
the manifest, that's why we both create and push it in the publish phase.
|
||||
the manifest, that's why we both create and push it in the publishing phase.
|
||||
|
||||
## Example config
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user