update containerfile
All checks were successful
shu/little-hesinde/pipeline/tag This commit looks good
All checks were successful
shu/little-hesinde/pipeline/tag This commit looks good
This commit is contained in:
parent
57c0fe706e
commit
9bf3a22bf5
5 changed files with 4 additions and 15 deletions
|
@ -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
2
Cargo.lock
generated
|
@ -1222,7 +1222,7 @@ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
|||
|
||||
[[package]]
|
||||
name = "little-hesinde"
|
||||
version = "0.3.1"
|
||||
version = "0.3.4"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"calibre-db",
|
||||
|
|
|
@ -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
1
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
multiarch_container()
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "little-hesinde"
|
||||
version = "0.3.1"
|
||||
version = "0.3.4"
|
||||
edition = "2024"
|
||||
license = { workspace = true }
|
||||
authors = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue