Skip to content

Commit 12ab79b

Browse files
Update website testing
1 parent 06ce3f7 commit 12ab79b

File tree

4 files changed

+282
-4
lines changed

4 files changed

+282
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
docker create -t
1515
--name yadm-website
1616
--entrypoint test/validate
17-
yadm/jekyll:2019-10-17;
17+
yadm/jekyll:2024-10-31;
1818
docker cp ./ yadm-website:/srv/jekyll
1919
- name: Test Site
2020
run: docker start yadm-website -a

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jekyll/jekyll:4.0.0
1+
FROM jekyll/jekyll:4
22
MAINTAINER Tim Byrne <[email protected]>
33

44
# Convenience settings for the testbed's root account
@@ -8,6 +8,10 @@ RUN echo 'set -o vi' >> /root/.bashrc
88
RUN touch /.yadmjekyll
99

1010
# Extra dependencies for testing
11-
RUN gem install html-proofer
11+
# RUN gem install zeitwerk -v 2.6.18
12+
# RUN gem install nokogiri -v 1.15.6
13+
# RUN gem install webrick
14+
RUN gem uninstall html-proofer
15+
RUN gem install html-proofer -v '~> 3'
1216
RUN apk add --update py-pip
1317
RUN pip install yamllint==1.15.0

Gemfile.lock

Lines changed: 274 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,274 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (7.2.2)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
addressable (2.8.7)
17+
public_suffix (>= 2.0.2, < 7.0)
18+
base64 (0.2.0)
19+
benchmark (0.3.0)
20+
bigdecimal (3.1.8)
21+
coffee-script (2.4.1)
22+
coffee-script-source
23+
execjs
24+
coffee-script-source (1.12.2)
25+
colorator (1.1.0)
26+
commonmarker (0.23.10)
27+
concurrent-ruby (1.3.4)
28+
connection_pool (2.4.1)
29+
csv (3.3.0)
30+
dnsruby (1.72.2)
31+
simpleidn (~> 0.2.1)
32+
drb (2.2.1)
33+
em-websocket (0.5.3)
34+
eventmachine (>= 0.12.9)
35+
http_parser.rb (~> 0)
36+
ethon (0.16.0)
37+
ffi (>= 1.15.0)
38+
eventmachine (1.2.7)
39+
execjs (2.10.0)
40+
faraday (0.17.6)
41+
multipart-post (>= 1.2, < 3)
42+
ffi (1.17.0-x86_64-linux-musl)
43+
forwardable-extended (2.6.0)
44+
gemoji (4.1.0)
45+
github-pages (232)
46+
github-pages-health-check (= 1.18.2)
47+
jekyll (= 3.10.0)
48+
jekyll-avatar (= 0.8.0)
49+
jekyll-coffeescript (= 1.2.2)
50+
jekyll-commonmark-ghpages (= 0.5.1)
51+
jekyll-default-layout (= 0.1.5)
52+
jekyll-feed (= 0.17.0)
53+
jekyll-gist (= 1.5.0)
54+
jekyll-github-metadata (= 2.16.1)
55+
jekyll-include-cache (= 0.2.1)
56+
jekyll-mentions (= 1.6.0)
57+
jekyll-optional-front-matter (= 0.3.2)
58+
jekyll-paginate (= 1.1.0)
59+
jekyll-readme-index (= 0.3.0)
60+
jekyll-redirect-from (= 0.16.0)
61+
jekyll-relative-links (= 0.6.1)
62+
jekyll-remote-theme (= 0.4.3)
63+
jekyll-sass-converter (= 1.5.2)
64+
jekyll-seo-tag (= 2.8.0)
65+
jekyll-sitemap (= 1.4.0)
66+
jekyll-swiss (= 1.0.0)
67+
jekyll-theme-architect (= 0.2.0)
68+
jekyll-theme-cayman (= 0.2.0)
69+
jekyll-theme-dinky (= 0.2.0)
70+
jekyll-theme-hacker (= 0.2.0)
71+
jekyll-theme-leap-day (= 0.2.0)
72+
jekyll-theme-merlot (= 0.2.0)
73+
jekyll-theme-midnight (= 0.2.0)
74+
jekyll-theme-minimal (= 0.2.0)
75+
jekyll-theme-modernist (= 0.2.0)
76+
jekyll-theme-primer (= 0.6.0)
77+
jekyll-theme-slate (= 0.2.0)
78+
jekyll-theme-tactile (= 0.2.0)
79+
jekyll-theme-time-machine (= 0.2.0)
80+
jekyll-titles-from-headings (= 0.5.3)
81+
jemoji (= 0.13.0)
82+
kramdown (= 2.4.0)
83+
kramdown-parser-gfm (= 1.1.0)
84+
liquid (= 4.0.4)
85+
mercenary (~> 0.3)
86+
minima (= 2.5.1)
87+
nokogiri (>= 1.16.2, < 2.0)
88+
rouge (= 3.30.0)
89+
terminal-table (~> 1.4)
90+
webrick (~> 1.8)
91+
github-pages-health-check (1.18.2)
92+
addressable (~> 2.3)
93+
dnsruby (~> 1.60)
94+
octokit (>= 4, < 8)
95+
public_suffix (>= 3.0, < 6.0)
96+
typhoeus (~> 1.3)
97+
html-pipeline (2.14.3)
98+
activesupport (>= 2)
99+
nokogiri (>= 1.4)
100+
http_parser.rb (0.8.0)
101+
i18n (1.14.6)
102+
concurrent-ruby (~> 1.0)
103+
jekyll (3.10.0)
104+
addressable (~> 2.4)
105+
colorator (~> 1.0)
106+
csv (~> 3.0)
107+
em-websocket (~> 0.5)
108+
i18n (>= 0.7, < 2)
109+
jekyll-sass-converter (~> 1.0)
110+
jekyll-watch (~> 2.0)
111+
kramdown (>= 1.17, < 3)
112+
liquid (~> 4.0)
113+
mercenary (~> 0.3.3)
114+
pathutil (~> 0.9)
115+
rouge (>= 1.7, < 4)
116+
safe_yaml (~> 1.0)
117+
webrick (>= 1.0)
118+
jekyll-avatar (0.8.0)
119+
jekyll (>= 3.0, < 5.0)
120+
jekyll-coffeescript (1.2.2)
121+
coffee-script (~> 2.2)
122+
coffee-script-source (~> 1.12)
123+
jekyll-commonmark (1.4.0)
124+
commonmarker (~> 0.22)
125+
jekyll-commonmark-ghpages (0.5.1)
126+
commonmarker (>= 0.23.7, < 1.1.0)
127+
jekyll (>= 3.9, < 4.0)
128+
jekyll-commonmark (~> 1.4.0)
129+
rouge (>= 2.0, < 5.0)
130+
jekyll-default-layout (0.1.5)
131+
jekyll (>= 3.0, < 5.0)
132+
jekyll-feed (0.17.0)
133+
jekyll (>= 3.7, < 5.0)
134+
jekyll-gist (1.5.0)
135+
octokit (~> 4.2)
136+
jekyll-github-metadata (2.16.1)
137+
jekyll (>= 3.4, < 5.0)
138+
octokit (>= 4, < 7, != 4.4.0)
139+
jekyll-include-cache (0.2.1)
140+
jekyll (>= 3.7, < 5.0)
141+
jekyll-mentions (1.6.0)
142+
html-pipeline (~> 2.3)
143+
jekyll (>= 3.7, < 5.0)
144+
jekyll-optional-front-matter (0.3.2)
145+
jekyll (>= 3.0, < 5.0)
146+
jekyll-paginate (1.1.0)
147+
jekyll-readme-index (0.3.0)
148+
jekyll (>= 3.0, < 5.0)
149+
jekyll-redirect-from (0.16.0)
150+
jekyll (>= 3.3, < 5.0)
151+
jekyll-relative-links (0.6.1)
152+
jekyll (>= 3.3, < 5.0)
153+
jekyll-remote-theme (0.4.3)
154+
addressable (~> 2.0)
155+
jekyll (>= 3.5, < 5.0)
156+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
157+
rubyzip (>= 1.3.0, < 3.0)
158+
jekyll-sass-converter (1.5.2)
159+
sass (~> 3.4)
160+
jekyll-seo-tag (2.8.0)
161+
jekyll (>= 3.8, < 5.0)
162+
jekyll-sitemap (1.4.0)
163+
jekyll (>= 3.7, < 5.0)
164+
jekyll-swiss (1.0.0)
165+
jekyll-theme-architect (0.2.0)
166+
jekyll (> 3.5, < 5.0)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-cayman (0.2.0)
169+
jekyll (> 3.5, < 5.0)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-dinky (0.2.0)
172+
jekyll (> 3.5, < 5.0)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-hacker (0.2.0)
175+
jekyll (> 3.5, < 5.0)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-leap-day (0.2.0)
178+
jekyll (> 3.5, < 5.0)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-merlot (0.2.0)
181+
jekyll (> 3.5, < 5.0)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-midnight (0.2.0)
184+
jekyll (> 3.5, < 5.0)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-minimal (0.2.0)
187+
jekyll (> 3.5, < 5.0)
188+
jekyll-seo-tag (~> 2.0)
189+
jekyll-theme-modernist (0.2.0)
190+
jekyll (> 3.5, < 5.0)
191+
jekyll-seo-tag (~> 2.0)
192+
jekyll-theme-primer (0.6.0)
193+
jekyll (> 3.5, < 5.0)
194+
jekyll-github-metadata (~> 2.9)
195+
jekyll-seo-tag (~> 2.0)
196+
jekyll-theme-slate (0.2.0)
197+
jekyll (> 3.5, < 5.0)
198+
jekyll-seo-tag (~> 2.0)
199+
jekyll-theme-tactile (0.2.0)
200+
jekyll (> 3.5, < 5.0)
201+
jekyll-seo-tag (~> 2.0)
202+
jekyll-theme-time-machine (0.2.0)
203+
jekyll (> 3.5, < 5.0)
204+
jekyll-seo-tag (~> 2.0)
205+
jekyll-titles-from-headings (0.5.3)
206+
jekyll (>= 3.3, < 5.0)
207+
jekyll-watch (2.2.1)
208+
listen (~> 3.0)
209+
jemoji (0.13.0)
210+
gemoji (>= 3, < 5)
211+
html-pipeline (~> 2.2)
212+
jekyll (>= 3.0, < 5.0)
213+
kramdown (2.4.0)
214+
rexml
215+
kramdown-parser-gfm (1.1.0)
216+
kramdown (~> 2.0)
217+
liquid (4.0.4)
218+
listen (3.9.0)
219+
rb-fsevent (~> 0.10, >= 0.10.3)
220+
rb-inotify (~> 0.9, >= 0.9.10)
221+
logger (1.6.1)
222+
mercenary (0.3.6)
223+
minima (2.5.1)
224+
jekyll (>= 3.5, < 5.0)
225+
jekyll-feed (~> 0.9)
226+
jekyll-seo-tag (~> 2.1)
227+
minitest (5.25.1)
228+
multipart-post (2.4.1)
229+
nokogiri (1.16.7-x86_64-linux)
230+
racc (~> 1.4)
231+
octokit (4.22.0)
232+
faraday (>= 0.9)
233+
sawyer (~> 0.8.0, >= 0.5.3)
234+
pathutil (0.16.2)
235+
forwardable-extended (~> 2.6)
236+
public_suffix (5.1.1)
237+
racc (1.8.1)
238+
rb-fsevent (0.11.2)
239+
rb-inotify (0.11.1)
240+
ffi (~> 1.0)
241+
rexml (3.3.9)
242+
rouge (3.30.0)
243+
rubyzip (2.3.2)
244+
safe_yaml (1.0.5)
245+
sass (3.7.4)
246+
sass-listen (~> 4.0.0)
247+
sass-listen (4.0.0)
248+
rb-fsevent (~> 0.9, >= 0.9.4)
249+
rb-inotify (~> 0.9, >= 0.9.7)
250+
sawyer (0.8.2)
251+
addressable (>= 2.3.5)
252+
faraday (> 0.8, < 2.0)
253+
securerandom (0.3.1)
254+
simpleidn (0.2.3)
255+
terminal-table (1.8.0)
256+
unicode-display_width (~> 1.1, >= 1.1.1)
257+
typhoeus (1.4.1)
258+
ethon (>= 0.9.0)
259+
tzinfo (2.0.6)
260+
concurrent-ruby (~> 1.0)
261+
unicode-display_width (1.8.0)
262+
webrick (1.8.2)
263+
264+
PLATFORMS
265+
x86_64-linux-musl
266+
267+
DEPENDENCIES
268+
faraday (~> 0.17.3)
269+
github-pages
270+
jekyll-feed (~> 0.6)
271+
jekyll-include-cache
272+
273+
BUNDLED WITH
274+
2.3.25

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3'
33
services:
44
website:
5-
image: yadm/jekyll:2019-10-17
5+
image: yadm/jekyll:2024-10-31
66
ports:
77
- 4000:4000
88
volumes:

0 commit comments

Comments
 (0)