Skip to content

Commit b264059

Browse files
committed
docs: docker registry warning on readme and changelog fix
1 parent 62f140d commit b264059

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
### Features
77

8-
* **go:** upgrade Terraboard's Go version to v1.17 ([e457ebc](https://www.github.com/camptocamp/terraboard/commit/e457ebc154730baea6fbbf1723e52e417c67f55c))
8+
* **go:** upgrade Terraboard's Go version to v1.21
99
* **internal:** update Terraform's internal packages ([e457ebc](https://www.github.com/camptocamp/terraboard/commit/e457ebc154730baea6fbbf1723e52e417c67f55c))
1010

1111

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131
---
3232

33+
<p align="center"><strong>Caution: Terraboard's Docker registry was migrated from Dockerhub to GHCR! All new tags will be now pushed <a href="https://github.com/camptocamp/terraboard/pkgs/container/terraboard">here</a>. You can still access to old tags on the legacy Dockerhub repository.</strong></p>
34+
3335
<details><summary>Table of content</summary>
3436

3537
- [What is it?](#what-is-it)
@@ -93,7 +95,7 @@ It currently supports several remote state backend providers:
9395
- [GitLab](https://docs.gitlab.com/ee/user/infrastructure/terraform_state.html)
9496

9597
Terraboard is now able to handle multiple buckets/providers configuration! 🥳
96-
Check *configuration* section for more details.
98+
Check *configuration* section for more details.
9799

98100
### Overview
99101

@@ -175,22 +177,22 @@ aws:
175177
s3:
176178
- bucket: test-bucket
177179
force-path-style: true
178-
file-extension:
180+
file-extension:
179181
- .tfstate
180182

181183
- endpoint: http://minio:9000/
182184
region: eu-west-1
183185
s3:
184186
- bucket: test-bucket2
185187
force-path-style: true
186-
file-extension:
188+
file-extension:
187189
- .tfstate
188190
```
189191
190192
In the case of AWS, don't forget to set the `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` environment variables.
191193

192194
That's it! Terraboard will now fetch these two buckets on DB refresh. You can also mix providers like AWS and Gitlab or anything else.
193-
You can find a ready-to-use Docker example with two *MinIO* buckets in the `test/multiple-minio-buckets/` sub-folder.
195+
You can find a ready-to-use Docker example with two *MinIO* buckets in the `test/multiple-minio-buckets/` sub-folder.
194196

195197
### Available parameters
196198

@@ -199,7 +201,7 @@ You can find a ready-to-use Docker example with two *MinIO* buckets in the `test
199201
- `-V`, `--version` Display version.
200202
- `-c`, `--config-file` <default: *$CONFIG_FILE*> Config File path
201203
- Env: *CONFIG_FILE*
202-
204+
203205
#### General Provider Options
204206

205207
- `--no-versioning` <default: *$TERRABOARD_NO_VERSIONING*> Disable versioning support from Terraboard (useful for S3 compatible providers like MinIO)
@@ -401,7 +403,7 @@ docker run -p 8080:8080 \
401403
-e DB_PASSWORD="<mypassword>" \
402404
-e DB_SSLMODE="disable" \
403405
--net terraboard \
404-
camptocamp/terraboard:latest
406+
ghcr.io/camptocamp/terraboard:latest
405407
```
406408

407409
Then point your browser to http://localhost:8080.

0 commit comments

Comments
 (0)