The docker files in this folder use a mix of single and double quotes now. Is this on purpose? The docs seem to use doubles https://docs.docker.com/reference/dockerfile/#cmd Is there an image-specific wrinkle we should document in the files that use single quotes?
Gary On Tue, Feb 18, 2025 at 8:01 AM <s...@apache.org> wrote: > > This is an automated email from the ASF dual-hosted git repository. > > sebb pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-crypto.git > > > The following commit(s) were added to refs/heads/master by this push: > new 12399063 Oops, needs double-quote > 12399063 is described below > > commit 12399063294a0589f2e9205cca36a4db854649b8 > Author: Sebb <s...@apache.org> > AuthorDate: Tue Feb 18 13:00:54 2025 +0000 > > Oops, needs double-quote > --- > src/docker/Dockerfile.aarch64 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/docker/Dockerfile.aarch64 b/src/docker/Dockerfile.aarch64 > index f9964a4e..edc78092 100644 > --- a/src/docker/Dockerfile.aarch64 > +++ b/src/docker/Dockerfile.aarch64 > @@ -35,4 +35,4 @@ RUN curl -sL > https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven- > # Ensure we are in the correct directory (this will be overlaid by the > virtual mount) > WORKDIR /home/crypto > > -CMD ['/bin/bash'] > +CMD ["/bin/bash"] > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org