X Tutup
Skip to content

Bring all Dockerfiles for supported Python runtimes into FDK repo#76

Merged
denismakogon merged 2 commits intomasterfrom
docker-images
Apr 17, 2019
Merged

Bring all Dockerfiles for supported Python runtimes into FDK repo#76
denismakogon merged 2 commits intomasterfrom
docker-images

Conversation

@denismakogon
Copy link
Member

Bring all Dockerfiles for supported Python runtimes into FDK repo.

## Building Python images

```sh
pushd build/3.7.1; docker build -t fnproject/python:3.7.1-dev .; popd
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file should just be a script probably, but this is ok for now

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's something in my TODO, there's a need to do automated releases as well that is not the case for now.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rdallman
Copy link
Contributor

can you remove from fnproject/dockers too please?

@denismakogon
Copy link
Member Author

can you remove from fnproject/dockers too please?

done, see fnproject/dockers#23

@denismakogon denismakogon merged commit 2a85cd2 into master Apr 17, 2019
@denismakogon denismakogon deleted the docker-images branch April 17, 2019 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup