mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2026-07-04 14:30:54 -06:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
69e52bcac1
|
|||
|
9a998f3e0c
|
|||
|
48ca077a44
|
|||
|
6186b16503
|
|||
|
6131b86b48
|
|||
|
8080ba8110
|
|||
|
cfe27a3e86
|
2
.github/workflows/main-workflow.yml
vendored
2
.github/workflows/main-workflow.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
aleleba/vscode:latest
|
aleleba/vscode:latest
|
||||||
gitea.p-lao.com/aleleba/vscode-server:latest
|
gitea.p-lao.com/aleleba/vscode:latest
|
||||||
|
|
||||||
- name: Trigger workflow in Gitea
|
- name: Trigger workflow in Gitea
|
||||||
if: success()
|
if: success()
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ fi
|
|||||||
if [ "$HOME_USER" != "$(whoami)" ]; then
|
if [ "$HOME_USER" != "$(whoami)" ]; then
|
||||||
exec sudo -u $HOME_USER bash -c "source /etc/environment; /usr/bin/entrypoint.sh"
|
exec sudo -u $HOME_USER bash -c "source /etc/environment; /usr/bin/entrypoint.sh"
|
||||||
else
|
else
|
||||||
sudo chown -R ${HOME_USER} /home/${HOME_USER}
|
sudo find "/home/${HOME_USER}" -xdev -exec chown "${HOME_USER}" {} + 2>/dev/null || true
|
||||||
if [ -d "/home/${HOME_USER}/.ssh" ]; then
|
if [ -d "/home/${HOME_USER}/.ssh" ]; then
|
||||||
sudo chmod 755 /home/${HOME_USER}/.ssh
|
sudo chmod 755 /home/${HOME_USER}/.ssh
|
||||||
sudo chmod -R 600 /home/${HOME_USER}/.ssh/*
|
sudo chmod -R 600 /home/${HOME_USER}/.ssh/*
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
3.2.16
|
3.2.23
|
||||||
|
|||||||
Reference in New Issue
Block a user