Commit Graph

35 Commits

Author SHA1 Message Date
Roger A. Light
8212bbe29b Remove defunct pgp keyservers from Dockerfiles. 2022-03-08 16:06:50 +00:00
Roger A. Light
8459a3c456 Fix whitespace errors 2022-03-08 16:06:32 +00:00
Roger A. Light
9afeeb1a56 Docker apk upgrade no longer needed. 2021-09-02 09:34:18 +01:00
Roger A. Light
1638bd34f8 Update docker images
Use alpine:3.14, removing the need to compile cjson ourselves.
Update to libwebsockets 4.2.1.
Update to mosquitto 2.0.12.
2021-09-01 14:34:12 +01:00
Tom Parker
87cba17715 Disable HTTP2 when building libwebsockets for docker images. Works around #1211.
Signed-off-by: Tom Parker <tparker@usgs.gov>
2021-07-15 19:49:35 +00:00
Roger A. Light
9f21a43eee Update docker. 2021-03-11 22:45:42 +00:00
Roger A. Light
122e6ecfd3 Docker: Verify sha256 sums for lws/cjson. 2020-12-03 21:07:01 +00:00
Roger A. Light
3a13205e5e Update docker images. 2020-08-19 16:14:25 +01:00
Roger A. Light
367a282c61 Don't quit on chmod error, it can be ignored. 2020-08-13 20:51:26 +01:00
Roger A. Light
6407abf717 Docker: Fix missing libressl library. 2020-08-12 22:08:05 +01:00
Roger A. Light
ac3b30ca4f Fix docker command override. 2020-08-12 17:00:53 +01:00
Roger A. Light
94295b5d74 Merge branch 'fixes' 2020-08-11 12:07:56 +01:00
Roger A. Light
19d65ba200 Set ownership of docker files on startup. 2020-07-17 22:35:11 +01:00
Roger A. Light
faf0530a76 Update example Docker ports.
Port 9001 is used by Intel drivers on Windows, so some users are
suddenly seeing a problem.

Issue #1580.
2020-06-17 15:52:00 +01:00
Roger A. Light
6084685e0c Revert docker change to openssl.
Add extra targets to support openssl.
2020-06-16 00:16:11 +01:00
Roger A. Light
f39bf49f90 Docker: update to 1.6.10.
Also:

* Update to alpine:3.12.
* Use openssl.
* Enable TLS-PSK.
* Remove obsolete 1.4.12 dockerfile.
2020-06-02 21:27:55 +01:00
Roger A. Light
0296bd2e55 Update example Docker ports.
Port 9001 is used by Intel drivers on Windows, so some users are
suddenly seeing a problem.

Issue #1580.
2020-04-23 13:10:11 +01:00
Roger A. Light
08de10ae43 Distribute clients with 1.5 docker image.
Closes #1548.
2020-01-30 12:36:39 +00:00
Roger A. Light
eaab179933 Docker: Add ca-certificates to images. 2019-11-06 14:15:26 +00:00
Roger A. Light
2e94e5999b Update Docker for 1.6.6, 1.5.9. 2019-09-17 16:56:37 +01:00
Roger Light
b7c725c854
Merge pull request #1392 from heikobornholdt/master
Add missing EXPOSE instruction to all Dockerfiles
2019-09-08 20:41:35 +01:00
Heiko Bornholdt
43ed161ea0 Add missing EXPOSE instruction to all Dockerfiles
Signed-off-by: Heiko Bornholdt <bornholdt@informatik.uni-hamburg.de>
2019-09-08 11:21:56 +02:00
Roger A. Light
b9638ddb1a alpine doesn't use glibc, so no memory tracking
Closes #1404. Thanks to Lichard Torman.
2019-09-06 22:35:30 +01:00
Lucas Ramage
b9bd0bedad Fix typos for READMEs in Docker directory (#1340)
* Fix typo
2019-07-25 17:34:33 +01:00
Roger A. Light
2d360fd495 Update Dockerfile for 1.5.8. 2019-02-28 22:03:18 +00:00
Roger A. Light
ff36baa49e Bump Docker version. 2019-02-08 13:01:07 +00:00
Roger A. Light
a0a37d385d Update docker for 1.5.5. 2018-12-11 13:23:29 +00:00
Roger A. Light
8509dde342 Make docker uid/gid explicit.
Closes #1034. Thanks to Daniele Sluijters.
2018-12-04 11:48:04 +00:00
Roger A. Light
8960b1fe29 Update 1.5 docker image. 2018-11-08 21:14:09 +00:00
Roger A. Light
feb303a919 Fix whitespace in Dockerfile. 2018-11-07 14:34:43 +00:00
Roger A. Light
1582117147 Build own libwebsockets in Docker image. 2018-11-07 14:34:43 +00:00
Roger A. Light
da2879c33b Docker fixes.
- Don't remove apk database, closes #1011.
- Install mosquitto_passwd, closes #1009.
2018-11-03 08:57:06 +00:00
Roger A. Light
1853bfc678 Docker fixes as per review.
https://github.com/docker-library/official-images/pull/4987#issuecomment-433570818

Revert to stderr logging.
Use wget instead of curl.
Don't redownload libuuid or libwebsockets.
2018-10-27 08:14:57 +01:00
Roger A. Light
26e5766182 Docker volume/mount point fixes per review.
https://github.com/docker-library/official-images/pull/4987#issuecomment-433185843
2018-10-26 07:31:44 +01:00
Roger A. Light
d60b9d4e5d Rewrite docker files for 1.5 support.
Builds from source.
Carries out security checks on downloads.
2018-10-24 17:00:15 +01:00