File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v2
1313 - name : hadolint for controller
14- run : docker run --rm -i hadolint/hadolint < controller/Dockerfile
14+ run : docker run -e "HADOLINT_IGNORE=DL3008" - -rm -i hadolint/hadolint < controller/Dockerfile
1515 - name : hadolint for compute
16- run : docker run --rm -i hadolint/hadolint < compute/Dockerfile
16+ run : docker run -e "HADOLINT_IGNORE=DL3008" - -rm -i hadolint/hadolint < compute/Dockerfile
1717 test :
1818 runs-on : ubuntu-20.04
1919 steps :
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ ENV DEVSTACK_COMMIT=a4680766515ed9317b71cfb39cd0d75dc04f3d9c
66
77RUN apt-get update \
88 && apt-get install -y --no-install-recommends \
9- ca-certificates=20211016~20.04.1 \
10- patch=2.7.6-6 \
11- systemd=245.4-4ubuntu3.19 \
12- sudo=1.8.31-1ubuntu1.2 \
13- iproute2=5.5.0-1ubuntu1 \
14- lsb=11.1.0ubuntu2 \
15- git=1:2.25.1-1ubuntu3.6 \
16- curl=7.68.0-1ubuntu2.14 \
17- init=1.57 \
18- ebtables=2.0.11-3build1 \
19- jq=1.6-1ubuntu0.20.04.1 \
9+ ca-certificates \
10+ patch \
11+ systemd \
12+ sudo \
13+ iproute2 \
14+ lsb \
15+ git \
16+ curl \
17+ init \
18+ ebtables \
19+ jq \
2020 && apt-get -y clean \
2121 && rm -rf /var/lib/apt/lists/* \
2222 && curl https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh > /bin/wait-for-it.sh \
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ ENV DEVSTACK_COMMIT=a4680766515ed9317b71cfb39cd0d75dc04f3d9c
66
77RUN apt-get update \
88 && apt-get install -y --no-install-recommends \
9- ca-certificates=20211016~20.04.1 \
10- patch=2.7.6-6 \
11- systemd=245.4-4ubuntu3.19 \
12- sudo=1.8.31-1ubuntu1.2 \
13- iproute2=5.5.0-1ubuntu1 \
14- lsb=11.1.0ubuntu2 \
15- git=1:2.25.1-1ubuntu3.6 \
16- curl=7.68.0-1ubuntu2.14 \
17- init=1.57 \
18- ebtables=2.0.11-3build1 \
19- jq=1.6-1ubuntu0.20.04.1 \
9+ ca-certificates \
10+ patch \
11+ systemd \
12+ sudo \
13+ iproute2 \
14+ lsb \
15+ git \
16+ curl \
17+ init \
18+ ebtables \
19+ jq \
2020 && apt-get -y clean \
2121 && rm -rf /var/lib/apt/lists/* \
2222 && curl https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh > /bin/wait-for-it.sh \
You can’t perform that action at this time.
0 commit comments