Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-code-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MyDockerImages
docker-code-server
Commits
0a1af120
Unverified
Commit
0a1af120
authored
3 years ago
by
Roxedus
Committed by
Dominique Marcadet
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix builds, bump node
parent
98f8cd81
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
Dockerfile.aarch64
+1
-1
1 addition, 1 deletion
Dockerfile.aarch64
Dockerfile.armhf
+1
-1
1 addition, 1 deletion
Dockerfile.armhf
readme-vars.yml
+1
-0
1 addition, 0 deletions
readme-vars.yml
with
4 additions
and
3 deletions
Dockerfile
+
1
−
1
View file @
0a1af120
...
...
@@ -11,7 +11,7 @@ RUN \
apt-get
install
-y
\
gnupg
&&
\
curl
-s
https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
&&
\
echo
'deb https://deb.nodesource.com/node_1
2
.x bionic main'
\
echo
'deb https://deb.nodesource.com/node_1
4
.x bionic main'
\
>
/etc/apt/sources.list.d/nodesource.list
&&
\
curl
-s
https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
&&
\
echo
'deb https://dl.yarnpkg.com/debian/ stable main'
\
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.aarch64
+
1
−
1
View file @
0a1af120
...
...
@@ -16,7 +16,7 @@ RUN \
apt-get install -y \
gnupg && \
curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \
echo 'deb https://deb.nodesource.com/node_1
2
.x bionic main' \
echo 'deb https://deb.nodesource.com/node_1
4
.x bionic main' \
> /etc/apt/sources.list.d/nodesource.list && \
curl -s https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
echo 'deb https://dl.yarnpkg.com/debian/ stable main' \
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.armhf
+
1
−
1
View file @
0a1af120
...
...
@@ -16,7 +16,7 @@ RUN \
apt-get install -y \
gnupg && \
curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \
echo 'deb https://deb.nodesource.com/node_1
2
.x bionic main' \
echo 'deb https://deb.nodesource.com/node_1
4
.x bionic main' \
> /etc/apt/sources.list.d/nodesource.list && \
curl -s https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
echo 'deb https://dl.yarnpkg.com/debian/ stable main' \
...
...
This diff is collapsed.
Click to expand it.
readme-vars.yml
+
1
−
0
View file @
0a1af120
...
...
@@ -75,6 +75,7 @@ app_setup_block: |
# changelog
changelogs
:
-
{
date
:
"
11.07.21:"
,
desc
:
"
Bump
node
to
14
to
fix
builds"
}
-
{
date
:
"
08.05.21:"
,
desc
:
"
Fix
doc
link"
}
-
{
date
:
"
04.02.20:"
,
desc
:
"
Allow
setting
gui
password
via
hash
using
env
var
`HASHED_PASSWORD`."
}
-
{
date
:
"
23.12.20:"
,
desc
:
"
Allow
setting
sudo
password
via
hash
using
env
var
`SUDO_PASSWORD_HASH`."
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment