From 986fd082cebe7d3634c52d7895bddd1259beb7f5 Mon Sep 17 00:00:00 2001 From: kostas-localstack Date: Fri, 26 Jun 2026 15:11:26 +0300 Subject: [PATCH 1/4] DOC-316: Update answer to air-gapped env question --- .idea/inspectionProfiles/Project_Default.xml | 11 ++++ .../inspectionProfiles/profiles_settings.xml | 6 ++ .idea/localstack-docs.iml | 7 +++ .idea/misc.xml | 7 +++ .idea/vcs.xml | 6 ++ .idea/workspace.xml | 56 +++++++++++++++++++ src/content/docs/aws/getting-started/faq.mdx | 8 +-- 7 files changed, 94 insertions(+), 7 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/localstack-docs.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..67727a6c --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 00000000..105ce2da --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/localstack-docs.iml b/.idea/localstack-docs.iml new file mode 100644 index 00000000..ec63674c --- /dev/null +++ b/.idea/localstack-docs.iml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..9de28652 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..0f1872d2 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + { + "associatedIndex": 6 +} + + + + + + + + + + + + + + + + + + + 1782199067498 + + + + \ No newline at end of file diff --git a/src/content/docs/aws/getting-started/faq.mdx b/src/content/docs/aws/getting-started/faq.mdx index d46e18db..581dff39 100644 --- a/src/content/docs/aws/getting-started/faq.mdx +++ b/src/content/docs/aws/getting-started/faq.mdx @@ -624,13 +624,7 @@ If that happens, see [How do I trust my corporate TLS interceptor certificate in ### How do I run LocalStack in a fully air-gapped environment? -For environments with no outbound access at all, LocalStack supports an offline license file. -Reach out to LocalStack support; they can issue a long-lived `license.json` you can mount at: - -```yaml -volumes: - - "./license.json:/var/lib/localstack/cache/license.json:ro" -``` +Offline images for airgapped environments are available on our enterprise tier, please reach out to us. ### Why does LocalStack startup fail with "Docker not available"? From 2fc7c01027d9c35a2208c87fbe5a11d7642b4c47 Mon Sep 17 00:00:00 2001 From: kostas-localstack Date: Fri, 26 Jun 2026 15:14:04 +0300 Subject: [PATCH 2/4] DOC-316: reach out to sales --- src/content/docs/aws/getting-started/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/aws/getting-started/faq.mdx b/src/content/docs/aws/getting-started/faq.mdx index 581dff39..7d4d903d 100644 --- a/src/content/docs/aws/getting-started/faq.mdx +++ b/src/content/docs/aws/getting-started/faq.mdx @@ -624,7 +624,7 @@ If that happens, see [How do I trust my corporate TLS interceptor certificate in ### How do I run LocalStack in a fully air-gapped environment? -Offline images for airgapped environments are available on our enterprise tier, please reach out to us. +Offline images for airgapped environments are available on our enterprise tier, please reach out to our sales team. ### Why does LocalStack startup fail with "Docker not available"? From ee0e63bab0a5f60acb538b2f1ce450009daf1c35 Mon Sep 17 00:00:00 2001 From: kostas-localstack Date: Fri, 26 Jun 2026 15:16:25 +0300 Subject: [PATCH 3/4] DOC-316: Delete .idea folder --- .idea/inspectionProfiles/Project_Default.xml | 11 ---- .../inspectionProfiles/profiles_settings.xml | 6 -- .idea/localstack-docs.iml | 7 --- .idea/misc.xml | 7 --- .idea/vcs.xml | 6 -- .idea/workspace.xml | 56 ------------------- 6 files changed, 93 deletions(-) delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/localstack-docs.iml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 67727a6c..00000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2da..00000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/localstack-docs.iml b/.idea/localstack-docs.iml deleted file mode 100644 index ec63674c..00000000 --- a/.idea/localstack-docs.iml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 9de28652..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 0f1872d2..00000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - { - "associatedIndex": 6 -} - - - - - - - - - - - - - - - - - - - 1782199067498 - - - - \ No newline at end of file From 17b7fbe32e02d7ca7c22f922982f8d1133e3aabf Mon Sep 17 00:00:00 2001 From: kostas-localstack Date: Fri, 26 Jun 2026 15:16:48 +0300 Subject: [PATCH 4/4] DOC-316: Add .idea to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a3ac5505..969e88af 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ pnpm-debug.log* .DS_Store .kiro .vscode +.idea # Python .venv/