Skip to content

Commit e982a5a

Browse files
authored
[DONE] FIX pa11y-ci (#1189)
Fix the Pa11y-cy bug, by using grafana/docker-puppeteer
1 parent 8fd09a7 commit e982a5a

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

docker-compose-dev-with-volumes.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ x-pod-volumes: &pod-volumes
44
x-elasticsearch-volumes: &elasticsearch-volumes
55
- ./dockerfile-dev-with-volumes/config/elasticsearch/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
66

7-
version: '3.7'
8-
97
services:
108
pod:
119
container_name: pod-dev-with-volumes

docker-compose-full-dev-with-volumes-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ x-pod-volumes: &pod-volumes
44
x-elasticsearch-volumes: &elasticsearch-volumes
55
- ./dockerfile-dev-with-volumes/config/elasticsearch/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
66

7-
version: '3.7'
8-
97
services:
108
pod-back:
119
container_name: pod-back-with-volumes

docker-compose-full-dev-with-volumes.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ x-pod-volumes: &pod-volumes
44
x-elasticsearch-volumes: &elasticsearch-volumes
55
- ./dockerfile-dev-with-volumes/config/elasticsearch/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
66

7-
version: '3.7'
8-
97
services:
108
pod-back:
119
container_name: pod-back-with-volumes

dockerfile-dev-with-volumes/pa11y-ci/dockerfile-pa11y-ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM buildkite/puppeteer:v1.15.0
2-
RUN npm install --global --unsafe-perm pa11y-ci
1+
FROM grafana/docker-puppeteer:1.1.0
2+
# RUN npm install --global --unsafe-perm pa11y-ci
33
COPY ./dockerfile-dev-with-volumes/pa11y-ci/my-entrypoint-pa11y.sh /tmp/my-entrypoint-pa11y.sh
44
RUN chmod 755 /tmp/my-entrypoint-pa11y.sh
55
# ENTRYPOINT ["pa11y-ci", "-c", "/usr/config.json"]

0 commit comments

Comments
 (0)