drone plugin to update the full_description of an repository @hub.docker.io
Go to file
Dominik Meyer bc8bfc02b9
All checks were successful
continuous-integration/drone Build is passing
chore: initial commit
2024-08-14 10:04:15 +02:00
scripts chore: initial commit 2024-08-14 10:04:15 +02:00
.drone.yml chore: initial commit 2024-08-14 10:04:15 +02:00
Containerfile chore: initial commit 2024-08-14 10:04:15 +02:00
LICENSE chore: initial commit 2024-08-14 10:04:15 +02:00
plugin.sh chore: initial commit 2024-08-14 10:04:15 +02:00
README.md chore: initial commit 2024-08-14 10:04:15 +02:00

lang
EN_US

drone-docker-readme-push

Description

This repository contains a Containerfile for building a drone plugin to publish the full_description of an docker image to docker hub.

PLUGIN Variables

  • REPOSITORY_NAME - the full repository name you want to update at docker-hub (e.g. username/repository)
  • FILENAME - the full path to the file containing the docker image description (e.g. ./full_description)
  • USERNAME - your docker hub username
  • PASSWORD - your docker hub password or access token qq

Supported Architectures

  • amd64
  • arm64

Updates

I am trying to update the image weekly as long as my private kubernetes cluster is available. So I do not promise anything and do not rely your business on this image.

Source Repository

Prebuild Images

Authors

  • Dominik Meyer - Initial work

License

This project is licensed under the MPLv2 License - see the LICENSE file for details.