0
0
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:
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: repository:
name: wp-docker-buildx 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 homepage: https://wp-plugin-index.geekdocs.de/plugins/wp-docker-buildx
topics: woodpecker, wp-plugin topics: woodpecker, wp-plugin

View File

@ -45,7 +45,7 @@ steps:
target: DOCKER_USER target: DOCKER_USER
environment: environment:
PUSHRM_FILE: README.md 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} PUSHRM_TARGET: ${CI_REPO}
when: when:
- event: [push, manual] - event: [push, manual]

View File

@ -1,6 +1,6 @@
# wp-docker-buildx # 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) [![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) [![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) [![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) [![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 ## 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) [![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) [![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 --> <!-- prettier-ignore-start -->
<!-- spellchecker-disable --> <!-- spellchecker-disable -->
@ -99,7 +99,7 @@ Build the binary with the following command:
make build make build
``` ```
Build the Docker image with the following command: Build the container image with the following command:
```shell ```shell
docker build --file Containerfile.multiarch --tag thegeeklab/wp-docker-buildx . docker build --file Containerfile.multiarch --tag thegeeklab/wp-docker-buildx .

View File

@ -21,7 +21,7 @@ func main() {
settings := &plugin.Settings{} settings := &plugin.Settings{}
options := wp.Options{ options := wp.Options{
Name: "wp-docker-buildx", Name: "wp-docker-buildx",
Description: "Build OCI container with DinD and buildx", Description: "Build multiarch OCI images with buildx",
Version: BuildVersion, Version: BuildVersion,
VersionMetadata: fmt.Sprintf("date=%s", BuildDate), VersionMetadata: fmt.Sprintf("date=%s", BuildDate),
Flags: settingsFlags(settings, wp.FlagsPluginCategory), Flags: settingsFlags(settings, wp.FlagsPluginCategory),