feat(noop-bb): add nix tool installation example and smoke test#165
feat(noop-bb): add nix tool installation example and smoke test#165jannymeshi wants to merge 1 commit intomainfrom
Conversation
- Update prerun.sh to demonstrate installing awscli2 via nix profile add instead of the old 'not supported' placeholder comment - Add noop.tftest.hcl smoke test covering all input/output types - Add some-file.yaml and sensitive-file.yaml fixture files required for local tofu test runs (meshStack writes these at runtime) - Update README.md to document nix-based tool installation pattern Closes CU-86c9j0enc
🎨 Missing Building Block IconsFound 2 building block(s) without Copy the AI Prompts below and use them with your favorite AI image generator (Gemini, DALL-E, Midjourney, Stable Diffusion, etc.). Then follow the Post-Processing Steps to prepare the icons for upload. Azure Virtual Machine StarterkitPlatform: Path: AI Prompt (copy this to image generator)Post-Processing InstructionsStep 1: Remove white background with GIMP (free) a) Open image in GIMP Step 2: Resize to 800x800 pixels if needed
Step 3: Compress with pngquant (free command line tool)
Target specs: 800x800px PNG with transparent background, under 100KB Kubernetes Manifest (Helm)Platform: Path: AI Prompt (copy this to image generator)Post-Processing InstructionsStep 1: Remove white background with GIMP (free) a) Open image in GIMP Step 2: Resize to 800x800 pixels if needed
Step 3: Compress with pngquant (free command line tool)
Target specs: 800x800px PNG with transparent background, under 100KB |
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Summary
Updates the noop building block to demonstrate the nix-based package installation that is now available in the go runner image (shipped in meshfed-release #9885).
Changes
prerun.shnix profile add nixpkgs#awscli2exampleaws --versionso the runner logs confirm nix worksnoop.tftest.hcl(new)tofu testto validate the module applies cleanlysome-file.yaml,sensitive-file.yaml) are now included as fixture files sotofu testcan run without a live meshStack instanceREADME.mdnix profile addpattern with examplesRelated