This project provides an automated, containerized distribution of the Infisical CLI. It allows you to run the Infisical CLI within a lightweight Alpine Linux container.
This repository contains the necessary configuration to build and maintain a Docker image for the Infisical CLI. The process is automated using a build script that fetches the latest release directly from Infisical's official GitHub repository.
This project provides a containerized distribution of the Infisical CLI.
- Infisical: Creator of the Infisical CLI. All rights to the Infisical CLI product and associated trademarks remain with Infisical.
- README.md & Summary: Generated by opencode (AI Assistant).
To build the image, you will need:
- Docker
curljq
Run the build.sh script to fetch the latest version and build the Docker image locally:
./build.shTo automatically push the image to the registry after a successful build, pass any argument to the script:
./build.sh pushOnce built, you can run the CLI inside a container:
docker run --rm ghcr.io/qeon/infisical-cli:latest --helpThis project is licensed under the Apache License, Version 2.0. See the LICENSE file for full details.