taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 7b9b68bd70827dc6c0cfe667115934d5e9cddb6c
parent f5201b7425bfa91f54913b30a5375dad12f7c897
Author: Florian Dold <florian@dold.me>
Date:   Tue, 30 May 2023 07:34:17 +0200

-exec bits on plugins

Diffstat:
Mbootstrap-docker/install-plugin-buildx.sh | 1+
Mbootstrap-docker/install-plugin-compose.sh | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/bootstrap-docker/install-plugin-buildx.sh b/bootstrap-docker/install-plugin-buildx.sh @@ -5,3 +5,4 @@ set -eu DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker} mkdir -p $DOCKER_CONFIG/cli-plugins curl -SL https://github.com/docker/buildx/releases/download/v0.10.5/buildx-v0.10.5.linux-amd64 -o $DOCKER_CONFIG/cli-plugins/docker-buildx +chmod +x $DOCKER_CONFIG/cli-plugins/docker-buildx diff --git a/bootstrap-docker/install-plugin-compose.sh b/bootstrap-docker/install-plugin-compose.sh @@ -5,3 +5,4 @@ set -eu DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker} mkdir -p $DOCKER_CONFIG/cli-plugins curl -SL https://github.com/docker/compose/releases/download/v2.18.1/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose +chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose