Skip to content

Commit

Permalink
Change: code server version
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 2, 2023
1 parent a6312b0 commit c0fed72
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@ FROM docker:dind-rootless as dind

FROM ubuntu:22.04

LABEL version="1.0" maintainer="Majo Richter <majo418@coreunit.net>"
LABEL version="1.0" maintainer="Majo Richter <majo@coreunit.net>"

ARG NODE_VERSION=20
ARG NPM_VERSION=9
ARG VSCODE_VERSION=4.14.1
ARG VSCODE_VERSION=4.16.1
ENV DEBIAN_FRONTEND=noninteractive

RUN sed -i "s/# deb-src/deb-src/g" /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -yq --no-install-recommends apt-utils locales \
&& echo 'tzdata tzdata/Areas select Etc' | debconf-set-selections \
&& echo 'tzdata tzdata/Zones/Etc select UTC' | debconf-set-selections \
&& apt-get install -yq --no-install-recommends \
apt-utils locales tzdata libtimedate-perl \
&& sed -i "s/# en_US.UTF-8/en_US.UTF-8/" /etc/locale.gen \
&& locale-gen \
&& apt-get full-upgrade -y \
Expand Down
34 changes: 34 additions & 0 deletions codec2-arch.drawio
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<mxfile host="65bd71144e">
<diagram id="4_R6WjEuU-XJjEpv1K4U" name="Page-1">
<mxGraphModel dx="460" dy="580" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="8" value="" style="whiteSpace=wrap;html=1;aspect=fixed;" parent="1" vertex="1">
<mxGeometry x="20" y="585" width="245" height="245" as="geometry"/>
</mxCell>
<mxCell id="10" value="" style="whiteSpace=wrap;html=1;aspect=fixed;" parent="1" vertex="1">
<mxGeometry x="570" y="585" width="245" height="245" as="geometry"/>
</mxCell>
<mxCell id="11" value="" style="whiteSpace=wrap;html=1;aspect=fixed;" parent="1" vertex="1">
<mxGeometry x="280" y="590" width="245" height="245" as="geometry"/>
</mxCell>
<mxCell id="2" value="&lt;p&gt;VServer (vm2)&lt;/p&gt;" style="whiteSpace=wrap;html=1;aspect=fixed;align=left;" parent="1" vertex="1">
<mxGeometry x="64" width="536" height="536" as="geometry"/>
</mxCell>
<mxCell id="4" value="codec_majo" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="120" y="600" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="5" value="codec_marco" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="120" y="677.5" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="7" value="codeccli" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;" parent="1" vertex="1">
<mxGeometry x="632.5" y="490" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="12" value="" style="whiteSpace=wrap;html=1;aspect=fixed;" parent="1" vertex="1">
<mxGeometry x="80" y="880" width="245" height="245" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>

0 comments on commit c0fed72

Please sign in to comment.