This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ plugins:
58
58
extensions :
59
59
- https://github.com/VSCodeVim/Vim/releases/download/v1.16.0/vim-1.16.0.vsix
60
60
- repository :
61
- url : https://github.com/testthedocs/vscode- vale
62
- revision : 0.9.1
61
+ url : https://github.com/errata-ai/ vale-vscode/
62
+ revision : v0.14.2
63
63
sidecar :
64
64
directory : vale
65
65
name : " vscode-vale"
66
66
memoryLimit : " 512Mi"
67
67
extensions :
68
- - https://download.jboss.org/jbosstools/ vscode/3rdparty/vscode-vale/ vale-0.9.1 .vsix
68
+ - https://github.com/errata-ai/vale- vscode/releases/download/v0.14.2/ vale-server-0.14.2 .vsix
69
69
- repository :
70
70
url : https://github.com/eclipse-cdt/cdt-vscode
71
71
revision : 2edfc3a3474bc7a732014e1a4631561b991f845a
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2020 Red Hat, Inc.
1
+ # Copyright (c) 2021 Red Hat, Inc.
2
2
# This program and the accompanying materials are made
3
3
# available under the terms of the Eclipse Public License 2.0
4
4
# which is available at https://www.eclipse.org/legal/epl-2.0/
8
8
# Contributors:
9
9
# Red Hat, Inc. - initial API and implementation
10
10
11
+ FROM jdkato/vale:v2.8.0 as vale
12
+
11
13
FROM alpine:3.12.1
12
14
13
15
ENV HOME=/home/theia
14
- ENV VALE_VERSION=2.4.0
16
+
17
+ COPY --from=vale /bin/vale /usr/local/bin
15
18
16
19
RUN mkdir /projects ${HOME} && \
17
20
# Change permissions to let any arbitrary user
18
21
for f in "${HOME}" "/etc/passwd" "/projects" ; do \
19
22
echo "Changing permissions on ${f}" && chgrp -R 0 ${f} && \
20
23
chmod -R g+rwX ${f}; \
21
24
done && \
22
- wget -qO- https://github.com/errata-ai/vale/releases/download/v${VALE_VERSION}/vale_${VALE_VERSION}_Linux_64-bit.tar.gz | tar xvz -C /usr/local/bin && \
23
- chmod +x /usr/local/bin/vale && \
24
25
apk --no-cache --update --allow-untrusted add asciidoctor && \
25
26
# Future word lists or config files can go here
26
27
mkdir ${HOME}/vale
You can’t perform that action at this time.
0 commit comments