Skip to content

Commit 469ec11

Browse files
committed
Revert "Fix code linter error"
This reverts commit 96d9d05. The commit must be reverted because it causes consistent job submission failures with error: CannotStartContainerError: Error response from daemon: unable to find user root ENTRYPOINT [/parallelcluster/bin/entrypoint.sh]: no matching entries in passwd file
1 parent cacb3cf commit 469ec11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/src/pcluster/resources/batch/docker/alinux2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ ENV PATH "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/lib6
5757
# expose ssh port
5858
EXPOSE 22
5959

60-
USER root ENTRYPOINT ["/parallelcluster/bin/entrypoint.sh"]
60+
ENTRYPOINT ["/parallelcluster/bin/entrypoint.sh"]

cli/src/pcluster/resources/batch/docker/alinux2023/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ ENV PATH "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/lib6
5757
# expose ssh port
5858
EXPOSE 22
5959

60-
USER root ENTRYPOINT ["/parallelcluster/bin/entrypoint.sh"]
60+
ENTRYPOINT ["/parallelcluster/bin/entrypoint.sh"]

0 commit comments

Comments
 (0)