From c904ae8a3a5fbc468dd85f740a24790a43a4fcae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Mon, 2 Sep 2024 00:22:34 +0100 Subject: [PATCH] touch --- README.md | 4 +++- act-runner/Dockerfile | 1 + {docker => docker-compose.samples}/docker-compose.armv7.yaml | 0 3 files changed, 4 insertions(+), 1 deletion(-) rename {docker => docker-compose.samples}/docker-compose.armv7.yaml (100%) diff --git a/README.md b/README.md index a07a91b..f7b2812 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,6 @@ _Source - https://docs.gitea.io/en-us/backup-and-restore/_ ## Other References -- limbosolutions gitea hosting https://git.limbosolutions.com (chech the git repository https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com ) \ No newline at end of file +- limbosolutions gitea hosting https://git.limbosolutions.com (chech the git repository https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com ) + +# Docker compose - Examples \ No newline at end of file diff --git a/act-runner/Dockerfile b/act-runner/Dockerfile index 8b842c5..498430b 100644 --- a/act-runner/Dockerfile +++ b/act-runner/Dockerfile @@ -1,2 +1,3 @@ FROM catthehacker/ubuntu:act-latest RUN apt-get update && apt install software-properties-common && add-apt-repository --yes --update ppa:ansible/ansible && apt-get install -y ansible + diff --git a/docker/docker-compose.armv7.yaml b/docker-compose.samples/docker-compose.armv7.yaml similarity index 100% rename from docker/docker-compose.armv7.yaml rename to docker-compose.samples/docker-compose.armv7.yaml