Skip to content

Commit

Permalink
feat(images-dependencies): introduce basic image dependencies configu…
Browse files Browse the repository at this point in the history
…ration structs (fix)
  • Loading branch information
distorhead committed Jan 25, 2022
1 parent da36104 commit 1ef7073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/image_from_dockerfile.go
Expand Up @@ -16,6 +16,7 @@ type ImageFromDockerfile struct {
AddHost []string
Network string
SSH string
Dependencies []*Dependency

raw *rawImageFromDockerfile
}
Expand Down
1 change: 1 addition & 0 deletions pkg/config/stapel_image_base.go
Expand Up @@ -20,6 +20,7 @@ type StapelImageBase struct {
Ansible *Ansible
Mount []*Mount
Import []*Import
Dependencies []*Dependency

raw *rawStapelImage
}
Expand Down

0 comments on commit 1ef7073

Please sign in to comment.