You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-11-06 09:09:29 +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:
@@ -15,7 +15,7 @@ import (
|
|||||||
"github.com/goreleaser/goreleaser/pkg/context"
|
"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.
|
// allowing to publish multi-arch docker images.
|
||||||
type ManifestPipe struct{}
|
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
|
config file, GoReleaser will add the manifest's to the release notes
|
||||||
instead of the Docker images names.
|
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
|
!!! warning
|
||||||
Notice that the images used in the manifest **need to be pushed** for this to work.
|
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.
|
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
|
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.
|
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
|
!!! warning
|
||||||
Unfortunately, the manifest tool needs the images to be pushed to create
|
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
|
## Example config
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user