Skip to content

Commit

Permalink
Pin core/docker to 17.09.9 for cfize and dockerize
Browse files Browse the repository at this point in the history
We must pin here since these two packages are dependent. If Cfize builds, it pulls a newer version of core/docker than the current hab-pkg-dockerize has so we get a dep conflict.

Signed-off-by: Elliott Davis <[email protected]>
  • Loading branch information
Elliott Davis committed Mar 20, 2018
1 parent 3a6542e commit 3bb9c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/pkg-cfize/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkg_description="Habitat Cloud Foundry image exporter"
pkg_upstream_url="https://github.com/habitat-sh/habitat"
pkg_deps=(
core/coreutils core/findutils core/grep core/sed core/gawk core/bash
core/hab-pkg-dockerize core/docker
core/hab-pkg-dockerize core/docker/17.09.0
)
pkg_bin_dirs=(bin)

Expand Down
2 changes: 1 addition & 1 deletion components/pkg-dockerize/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkg_version=$(cat "$PLAN_CONTEXT/../../VERSION")
pkg_maintainer="The Habitat Maintainers <[email protected]>"
pkg_license=('Apache-2.0')
pkg_source=nosuchfile.tar.gz
pkg_deps=(core/coreutils core/findutils core/gawk core/grep core/bash core/docker core/hab-studio)
pkg_deps=(core/coreutils core/findutils core/gawk core/grep core/bash core/docker/17.09.0 core/hab-studio)
pkg_build_deps=()
pkg_bin_dirs=(bin)

Expand Down

0 comments on commit 3bb9c1f

Please sign in to comment.