Mercurial > hg > tony
annotate deploy/linux/docker/README @ 571:2cf4978eb724
Fix failure of "Form Note from Selection" to work correctly when an existing note spanned one end of the selection but did not reach the other. Also update subrepos to fix a deadlock
author | Chris Cannam |
---|---|
date | Thu, 20 Jun 2019 11:10:59 +0100 |
parents | 9d2d99ae7b57 |
children |
rev | line source |
---|---|
Chris@466 | 1 |
Chris@466 | 2 These Dockerfiles create images that contain .deb builds for |
Chris@466 | 3 Tony. That is, the entire build is run in the process of creating the |
Chris@466 | 4 image, and the resulting image contains the built .deb file in the |
Chris@466 | 5 /opt/tony directory. |
Chris@466 | 6 |
Chris@466 | 7 Run: |
Chris@466 | 8 |
Chris@466 | 9 sudo docker build -t tony:build-v1.0-amd64 64 |
Chris@466 | 10 sudo docker build -t tony:build-v1.0-i386 32 |
Chris@466 | 11 |
Chris@466 | 12 to create images ("docker images" lists them) with the builds in them. |
Chris@466 | 13 |