0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-06-02 18:29:42 +02:00

use vendor neutral wording

This commit is contained in:
Robert Kaussow 2023-08-14 09:52:25 +02:00
parent 22ab56b8d2
commit 7717a2ae12
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
5 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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]

View File

@ -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

View File

@ -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 .

View File

@ -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),