Skip to content

Commit

Permalink
bugfix: update Dockerfile to fix file owner
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Sep 10, 2024
1 parent a443525 commit 3b95b69
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 212 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ RUN curl -O https://dl.google.com/go/go1.22.5.linux-amd64.tar.gz && \
echo 'export PATH=$PATH:/usr/local/go/bin:/go/bin' >> /home/sealos/.bashrc && \
echo 'export GOPATH=/go' >> /root/.bashrc && \
echo 'export PATH=$PATH:/usr/local/go/bin:/go/bin' >> /root/.bashrc && \
chmod -R 777 /go
chmod -R 777 /go && \
chown -R sealos:sealos /home/sealos/worspace && \
chmod -R u+rw /home/sealos/workspace

ENV GOPATH=/go
ENV PATH=$PATH:/usr/local/go/bin:/go/bin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ RUN curl -O https://dl.google.com/go/go1.23.0.linux-amd64.tar.gz && \
echo 'export PATH=$PATH:/usr/local/go/bin:/go/bin' >> /home/sealos/.bashrc && \
echo 'export GOPATH=/go' >> /root/.bashrc && \
echo 'export PATH=$PATH:/usr/local/go/bin:/go/bin' >> /root/.bashrc && \
chmod -R 777 /go
chmod -R 777 /go && \
chown -R sealos:sealos /home/sealos/worspace && \
chmod -R u+rw /home/sealos/workspace

ENV GOPATH=/go
ENV PATH=$PATH:/usr/local/go/bin:/go/bin
Expand Down
21 changes: 0 additions & 21 deletions yaml/Language/go/go1.22.5/runtime-go1.22.5.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions yaml/Language/go/go1.23.0/runtime-go1.23.0.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions yaml/Language/java/openjdk17/runtime-openjdk17.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions yaml/Language/nodejs/nodejs18/runtime-nodejs18.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions yaml/Language/nodejs/nodejs20/runtime-nodejs20.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions yaml/Language/nodejs/nodejs22/runtime-nodejs22.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions yaml/Language/python/python3.10/runtime-python3.10.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions yaml/Language/python/python3.11/runtime-python3.11.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions yaml/Language/python/python3.12/runtime-python3.12.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions yaml/Language/rust/rust1.81.0/runtime-rust1.81.0.yaml

This file was deleted.

0 comments on commit 3b95b69

Please sign in to comment.