From d7dbf6d034c802c7db6818b1cf5a2446232617ea Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sat, 15 Mar 2025 11:33:12 -0700 Subject: [PATCH 1/2] LSIO_FIRST_PARTY in container branding docs --- docs/general/container-branding.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/general/container-branding.md b/docs/general/container-branding.md index 73b8506169..40c10f78a0 100644 --- a/docs/general/container-branding.md +++ b/docs/general/container-branding.md @@ -16,4 +16,6 @@ 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. + 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. From 05444633a6f8ca91e2837ccc66dd3205141783c7 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sat, 15 Mar 2025 13:42:54 -0700 Subject: [PATCH 2/2] Update container-branding.md --- docs/general/container-branding.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/general/container-branding.md b/docs/general/container-branding.md index 40c10f78a0..b51d5c6766 100644 --- a/docs/general/container-branding.md +++ b/docs/general/container-branding.md @@ -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.