Saturday, July 18, 2020

PSF GSoC students blogs: Week 4 Blog Post

What I have done this week

1. Give a detailed plan on analyzing multistage dockerfile and work on step1 which is spliting a multistage dockerfile by 'FROM'.

2. Add report on branching command.

TO DO

1. A bug comes with issue #772, tern exists with error while parsing a complicated RUN command. Fix this issue.

2. Work on analyzing multistage dockerfile.

 



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...