update
This commit is contained in:
parent
109d1a34f2
commit
0207fb1325
18 changed files with 60 additions and 48 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=RELEASE.2023-01-20T02-05-44Z
|
||||
VERSION=RELEASE.2023-07-21T21-12-44Z
|
||||
APP=minio
|
||||
DEPOT=https://github.com/minio/minio.git
|
||||
GIT_VERSION=$VERSION
|
||||
DEB_VERSION=${VERSION:8:4}${VERSION:13:2}${VERSION:16:2}${VERSION:19:2}${VERSION:22:2}-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
DEBIAN_VERSION_CODENAME=bookworm
|
||||
IMAGE_SIZE=5
|
||||
PACKAGE_DEPENDENCY="build-essential"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue