mirror of
https://github.com/kylemanna/docker-aosp
synced 2025-06-19 13:56:35 +00:00
gitconfig: Add default gitconfig to ease repo init
* Provide a default gitconfig so that repo init won't prompt the user.
This commit is contained in:
parent
75cef9ca0f
commit
afa8810c40
@ -19,6 +19,7 @@ RUN chmod 755 /usr/local/bin/*
|
||||
|
||||
# All builds will be done by user aosp
|
||||
RUN useradd --create-home aosp
|
||||
ADD gitconfig /home/aosp/.gitconfig
|
||||
|
||||
# The persistent data will be in these two directories, everything else is
|
||||
# considered to be ephemeral
|
||||
|
6
gitconfig
Normal file
6
gitconfig
Normal file
@ -0,0 +1,6 @@
|
||||
# Provide a default gitconfig to bypass repo init prompts for identity
|
||||
[color]
|
||||
ui = auto
|
||||
[user]
|
||||
name = Docker AOSP
|
||||
email = aosp@aosp.docker.local
|
Loading…
x
Reference in New Issue
Block a user