Skip to content

Commit f998cc5

Browse files
authored
Add warning for multi-platform container image usage
Added a warning about architecture compatibility when pulling the GitNotebooks container image.
1 parent e8687ba commit f998cc5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/self_hosted.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ We'll assume that you have enough permission to create a new GitHub app and a Po
4343

4444
If you have not yet received the GitNotebooks container image, you can do so by filling out this form: [Self-hosted signup](https://share.hsforms.com/1KcFTS0dHRPqyMli5Dr8kiwryqe1)
4545

46+
<div class="warning">
47+
48+
This is a multi-platform container image. So if you're pulling the image onto a machine with a different architecture than the one used in the deployment (e.g. to mirror the image to your own container registy), take care to make sure the correct platform is used when pulling the image, otherwise you will run into a `exec format error`.
49+
50+
</div>
51+
4652
## Choosing an Endpoint { #choosing-an-endpoint }
4753

4854
The GitNotebooks web application needs to be accessible via a URL. This URL will be referred to as the `BASE_URL` throughout the setup process. You'll need to decide on this `BASE_URL` before proceeding.

0 commit comments

Comments
 (0)