Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3785925
D2347.id5909.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
900 B
Referenced Files
None
Subscribers
None
D2347.id5909.diff
View Options
diff --git a/roles/paas-docker/devel/files/arc.sh b/roles/paas-docker/devel/files/arc.sh
--- a/roles/paas-docker/devel/files/arc.sh
+++ b/roles/paas-docker/devel/files/arc.sh
@@ -61,7 +61,7 @@
pushd "$BUILD_DIR" > /dev/null || exit 1
>&2 echo "🔨 Building user-specific image $IMAGE for $USER"
echo "FROM nasqueron/arcanist" > Dockerfile
- echo "RUN groupadd -r $USER -g $GID && mkdir /home/$USER && useradd -u $UID -r -g $USER -d /home/$USER -s /bin/bash $USER && chown -R $USER:$USER /home/$USER" >> Dockerfile
+ echo "RUN groupadd -r $USER -g $GID && mkdir /home/$USER && useradd -u $UID -r -g $USER -d /home/$USER -s /bin/bash $USER && cp /root/.bashrc /home/$USER/ && chown -R $USER:$USER /home/$USER && ln -s /opt/config/gitconfig /home/$USER/.gitconfig && ln -s /opt/config/arcrc /home/$USER/.arcrc" >> Dockerfile
docker build -t "$IMAGE" .
popd > /dev/null
rm -rf "$BUILD_DIR"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 27, 11:27 (20 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2266827
Default Alt Text
D2347.id5909.diff (900 B)
Attached To
Mode
D2347: Provide full configuration for Arcanist wrapper as user
Attached
Detach File
Event Timeline
Log In to Comment