Skip to content

Commit

Permalink
Merge pull request #1 from circonus-labs/CIRC-5997_switch_dockerhub_org
Browse files Browse the repository at this point in the history
CIRC-5997 Change Dockerhub organization
  • Loading branch information
Justin DeFrank committed Dec 16, 2020
2 parents aab31f4 + 6767f5d commit 71b83bb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
DOCKER_USER: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASS: ${{ secrets.DOCKER_PASSWORD }}
with:
destination_container_repo: circonuslabs/gen-statsd
destination_container_repo: circonus/gen-statsd
provider: dockerhub
short_description: 'StatsD Traffic Generator'
readme_file: 'deploy/docker/README.md'
readme_file: 'deploy/docker/README.md'
14 changes: 7 additions & 7 deletions .goreleaser.yml
Expand Up @@ -41,9 +41,9 @@ dockers:
binaries:
- gen-statsd
image_templates:
- "circonuslabs/{{.ProjectName}}:{{.Major}}.{{.Minor}}.{{.Patch}}"
- "circonuslabs/{{.ProjectName}}:{{.Major}}.{{.Minor}}"
- "circonuslabs/{{.ProjectName}}:latest"
- "circonus/{{.ProjectName}}:{{.Major}}.{{.Minor}}.{{.Patch}}"
- "circonus/{{.ProjectName}}:{{.Major}}.{{.Minor}}"
- "circonus/{{.ProjectName}}:latest"
skip_push: false
dockerfile: deploy/docker/x86_64/Dockerfile
build_flag_templates:
Expand All @@ -57,9 +57,9 @@ dockers:
binaries:
- gen-statsd
image_templates:
- "circonuslabs/{{.ProjectName}}:{{.Major}}.{{.Minor}}.{{.Patch}}-arm64"
- "circonuslabs/{{.ProjectName}}:{{.Major}}.{{.Minor}}-arm64"
- "circonuslabs/{{.ProjectName}}:latest-arm64"
- "circonus/{{.ProjectName}}:{{.Major}}.{{.Minor}}.{{.Patch}}-arm64"
- "circonus/{{.ProjectName}}:{{.Major}}.{{.Minor}}-arm64"
- "circonus/{{.ProjectName}}:latest-arm64"
skip_push: false
dockerfile: deploy/docker/arm64/Dockerfile
build_flag_templates:
Expand Down Expand Up @@ -93,4 +93,4 @@ checksum:
name_template: "{{.ProjectName}}_checksums.txt"

snapshot:
name_template: "SNAPSHOT-{{.Commit}}"
name_template: "SNAPSHOT-{{.Commit}}"
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -61,12 +61,12 @@ gen-statsd is an experimental tool written in Go for load testing with StatsD me

### Docker

See [Docker Hub](hub.docker.com/circonuslabs/gen-statsd) for additional details.
See [Docker Hub](hub.docker.com/circonus/gen-statsd) for additional details.

* Be sure to have Docker installed on your machine
* Run:
* `docker pull circonuslabs/gen-statsd:latest`
* `docker run -e STATSD_HOST=127.0.0.1:8125 -e AGENTS=1 ... circonuslabs/gen-statsd:latest`
* `docker pull circonus/gen-statsd:latest`
* `docker run -e STATSD_HOST=127.0.0.1:8125 -e AGENTS=1 ... circonus/gen-statsd:latest`
* Note: You can also use the docker flag `--env-file` and provide the path to a file with the environment variables from above defined.

## Installation
Expand All @@ -82,4 +82,4 @@ See [Docker Hub](hub.docker.com/circonuslabs/gen-statsd) for additional details.

## Contributing

[Contributing Guide](./CONTRIBUTING.md)
[Contributing Guide](./CONTRIBUTING.md)
28 changes: 14 additions & 14 deletions deploy/docker/README.md
Expand Up @@ -19,19 +19,19 @@ In order to run this container you'll need docker installed.
Running with command-line parameters:

```shell
docker run circonuslabs/gen-statsd:latest -agents 1 -statsd-host <statsd server IP>:8125 -prefix test -counters 1 -gauges 1 -timers 1 -protocol udp -spawn-drift 10 -tag-format datadog -tags key1:value1,key2:value2
docker run circonus/gen-statsd:latest -agents 1 -statsd-host <statsd server IP>:8125 -prefix test -counters 1 -gauges 1 -timers 1 -protocol udp -spawn-drift 10 -tag-format datadog -tags key1:value1,key2:value2
```

Printing the version:

```shell
docker run circonuslabs/gen-statsd:latest -version
docker run circonus/gen-statsd:latest -version
```

Running in detached mode:

```shell
docker run -d circonuslabs/gen-statsd:latest -agents 1 ...
docker run -d circonus/gen-statsd:latest -agents 1 ...
```

#### Environment Variables
Expand All @@ -55,21 +55,21 @@ docker run -d circonuslabs/gen-statsd:latest -agents 1 ...

[Distroless](https://github.com/GoogleContainerTools/distroless) Linux based x86_64 image.

* `circonuslabs/gen-statsd:latest`
* `circonuslabs/gen-statsd:1.0`
* `circonuslabs/gen-statsd:1.0.0`
* `circonus/gen-statsd:latest`
* `circonus/gen-statsd:1.0`
* `circonus/gen-statsd:1.0.0`

#### ARM64

Alpine ARM64v8 based image.

* `circonuslabs/gen-statsd:latest-arm64`
* `circonuslabs/gen-statsd:1.0-arm64`
* `circonuslabs/gen-statsd:1.0.0-arm64`
* `circonus/gen-statsd:latest-arm64`
* `circonus/gen-statsd:1.0-arm64`
* `circonus/gen-statsd:1.0.0-arm64`

## Find Us

* [GitHub](https://github.com/circonuslabs/gen-statsd)
* [GitHub](https://github.com/circonus-labs/gen-statsd)

## Contributing

Expand All @@ -78,15 +78,15 @@ Please read [CONTRIBUTING](https://github.com/circonus-labs/gen-statsd/blob/main
## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the
[tags on this repository](https://github.com/circonuslabs/gen-statsd/tags).
[tags on this repository](https://github.com/circonus-labs/gen-statsd/tags).

## Authors

* **Justin DeFrank** - [Circonus](https://github.com/circonuslabs)
* **Justin DeFrank** - [Circonus](https://github.com/circonus-labs)

See also the list of [contributors](https://github.com/circonuslabs/gen-statsd/contributors) who
See also the list of [contributors](https://github.com/circonus-labs/gen-statsd/contributors) who
participated in this project.

## License

This project is licensed under the BSD-3 License - see the [LICENSE](https://github.com/circonus-labs/gen-statsd/blob/main/LICENSE) file for details.
This project is licensed under the BSD-3 License - see the [LICENSE](https://github.com/circonus-labs/gen-statsd/blob/main/LICENSE) file for details.

0 comments on commit 71b83bb

Please sign in to comment.