docker-archive / deploykit

A toolkit for creating and managing declarative, self-healing infrastructure.
Apache License 2.0
2.25k stars 264 forks source link

Fix broken Docker image infrakit/devbundle #883

Closed chungers closed 6 years ago

chungers commented 6 years ago

This PR upgrades the build/compile container to use Golang 1.10 and Alpine 3.7, which now has libvirt dependencies.

docker run --rm infrakit/devbundle:dev file /usr/local/bin/infrakit
/usr/local/bin/infrakit: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped

Verify the binary works:

docker run --rm infrakit/devbundle:dev infrakit template 'str://{{include `https://httpbin.org/get` | jsonDecode | q `origin`}}'

should print your IP address as seen by the service httpbin.org.

Signed-off-by: David Chung david.chung@docker.com

codecov[bot] commented 6 years ago

Codecov Report

Merging #883 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #883   +/-   ##
=======================================
  Coverage   48.41%   48.41%           
=======================================
  Files          84       84           
  Lines        7698     7698           
=======================================
  Hits         3727     3727           
  Misses       3671     3671           
  Partials      300      300

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1beed3b...65c7c4b. Read the comment docs.