Skip to content

Commit 590bb5a

Browse files
committed
Update DockerHub org to golioth
Moves from goliothiot to the official golioth DockerHub org. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
1 parent a91cbb5 commit 590bb5a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
file: ./images/xk6-coap/Dockerfile
2929
platforms: linux/amd64
3030
load: true
31-
tags: goliothiot/xk6-coap
31+
tags: golioth/xk6-coap
3232

3333
- name: Login to Dockerhub
3434
uses: docker/login-action@v1
3535
if: github.ref == 'refs/heads/main'
3636
with:
37-
username: goliothiot
37+
username: goliothbot
3838
password: ${{ secrets.DOCKER_TOKEN }}
3939

4040
- name: Build and Push to Dockerhub
@@ -45,4 +45,4 @@ jobs:
4545
file: ./images/xk6-coap/Dockerfile
4646
platforms: linux/amd64,linux/arm64
4747
push: true
48-
tags: goliothiot/xk6-coap
48+
tags: golioth/xk6-coap

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
## Getting Started
1313

1414
To get started, either build the `k6` binary or use the
15-
[`goliothiot/xk6-coap`](https://hub.docker.com/repository/docker/goliothiot/xk6-coap)
15+
[`golioth/xk6-coap`](https://hub.docker.com/repository/docker/golioth/xk6-coap)
1616
image.
1717

1818
### Using the OCI Image
1919

20-
The quickest way to get started is by using the `goliothiot/xk6-coap` image,
20+
The quickest way to get started is by using the `golioth/xk6-coap` image,
2121
which is [built](./images/xk6-coap/Dockerfile) from this repository and
2222
published to DockerHub. Tests can be supplied when creating a container from the
2323
image via a [bind mount](https://docs.docker.com/storage/bind-mounts/). For
2424
example, the following command would run the [simple
2525
example](./examples/simple.js) from this repository.
2626

2727
```
28-
docker run -it --rm -e COAP_PSK_ID=<YOUR-PSK-ID> -e COAP_PSK=<YOUR-PSK> -v $(pwd)/examples/simple.js:/simple.js goliothiot/xk6-coap k6 run /simple.js --vus 10 --duration 5s
28+
docker run -it --rm -e COAP_PSK_ID=<YOUR-PSK-ID> -e COAP_PSK=<YOUR-PSK> -v $(pwd)/examples/simple.js:/simple.js golioth/xk6-coap k6 run /simple.js --vus 10 --duration 5s
2929
```
3030

3131
`xk6-coap` supports authentication via pre-shared keys (PSKs) and client

0 commit comments

Comments
 (0)