mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-24 12:50:41 +00:00
use vendor neutral wording
This commit is contained in:
parent
22ab56b8d2
commit
7717a2ae12
2
.github/settings.yml
vendored
2
.github/settings.yml
vendored
@ -1,6 +1,6 @@
|
||||
repository:
|
||||
name: wp-docker-buildx
|
||||
description: Woodpecker CI plugin to build multiarch Docker images with buildx
|
||||
description: Woodpecker CI plugin to build multiarch OCI images with buildx
|
||||
homepage: https://wp-plugin-index.geekdocs.de/plugins/wp-docker-buildx
|
||||
topics: woodpecker, wp-plugin
|
||||
|
||||
|
@ -45,7 +45,7 @@ steps:
|
||||
target: DOCKER_USER
|
||||
environment:
|
||||
PUSHRM_FILE: README.md
|
||||
PUSHRM_SHORT: Woodpecker CI plugin to build multiarch Docker images with buildx
|
||||
PUSHRM_SHORT: Woodpecker CI plugin to build multiarch OCI images with buildx
|
||||
PUSHRM_TARGET: ${CI_REPO}
|
||||
when:
|
||||
- event: [push, manual]
|
||||
|
@ -1,6 +1,6 @@
|
||||
# wp-docker-buildx
|
||||
|
||||
Woodpecker CI plugin to build multiarch Docker images with buildx
|
||||
Woodpecker CI plugin to build multiarch OCI images with buildx
|
||||
|
||||
[![Build Status](https://img.shields.io/wp/build/thegeeklab/wp-docker-buildx?logo=wp&server=https%3A%2F%2Fwp.thegeeklab.de)](https://wp.thegeeklab.de/thegeeklab/wp-docker-buildx)
|
||||
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/wp-docker-buildx)
|
||||
@ -10,7 +10,7 @@ Woodpecker CI plugin to build multiarch Docker images with buildx
|
||||
[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/wp-docker-buildx)
|
||||
[![License: Apache-2.0](https://img.shields.io/github/license/thegeeklab/wp-docker-buildx)](https://github.com/thegeeklab/wp-docker-buildx/blob/main/LICENSE)
|
||||
|
||||
Woodpecker CI plugin to build multiarch Docker images with buildx. This plugin is a fork of [drone-plugins/drone-docker](https://github.com/drone-plugins/drone-docker). You can find the full documentation at [https://wp-plugin-index.geekdocs.de](https://wp-plugin-index.geekdocs.de/plugins/wp-docker-buildx).
|
||||
Woodpecker CI plugin to build multiarch OCI images with buildx. This plugin is a fork of [drone-plugins/drone-docker](https://github.com/drone-plugins/drone-docker). You can find the full documentation at [https://wp-plugin-index.geekdocs.de](https://wp-plugin-index.geekdocs.de/plugins/wp-docker-buildx).
|
||||
|
||||
## Community
|
||||
|
||||
|
@ -9,7 +9,7 @@ title: wp-docker-buildx
|
||||
[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/wp-docker-buildx)
|
||||
[![License: MIT](https://img.shields.io/github/license/thegeeklab/wp-docker-buildx)](https://github.com/thegeeklab/wp-docker-buildx/blob/main/LICENSE)
|
||||
|
||||
Woodpecker CI plugin to build and publish multiarch Docker images with buildx.
|
||||
Woodpecker CI plugin to build multiarch OCI images with buildx.
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
<!-- spellchecker-disable -->
|
||||
@ -99,7 +99,7 @@ Build the binary with the following command:
|
||||
make build
|
||||
```
|
||||
|
||||
Build the Docker image with the following command:
|
||||
Build the container image with the following command:
|
||||
|
||||
```shell
|
||||
docker build --file Containerfile.multiarch --tag thegeeklab/wp-docker-buildx .
|
||||
|
@ -21,7 +21,7 @@ func main() {
|
||||
settings := &plugin.Settings{}
|
||||
options := wp.Options{
|
||||
Name: "wp-docker-buildx",
|
||||
Description: "Build OCI container with DinD and buildx",
|
||||
Description: "Build multiarch OCI images with buildx",
|
||||
Version: BuildVersion,
|
||||
VersionMetadata: fmt.Sprintf("date=%s", BuildDate),
|
||||
Flags: settingsFlags(settings, wp.FlagsPluginCategory),
|
||||
|
Loading…
Reference in New Issue
Block a user