Skip to content

Commit

Permalink
stub out docker-compose charm-pre-install (#34)
Browse files Browse the repository at this point in the history
The pre-install script from layer-docker/exec.d/docker-compose installs
things from pip, which doesn't work in offline environments. Since the
registry doesnt need docker-compose, just stub it out.
  • Loading branch information
kwmonroe committed May 20, 2019
1 parent 0e56cfa commit 34ebe83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exec.d/docker-compose/charm-pre-install
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

# This stubs out charm-pre-install coming from layer-docker as a workaround for
# offline installs until https://github.com/juju/charm-tools/issues/301 is fixed.

0 comments on commit 34ebe83

Please sign in to comment.