File tree Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
16
16
'rsync' ,
17
17
] %}
18
18
19
- # NOTE(mgoddard): The centos:8 image contains a /run/nologin file, which
20
- # prevents SSH access to it.
21
- RUN rm -f /run/nologin
22
-
23
19
{% elif base_package_type == 'deb' %}
24
20
{% set haproxy_ssh_packages = [
25
21
'openssh-server' ,
Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
15
15
'rsync'
16
16
] %}
17
17
18
- # NOTE(mgoddard): The centos:8 image contains a /run/nologin file, which
19
- # prevents SSH access to it.
20
- RUN rm -f /run/nologin
21
-
22
18
{% elif base_package_type == 'deb' %}
23
19
{% set keystone_ssh_packages = [
24
20
'openssh-server' ,
Original file line number Diff line number Diff line change @@ -13,13 +13,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
13
13
'openssh-server'
14
14
] %}
15
15
16
- {% if base_package_type == 'rpm' %}
17
-
18
- # NOTE(mgoddard): The centos:8 image contains a /run/nologin file, which
19
- # prevents SSH access to it.
20
- RUN rm -f /run/nologin
21
-
22
- {% elif base_package_type == 'deb' %}
16
+ {% if base_package_type == 'deb' %}
23
17
24
18
RUN mkdir -p /var/run/sshd \
25
19
&& chmod 0755 /var/run/sshd
You can’t perform that action at this time.
0 commit comments