update containerfile
All checks were successful
shu/little-hesinde/pipeline/tag This commit looks good

This commit is contained in:
Sebastian Hugentobler 2025-07-02 22:33:38 +02:00
parent 57c0fe706e
commit 9bf3a22bf5
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
5 changed files with 4 additions and 15 deletions

View file

@ -1,12 +0,0 @@
name: Build Multiarch Container Image
on: [push]
jobs:
call-reusable-workflow:
uses: container/multiarch-build-workflow/.gitea/workflows/build.yaml@main
with:
repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref_name }}
sha: ${{ gitea.sha }}
registry_url: ${{ secrets.REGISTRY_URL }}
registry_user: ${{ secrets.REGISTRY_USER }}
registry_pw: ${{ secrets.REGISTRY_PW }}

2
Cargo.lock generated
View file

@ -1222,7 +1222,7 @@ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
[[package]]
name = "little-hesinde"
version = "0.3.1"
version = "0.3.4"
dependencies = [
"axum",
"calibre-db",

View file

@ -1,4 +1,4 @@
FROM docker.io/rust:1-alpine3.20 AS builder
FROM docker.io/rust:1-alpine3.22 AS builder
RUN mkdir /tmp/tmp
RUN echo "hesinde:x:2222:2222:Linux User,,,:/:/app" > /passwd

1
Jenkinsfile vendored Normal file
View file

@ -0,0 +1 @@
multiarch_container()

View file

@ -1,6 +1,6 @@
[package]
name = "little-hesinde"
version = "0.3.1"
version = "0.3.4"
edition = "2024"
license = { workspace = true }
authors = { workspace = true }