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 f8a11b3 commit 5d2f30eCopy full SHA for 5d2f30e
mk/docker.mk
@@ -13,8 +13,12 @@
13
# limitations under the License.
14
#
15
16
+DOCKER_TARGETS = ubuntu18.04 ubuntu16.04 debian10 debian9 centos7 amazonlinux1 amazonlinux2 opensuse-leap15.1
17
+
18
docker: SHELL:=/bin/bash
-docker: ubuntu18.04 ubuntu16.04 debian10 debian9 centos7 amazonlinux1 amazonlinux2 opensuse-leap15.1
19
+docker: $(DOCKER_TARGETS)
20
21
+$(DOCKER_TARGETS): # Added to explicity define possible targets for bash completion
22
23
ubuntu%: ARCH := amd64
24
ubuntu%:
0 commit comments