File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,19 @@ buildenv-heroku-16:
36
36
@echo
37
37
@docker run -it --rm python-buildenv-heroku-16
38
38
39
+ buildenv-heroku-18 :
40
+ @echo " Creating build environment (heroku-18)..."
41
+ @echo
42
+ @docker build --pull -f Dockerfile.heroku-18 -t python-buildenv-heroku-18 .
43
+ @echo
44
+ @echo " Usage..."
45
+ @echo
46
+ @echo " $$ export AWS_ACCESS_KEY_ID=foo AWS_SECRET_ACCESS_KEY=bar # Optional unless deploying"
47
+ @echo " $$ bob build runtimes/python-2.7.13"
48
+ @echo " $$ bob deploy runtimes/python-2.7.13"
49
+ @echo
50
+ @docker run -it --rm python-buildenv-heroku-18
51
+
39
52
tools :
40
53
git clone https://github.com/kennethreitz/pip-pop.git
41
54
mv pip-pop/bin/* vendor/pip-pop/
Original file line number Diff line number Diff line change @@ -37,5 +37,11 @@ For Heroku-16 stack
37
37
2 . From the root of the buildpack repository, run: ` make buildenv-heroku-16 `
38
38
3 . Follow the instructions displayed!
39
39
40
+ For Heroku-18 stack
41
+ -------------------
42
+
43
+ 1 . Ensure GNU Make and Docker are installed.
44
+ 2 . From the root of the buildpack repository, run: ` make buildenv-heroku-18 `
45
+ 3 . Follow the instructions displayed!
40
46
41
47
Enjoy :)
You can’t perform that action at this time.
0 commit comments