Skip to content

Commit 024e9df

Browse files
author
Jenkins CI
committed
Changes from 0.14.76
1 parent 4a0ca66 commit 024e9df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:20.14.0-bookworm
2-
ENV PS_VERSION=0.14.75 \
2+
ENV PS_VERSION=0.14.76 \
33
URSIM_VERSION=0.12.159 \
44
SDK_VERSION=5.4.52
55
SHELL ["/bin/bash", "-c"]
@@ -36,7 +36,7 @@ RUN set -ex; \
3636
COPY *.zip /
3737

3838
# Set up non-root user
39-
ARG USERNAME=psxdev
39+
ARG USERNAME=dev
4040
ARG USER_UID=1001
4141
ARG USER_GID=$USER_UID
4242
RUN set -ex; \
@@ -46,7 +46,7 @@ RUN set -ex; \
4646
echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME; \
4747
chmod 0440 /etc/sudoers.d/$USERNAME
4848

49-
# unzip files, chown to psxdev
49+
# unzip files, chown to dev
5050
RUN set -ex; \
5151
unzip '*.zip'; \
5252
rm *.zip; \

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"onCreateCommand": "sudo chmod 666 /var/run/docker.sock",
1616
"updateContentCommand": {
17-
"setOwnership": "sudo chown -R psxdev:psxdev ${containerWorkspaceFolder} /ursim-polyscopex-0.12.159 /sdk-polyscopex-5.4.52"
17+
"setOwnership": "sudo chown -R dev:dev ${containerWorkspaceFolder} /ursim-polyscopex-0.12.159 /sdk-polyscopex-5.4.52"
1818
},
1919
"postCreateCommand": {
2020
"prepareUrsim": "sudo rm -f run-simulator && ln -s /ursim-polyscopex-0.12.159/run-simulator ${containerWorkspaceFolder}",

0 commit comments

Comments
 (0)