Synapse : image to gitea? 2

This commit is contained in:
Gitouche 2022-08-12 20:43:45 +02:00
parent b0cde5ca68
commit 5a593f755c
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ buildfolder=/tmp/synapse-$$
if ! podman image exists ${synapse_image}:${synapse_version}; then
mkdir ${buildfolder} &&
curl -sSfL -- "https://github.com/matrix-org/synapse/archive/refs/tags/${synapse_version}.tar.gz" | \tar xz --strip-components 1 -C ${buildfolder}/ && {
podman run -d --name buildkitd --privileged docker.io/moby/buildkit:latest &&
podman pull docker.io/moby/buildkit:latest
podman run -d --name buildkitd --privileged docker.io/moby/buildkit:latest &&
my_buildctl --addr=podman-container://buildkitd build \
--frontend dockerfile.v0 \
--local context=${buildfolder}/ \