Skip to content

qeon/infisical-cli-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infisical CLI Docker Distribution

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.

Overview

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.

Credits

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).

Prerequisites

To build the image, you will need:

  • Docker
  • curl
  • jq

Usage

Building the Image

Run the build.sh script to fetch the latest version and build the Docker image locally:

./build.sh

To automatically push the image to the registry after a successful build, pass any argument to the script:

./build.sh push

Running the CLI

Once built, you can run the CLI inside a container:

docker run --rm ghcr.io/qeon/infisical-cli:latest --help

License

This project is licensed under the Apache License, Version 2.0. See the LICENSE file for full details.

About

Docker images for Infisical CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors