]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology-dev: Use args form for entrypoint 2172/head
authorZack Cerza <zack@cerza.org>
Wed, 22 Apr 2026 19:15:46 +0000 (13:15 -0600)
committerZack Cerza <zack@cerza.org>
Wed, 22 Apr 2026 19:15:46 +0000 (13:15 -0600)
This fixes a warning issued by docker/build-push-action

Signed-off-by: Zack Cerza <zack@cerza.org>
containers/teuthology-dev/Dockerfile

index 074ec3482325fa05b5b1b025e05f3eb47e9e66b2..763202a44e2e67d4d3b9090a48b87ca820bf47b8 100644 (file)
@@ -42,4 +42,4 @@ RUN \
     chmod 600 $HOME/.ssh/id_rsa && \
     echo "StrictHostKeyChecking=no" > $HOME/.ssh/config && \
     echo "UserKnownHostsFile=/dev/null" >> $HOME/.ssh/config
-ENTRYPOINT /teuthology.sh
+ENTRYPOINT ["/teuthology.sh"]