0
0
Fork 0
mirror of https://github.com/strukturag/nextcloud-spreed-signaling.git synced 2025-03-08 17:03:03 +00:00
Commit graph

16 commits

Author SHA1 Message Date
dependabot[bot]
972f0db360
build(deps): bump golang in /docker/proxy
Bumps golang from 1.23-alpine to 1.24-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-13 20:21:19 +00:00
Joachim Bauch
8795e8bb0c
docker: Support adding CA certificates to system trust store. 2024-09-26 20:56:51 +02:00
dependabot[bot]
2c96eedd55
Bump golang from 1.22-alpine to 1.23-alpine in /docker/proxy
Bumps golang from 1.22-alpine to 1.23-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 20:51:27 +00:00
Joachim Bauch
fd2ace0482
Keep generated files in the repository.
This reduces the OS dependencies to build a released version.
2024-07-24 15:09:27 +02:00
Joachim Bauch
82919ce97b
No more need for "GOPROXY" environment variable. 2024-06-03 09:57:04 +02:00
Joachim Bauch
9d313608cf
docker: Add helper scripts to gracefully stop / wait for proxy. 2024-02-28 22:52:54 +01:00
Joachim Bauch
a082874377
docker: Make sure main process is running with PID 1. 2024-02-28 22:17:34 +01:00
dependabot[bot]
35f9d313c7
build(deps): Bump golang in /docker/proxy
Bumps golang from 1.21-alpine to 1.22-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 21:04:16 +00:00
Joachim Bauch
838e601183
docker: Create "/.dockerenv" if it doesn't exist.
When building through the CI builders, detection of the Docker environment
doesn't work. So we always create the file manually to make sure the version
contains "~docker" in this case.
2023-11-15 12:03:43 +01:00
dependabot[bot]
213c836b9c
build(deps): Bump golang in /docker/proxy
Bumps golang from 1.20-alpine to 1.21-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 11:59:47 +00:00
Joachim Bauch
6d492e3bfd
docker: Don't build concurrently.
This fixes flaky builds on GitHub CI.
2023-06-15 11:34:10 +02:00
Zoey
6c6ebb647a
keep Docker images alpine based ()
keep Docker images alpine based

Signed-off-by: Zoey <zoey@z0ey.de>
2023-02-23 09:13:41 +01:00
Joachim Bauch
4a43fe1df9
docker: Switch to Debian base image.
With Go 1.20, a dependency to "libresolv.so.2" is added which is not available
in Alpine.
2023-02-22 11:51:07 +01:00
Joachim Bauch
cb68e074bb
docker: Build with Golang 1.20 2023-02-22 08:17:07 +01:00
Zoey
44a1a68db7
add aarch64/arm64 docker build
Signed-off-by: Zoey <zoey@z0ey.de>
2023-01-10 16:49:23 +01:00
Joachim Bauch
b2e8217c1f
Add official docker images. 2022-08-05 15:32:10 +02:00