Commit 9bc4d80f authored by Yuanle Song's avatar Yuanle Song
Browse files

update doc

parent 6a8ba13e
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
* COMMENT -*- mode: org -*-
#+Date: 2014-05-09
Time-stamp: <2020-01-29>
Time-stamp: <2021-08-14>
#+STARTUP: content
* notes								      :entry:
** 2018-05-02 support test, build and deploy in gocd
@@ -115,6 +115,18 @@ feature is still WIP and I won't deploy it.

* current							      :entry:
** 
** 2021-08-14 use python3 venv module instead of standalone virtualenv.
** 2021-08-14 use buster build and runtime images.
** 2021-08-05 update pip/venv cache to include python version.
- see ~/projects/yxy-kucun/Makefile
  BUILD_DOCKER_IMAGE_PY_VERSION
- also integrate other changes in that Makefile.

** 2021-08-05 update build image tag and run image tag.
- use debian 10 buster based images.
- use system python3 to bootstrap venv.
  add python3-pip etc to built deb dependencies.

** 2019-02-28 add support for running application test using docker-compose.
see ~/websites/url-alias project for an example.