Skip to content

Commit

Permalink
Removed old utils copy for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Madison Bahmer committed Mar 18, 2017
1 parent 8c02816 commit 46494ab
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions docker/crawler/Dockerfile.py2alpine
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ MAINTAINER Madison Bahmer <madison.bahmer@istresearch.com>

# copy crawler own requirements.txt with its dependencies
COPY crawler/requirements.txt /usr/src/app/
# scutils dev version install (not in pip yet)
# due utils folder located above Dockerfile folder it can not be used
# for Docker Hub Automated Build feature (but should, see wiki notes)
COPY utils /tmp/utils

# Combine run command to create single intermeiate image layer
# This MANDATORY because developments dependencies are huge.
Expand Down
4 changes: 0 additions & 4 deletions docker/kafka-monitor/Dockerfile.py2alpine
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ MAINTAINER Madison Bahmer <madison.bahmer@istresearch.com>

# copy kafka-monitor own requirements.txt with its dependencies
COPY kafka-monitor/requirements.txt /usr/src/app/
# scutils dev version install (not in pip yet)
# due utils folder located above Dockerfile folder it can not be used
# for Docker Hub Automated Build feature (but should, see wiki notes)
COPY utils /tmp/utils

# Combine run command to create single intermeiate image layer
# This MANDATORY because developments dependencies are huge.
Expand Down
4 changes: 0 additions & 4 deletions docker/redis-monitor/Dockerfile.py2alpine
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ MAINTAINER Madison Bahmer <madison.bahmer@istresearch.com>

# copy redis-monitor own requirements.txt with its dependencies
COPY redis-monitor/requirements.txt /usr/src/app/
# scutils dev version install (not in pip yet)
# due utils folder located above Dockerfile folder it can not be used
# for Docker Hub Automated Build feature (but should, see wiki notes)
COPY utils /tmp/utils

# Combine run command to create single intermeiate image layer
# This MANDATORY because developments dependencies are huge.
Expand Down
4 changes: 0 additions & 4 deletions docker/rest/Dockerfile.py2alpine
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ MAINTAINER Madison Bahmer <madison.bahmer@istresearch.com>

# copy rest own requirements.txt with its dependencies
COPY rest/requirements.txt /usr/src/app/
# scutils dev version install (not in pip yet)
# due utils folder located above Dockerfile folder it can not be used
# for Docker Hub Automated Build feature (but should, see wiki notes)
COPY utils /tmp/utils

# Combine run command to create single intermeiate image layer
# This MANDATORY because developments dependencies are huge.
Expand Down

0 comments on commit 46494ab

Please sign in to comment.