ci / docker (arm-ubuntu-latest, 2.40.0, 1.20, 1.52.2) (push) Successful in 5m18s
Details
ci / docker (ubuntu-latest, 2.40.0, 1.19, 1.52.2) (push) Successful in 6m58s
Details
ci / docker (arm-ubuntu-latest, 2.40.0, 1.19, 1.52.2) (push) Successful in 7m6s
Details
ci / docker (ubuntu-latest, 2.40.0, 1.20, 1.52.2) (push) Successful in 7m8s
Details
If a username, and password that produces a base64 value larger than 76 characters, base64 will add \n to the output to wrap the text. The \n is then moved to the ~/.docker/config.json, that would break build image step producing the error of ``` WARNING: Error loading config file: /root/.docker/config.json: invalid character '\n' in string literal ``` Reviewed-on: #25 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io> Co-authored-by: James712346 <james712346@noreply.gitea.io> Co-committed-by: James712346 <james712346@noreply.gitea.io> |
||
---|---|---|
.gitea/workflows | ||
.editorconfig | ||
.gitattributes | ||
Dockerfile | ||
README.md |
README.md
test env
A docker image for Gitea ci test
- From golang:1.20
- upgrade git to v2.40.0
- install git-lfs
- install golangci-lint v1.52.2
development environment build
In order to run from within a development environment at the root of the gitea repository with a command such as docker run --volume $(pwd):/drone/src --workdir /drone/src --user gitea mytestenv ...
the id of the gitea user must match the id of the development environment.
docker build --tag mytestenv --build-arg GITEA_ID=$(id -u) --build-arg GITEA_GID=$(id -g) .