cirocosta / estaleiro

building container images with bill of materials
Apache License 2.0
2 stars 0 forks source link

frontend: consider `tag` from `base_image` when resolvng img #20

Closed cirocosta closed 5 years ago

cirocosta commented 5 years ago

did it by simplifying the definition of base_image

image "dasd" {
  base_image = "ubuntu:bionic"
}