Update container-branding.md

pull/312/head
Jesse Bannon 2025-03-15 13:42:54 -07:00 zatwierdzone przez GitHub
rodzic 5c85187ccc
commit 38763f3770
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -16,6 +16,8 @@ On start-up, the base image will automatically load the branding into its init,
Hopefully this makes it simpler for everyone to manage the branding of your images when using our bases.
Note: if you're branding a non-base image, you must set the ENV variable `LSIO_FIRST_PARTY=false` to avoid LSIO from overwriting it.
!!! note
If you're branding a non-base image, you must set the ENV variable `LSIO_FIRST_PARTY=false` to avoid LSIO from overwriting it.
A final note: if you've previously overridden the `init-adduser` run file to do custom branding, we recommend switching to the above approach so that you don't miss out on any future changes to that init step.