diff --git a/.drone.jsonnet b/.drone.jsonnet index 88ccc87..531464c 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -170,7 +170,7 @@ local PipelineBuildContainer(arch='amd64') = { settings: { dry_run: true, dockerfile: 'docker/Dockerfile', - repo: 'xoxys/${DRONE_REPO_NAME}', + repo: 'thegeeklab/${DRONE_REPO_NAME}', username: { from_secret: 'docker_username' }, password: { from_secret: 'docker_password' }, }, @@ -186,7 +186,7 @@ local PipelineBuildContainer(arch='amd64') = { auto_tag: true, auto_tag_suffix: arch, dockerfile: 'docker/Dockerfile', - repo: 'xoxys/${DRONE_REPO_NAME}', + repo: 'thegeeklab/${DRONE_REPO_NAME}', username: { from_secret: 'docker_username' }, password: { from_secret: 'docker_password' }, }, @@ -270,7 +270,7 @@ local PipelineNotifications = { }, PUSHRM_FILE: 'README.md', PUSHRM_SHORT: 'docker-autotag - Create docker tags from a given version string', - PUSHRM_TARGET: 'xoxys/${DRONE_REPO_NAME}', + PUSHRM_TARGET: 'thegeeklab/${DRONE_REPO_NAME}', }, when: { status: ['success'], diff --git a/.drone.yml b/.drone.yml index cd4a06b..8c9b7e6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -192,7 +192,7 @@ steps: dry_run: true password: from_secret: docker_password - repo: xoxys/${DRONE_REPO_NAME} + repo: thegeeklab/${DRONE_REPO_NAME} username: from_secret: docker_username when: @@ -209,7 +209,7 @@ steps: dockerfile: docker/Dockerfile password: from_secret: docker_password - repo: xoxys/${DRONE_REPO_NAME} + repo: thegeeklab/${DRONE_REPO_NAME} username: from_secret: docker_username when: @@ -268,7 +268,7 @@ steps: dry_run: true password: from_secret: docker_password - repo: xoxys/${DRONE_REPO_NAME} + repo: thegeeklab/${DRONE_REPO_NAME} username: from_secret: docker_username when: @@ -285,7 +285,7 @@ steps: dockerfile: docker/Dockerfile password: from_secret: docker_password - repo: xoxys/${DRONE_REPO_NAME} + repo: thegeeklab/${DRONE_REPO_NAME} username: from_secret: docker_username when: @@ -344,7 +344,7 @@ steps: dry_run: true password: from_secret: docker_password - repo: xoxys/${DRONE_REPO_NAME} + repo: thegeeklab/${DRONE_REPO_NAME} username: from_secret: docker_username when: @@ -361,7 +361,7 @@ steps: dockerfile: docker/Dockerfile password: from_secret: docker_password - repo: xoxys/${DRONE_REPO_NAME} + repo: thegeeklab/${DRONE_REPO_NAME} username: from_secret: docker_username when: @@ -446,7 +446,7 @@ steps: from_secret: docker_username PUSHRM_FILE: README.md PUSHRM_SHORT: docker-autotag - Create docker tags from a given version string - PUSHRM_TARGET: xoxys/${DRONE_REPO_NAME} + PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME} when: status: - success @@ -496,6 +496,6 @@ depends_on: --- kind: signature -hmac: 5997a4be30a1f15ebe8dddd9584dbfc496c673497c12ee4b61a437e0076bc00d +hmac: 10969ca6f69c4a4201f1bc51be0ee7b4915846f273ff205836081f4cd4d68e40 ... diff --git a/CHANGELOG.md b/CHANGELOG.md index c1af4ac..7e01f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,2 @@ - INTERNAL - - publish to dockerhub and quay.io + - migrate to thegeeklab namespace diff --git a/README.md b/README.md index 3382f56..2ad5f8b 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,15 @@ docker-autotag - Create docker tags from a given version string -[![Build Status](https://img.shields.io/drone/build/xoxys/docker-autotag?logo=drone)](https://cloud.drone.io/xoxys/docker-autotag) -[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/docker-autotag) +[![Build Status](https://img.shields.io/drone/build/thegeeklab/docker-autotag?logo=drone)](https://cloud.drone.io/thegeeklab/docker-autotag) +[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/docker-autotag) [![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/docker-autotag) [![Python Version](https://img.shields.io/pypi/pyversions/docker-autotag.svg)](https://pypi.org/project/docker-autotag/) [![PyPi Status](https://img.shields.io/pypi/status/docker-autotag.svg)](https://pypi.org/project/docker-autotag/) [![PyPi Release](https://img.shields.io/pypi/v/docker-autotag.svg)](https://pypi.org/project/docker-autotag/) -[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/xoxys/docker-autotag) -[![License: MIT](https://img.shields.io/github/license/xoxys/docker-autotag)](LICENSE) +[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/docker-autotag)](https://github.com/thegeeklab/docker-autotag/graphs/contributors) +[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/docker-autotag) +[![License: MIT](https://img.shields.io/github/license/thegeeklab/docker-autotag)](LICENSE) Simple tool to create a list of docker tags from a given version string. @@ -62,10 +63,10 @@ DOCKER_AUTOTAG_EXTRA_TAGS=extra1,extra2 DOCKER_AUTOTAG_VERSION=1.0.0 docker-auto # 1.0.0,1.0,1,extra1,extra2 ``` +## Contributors + +Special thanks goes to all [contributors](https://github.com/thegeeklab/docker-autotag/graphs/contributors). + ## License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. - -## Maintainers and Contributors - -[Robert Kaussow](https://github.com/xoxys) +This project is licensed under the MIT License - see the [LICENSE](https://github.com/thegeeklab/docker-autotag/blob/master/LICENSE) file for details. diff --git a/docker/Dockerfile b/docker/Dockerfile index c2d2cd6..fdcfb9f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,8 +1,8 @@ FROM python:3.7-alpine -LABEL maintainer="Robert Kaussow " \ +LABEL maintainer="Robert Kaussow " \ org.label-schema.name="docker-autotag" \ - org.label-schema.vcs-url="https://github.com/xoxys/docker-autotag" \ + org.label-schema.vcs-url="https://github.com/thegeeklab/docker-autotag" \ org.label-schema.vendor="Robert Kaussow" \ org.label-schema.schema-version="1.0" diff --git a/docker/manifest.tmpl b/docker/manifest.tmpl index 8c9076e..c1bca4d 100644 --- a/docker/manifest.tmpl +++ b/docker/manifest.tmpl @@ -1,4 +1,4 @@ -image: xoxys/docker-autotag:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}} +image: thegeeklab/docker-autotag:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}} {{#if build.tags}} tags: {{#each build.tags}} @@ -6,18 +6,18 @@ tags: {{/each}} {{/if}} manifests: - - image: xoxys/docker-autotag:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}amd64 + - image: thegeeklab/docker-autotag:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}amd64 platform: architecture: amd64 os: linux - - image: xoxys/docker-autotag:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm64 + - image: thegeeklab/docker-autotag:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm64 platform: architecture: arm64 os: linux variant: v8 - - image: xoxys/docker-autotag:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm + - image: thegeeklab/docker-autotag:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm platform: architecture: arm os: linux diff --git a/dockerautotag/__init__.py b/dockerautotag/__init__.py index 647d8a4..780f3c9 100644 --- a/dockerautotag/__init__.py +++ b/dockerautotag/__init__.py @@ -5,5 +5,5 @@ __project__ = "docker-autotag" __version__ = "0.1.2" __license__ = "MIT" __maintainer__ = "Robert Kaussow" -__email__ = "mail@geeklabor.de" -__url__ = "https://github.com/xoxys/docker-autotag" +__email__ = "mail@thegeeklab.de" +__url__ = "https://github.com/thegeeklab/docker-autotag"