We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e09eef commit 873bd58Copy full SHA for 873bd58
test/docker_clojure/dockerfile_test.clj
@@ -17,14 +17,14 @@
17
(is (str/includes? (contents cfg/installer-hashes
18
{:base-image-tag "base:foo"
19
:distro :distro/distro
20
- :build-tool "lein"
+ :build-tool "tools-deps"
21
:jdk-version 11})
22
"FROM base:foo")))
23
(testing "has no labels (Docker recommends against for base images)"
24
(is (not (str/includes? (contents cfg/installer-hashes
25
26
27
28
:maintainer "Me Myself"
29
30
"LABEL "))))
0 commit comments