diff --git a/.gitignore b/.gitignore index 4c49bd7..eb2f977 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .env +output/ diff --git a/access.md b/access.md index d334bdc..9214fbb 100644 --- a/access.md +++ b/access.md @@ -1,7 +1,11 @@ You have access to the following: -- gitea repo for code - - url: https://gitea.ct.cozytren.ch - - username: "agentbox" - - password in $GITEA_PASSWORD - - login over https, not ssh +- root (install all needed utils/software) + +- committing code + - build and commit locally in /workdir (not in /context) + - git user: "agentbox (agentbox@no-email)" + +- an internet connection to the outside + +- a full docker host (socket on hostname dind) diff --git a/docker-compose.yml b/docker-compose.yml index 1257422..b0d813d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,3 +15,5 @@ services: dind: condition: service_started env_file: .env + volumes: + - ./output:/workdir diff --git a/task.md b/task.md deleted file mode 100644 index 24a10ae..0000000 --- a/task.md +++ /dev/null @@ -1,3 +0,0 @@ - - -[test env, left blank]