Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
tsirysndr/daggerverseA ready-to-use CI/CD Pipeline for building OCI images with Docker Buildx
Module: Buildx
This is a Dagger module for building an OCI image of your project using buildx.
🚀 Usage
dagger -m github.com/tsirysndr/daggerverse/buildx call \ dev --src <source> terminal
🧑🔬 Example
dagger -m github.com/tsirysndr/daggerverse/buildx call \ dev --src . terminal dagger -m github.com/tsirysndr/daggerverse/buildx call \ build --src . \ --tag my-app \ --platform linux/amd64,linux/arm64
✨ Jobs
Name | Description |
---|---|
dev |
Start a development environment |
build |
Build an OCI image of the project |
publish |
Publish the OCI image to a registry |
🧑💻 Programmatic usage
import { build } from 'jsr:@fx/buildx'; await plan("."); await build(".", "my-app", "linux/amd64,linux/arm64");
Built and signed on
GitHub Actions
Add Package
deno add jsr:@fx/buildx
Import symbol
import * as buildx from "@fx/buildx";
Import directly with a jsr specifier
import * as buildx from "jsr:@fx/buildx";
Add Package
pnpm i jsr:@fx/buildx
pnpm dlx jsr add @fx/buildx
Import symbol
import * as buildx from "@fx/buildx";
Add Package
yarn add jsr:@fx/buildx
yarn dlx jsr add @fx/buildx
Import symbol
import * as buildx from "@fx/buildx";
Add Package
npx jsr add @fx/buildx
Import symbol
import * as buildx from "@fx/buildx";
Add Package
bunx jsr add @fx/buildx
Import symbol
import * as buildx from "@fx/buildx";