Commit Graph

7 Commits

Author SHA1 Message Date
Chris O'Haver
d95a82350b Revert "fix: specifiy platform in docker build command (#4897)" (#4910)
This reverts commit 4e80ac5b28.
2021-10-07 09:14:45 -04:00
Ernest Wong
4e80ac5b28 fix: specifiy platform in docker build command (#4897)
Automatically submitted.
2021-10-01 15:18:33 +00:00
Chris O'Haver
982daa045b Makefile.docker: Fix example (#4868)
fix make example, remove stray comments

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2021-09-16 15:51:51 -04:00
Miek Gieben
6496b19ea4 docker: test makefile and Dockerfile change (#4866)
The fix in 4b9bc138d9 breaks docker with

~~~
Step 2/9 : RUN sed -i.bak s@stable/update@stable-security/update@g /etc/apt/sources.list
 ---> Running in 29a0dbae5746
no status provided on response: unknown
~~~

So reverted here. This adds github workflows to test Makefile.docker
syntax as well. And small updates to the docker-coredns over in the
release repo.

Signed-off-by: Miek Gieben <miek@miek.nl>
2021-09-16 15:51:10 -04:00
Chris O'Haver
27d90d3809 update comments to match new targets (#4867)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2021-09-14 15:31:16 +02:00
Chris O'Haver
d5f84c50a7 print docker component versions (#4865)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2021-09-14 14:34:04 +02:00
Miek Gieben
f48cce67b2 add docker in Makefile.docker (#4864)
This adds the (older) docker stuff back in a new Makefile.docker. Add
.dreck alias to be able to release the docker stuff via a github issue.

See #4858

Signed-off-by: Miek Gieben <miek@miek.nl>
2021-09-14 13:54:22 +02:00