mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
2e913386cc
Makefile step to build and push all images
12 lines
228 B
Markdown
12 lines
228 B
Markdown
# Public docker images
|
|
|
|
Build all images with:
|
|
```
|
|
$ make build-all PIPENV=2023.07.3
|
|
```
|
|
Build a single image with with:
|
|
|
|
```
|
|
$ make docker-build docker-push TAG=3.11-alpine-v2023-6-26 PYVERSION=3.11-alpine PIPENV=2023.6.26
|
|
```
|