wezen/Containerfile
xtex 0c24f39547
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Add CI
Change dependency registry to exogit

Revert "Change dependency registry to exogit"

This reverts commit 11c0a78f2a.

Revert "Add version matcher to all local dependencies"

This reverts commit 3d0df80b0e.

Drop registry configuration

Revert "wezen: Add release configuration"

This reverts commit 67e03cdd85.

Fix

Add woodpecker configurations

Fix CI

Try use rust from alpine container

Revert "Try use rust from alpine container"

This reverts commit bb6b56a505.

Disable dynamic username

Sync repo to sourcehut

Unshallow repo before sync

Rename build pipeline to sync

Fix OCI manifest packager

Add builds.sr.ht config

Add license file

Build with cargo-zigbuild

Fix builder

Fix rustup

Fix cargo env

Fix openssl-sys build

Switch back to exoci

Fix distrobox

Merge sync pipeline into build pipeline

Bind exogit token

Remove containerignore

Fix containerfile

update

Fix

update

fix

f

fix
2024-05-11 23:07:21 +08:00

8 lines
370 B
Docker

FROM docker.io/library/alpine
ARG TARGETDIR
RUN apk add libgcc
COPY target/${TARGETDIR}/release/wezen-broker /usr/local/bin
COPY target/${TARGETDIR}/release/wezen-bridge /usr/local/bin
COPY target/${TARGETDIR}/release/wezen-exit /usr/local/bin
COPY target/${TARGETDIR}/release/wezen-client /usr/local/bin
COPY target/${TARGETDIR}/release/wezen-client-gui /usr/local/bin