Commit graph

74 commits

Author SHA1 Message Date
El RIDO
ce58ceb146
add an S3 storage variant image 2022-10-22 18:13:11 +02:00
dependabot[bot]
eb7c02fb4e
Bump alpine from 3.16.1 to 3.16.2
Bumps alpine from 3.16.1 to 3.16.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-10 05:15:52 +00:00
dependabot[bot]
f9add6c10a
Bump alpine from 3.16.0 to 3.16.1
Bumps alpine from 3.16.0 to 3.16.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-19 05:18:59 +00:00
dependabot[bot]
cb4cab5429
Bump alpine from 3.15.4 to 3.16.0
Bumps alpine from 3.15.4 to 3.16.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-24 05:37:35 +00:00
El RIDO
8480aea07f
new release 1.4.0 2022-04-09 15:21:14 +02:00
dependabot[bot]
7a9fde45e6
Bump alpine from 3.15.3 to 3.15.4
Bumps alpine from 3.15.3 to 3.15.4.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 05:14:54 +00:00
dependabot[bot]
1d1891bcda
Bump alpine from 3.15.2 to 3.15.3
Bumps alpine from 3.15.2 to 3.15.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 05:19:54 +00:00
dependabot[bot]
e7c1a07547
Bump alpine from 3.15.1 to 3.15.2
Bumps alpine from 3.15.1 to 3.15.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 05:19:27 +00:00
El RIDO
74c7642c5f
bump alpine base image, ensures we got the openssl upgrade installed 2022-03-17 18:00:08 +01:00
El RIDO
6e7cf3c019
Revert "ssl_client will become obsolete when busybox gets migrated to openssl 3, for now we need to still add it explicitly for current alpine edge, while this is being worked on"
This has since occurred and we no longer need this workaround for alpine edge.

This reverts commit 85a24618b0.
2022-02-13 09:51:26 +01:00
dependabot[bot]
d045e0da99
Bump alpine from 3.14 to 3.15.0
Bumps alpine from 3.14 to 3.15.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-25 05:18:41 +00:00
El RIDO
58ece9ae1a ensure gpg-agent is dead, before deleting the $GNUPGHOME 2021-09-29 05:43:58 +02:00
El RIDO
85a24618b0 ssl_client will become obsolete when busybox gets migrated to openssl 3, for now we need to still add it explicitly for current alpine edge, while this is being worked on 2021-09-26 10:28:06 +02:00
El RIDO
b737f81c4f
work around corner case with deletion of temporary files using busybox rm 2021-09-15 19:18:20 +02:00
El RIDO
1f998aab8a
remove s6-linux-init & s6-rc from stack 2021-09-07 07:27:02 +02:00
El RIDO
fcfa332495
preserve environment for PHP, adresses regression reported in #62 2021-08-19 10:15:52 +02:00
El RIDO
48ef77a7aa
fix s6-rc database permissions, required for running with read-write root fs, fixes #59 2021-08-11 20:26:32 +02:00
El RIDO
861a91f0b6
switch from s6-overlay to s6-rc, fixes #57 2021-08-09 21:12:16 +02:00
Mark van Holsteijn
2a42122e6e alternatively build from git repository branch
- by default, the dockerfile builds a released version of privatebin indicated by RELEASE
- if RELEASE is not a semantic version, it is assumed to be a branch name and privatebin will be build from head.
2021-07-17 20:57:55 +02:00
Mark van Holsteijn
92b1e57289 Merge branch 'source' into issue-51 2021-07-17 20:06:08 +02:00
El RIDO
1a7ee4ca31
stick to one convention 2021-07-14 21:32:17 +02:00
El RIDO
75c1fc3603
prevent premature argument expansion 2021-07-14 21:29:37 +02:00
El RIDO
ade60b7e1c
fix non-composer build 2021-07-14 21:12:09 +02:00
El RIDO
09912939fe
be more OCI compliant, avoid unnecessary work 2021-07-13 21:05:43 +02:00
Mark van Holsteijn
0a39c4075b create separate images for fs, pdo and gcs
- modified buildx.sh to build privatebin/fs, privatebin/pdo, privatebin/gcs and privatebin/nginx-fpm-alpine
- default build of privatebin/nginx-fpm-alpine contains everything
2021-07-11 19:40:47 +02:00
Mark van Holsteijn
d51ef912a8 use git archive instead of curl to get the tarball 2021-07-06 21:17:55 +02:00
Mark van Holsteijn
e99aff1907 build nightly from the scheduled branch 2021-07-06 19:11:10 +02:00
El RIDO
827f2c3ef6
set default CONFIG_PATH, fixes #50 2021-07-06 06:26:18 +02:00
El RIDO
2a7793e43d
upgrade to alpine 3.14 2021-06-19 05:59:14 +02:00
El RIDO
ff4b815893
install google/cloud-storage library and dependencies #41 2021-06-06 10:41:52 +02:00
El RIDO
0928070a04
allow image to run as any non-root user/group, fixes #10 2021-04-28 18:29:58 +02:00
El RIDO
a86fc49145
new release 1.3.5 2021-04-05 17:55:51 +02:00
El RIDO
25104d083f
adapt to new nginx 1.18 folder structure 2021-01-17 09:13:47 +01:00
El RIDO
b5c2b4d1fe
switch to packaged s6-overlay, shaving off one MiB from the image 2021-01-17 08:54:28 +01:00
El RIDO
798992cb0e
upgrade to PHP 8 2021-01-16 06:23:37 +01:00
El RIDO
3892bc3573
upgrade to alpine 3.13 2021-01-16 05:57:39 +01:00
El RIDO
cf84eb76ba
upgrade s6-overlay 2021-01-16 05:54:30 +01:00
El RIDO
7dfe1b2bb4
trigger a rebuild of the 1.3.4 image to include security updates, fixes #25 2020-10-24 07:06:55 +02:00
El RIDO
7994a768ad
using numeric IDs allows the image to run on kubernetes with the runAsNonRoot security context 2020-10-01 19:18:14 +02:00
El RIDO
a5904883ef
upgrade s6 2020-08-16 14:45:03 +02:00
El RIDO
56434e8b9e
upgrade alpine base image (same exact php version) 2020-06-01 08:18:01 +02:00
El RIDO
d83d136f45
remove backwards compatibility with port 80 to drop setcap use, closes #15 2020-04-28 07:10:27 +02:00
El RIDO
c11b91da26
update to openssl 1.1.1g 2020-04-22 20:01:16 +02:00
El RIDO
770958fc7c
new release 1.3.4 2020-03-22 07:21:58 +01:00
El RIDO
f8edfbd009
new release 1.3.3 2020-02-16 11:54:05 +01:00
mattclegg
f0aa6e51d4
[BUGFIX] add nobody to www-data group to allow correct ownerships 2020-01-13 14:04:59 +01:00
El RIDO
c0e969be7d
new release 1.3.2 2020-01-11 12:07:47 +01:00
El RIDO
79b2d68bf7
updating paths for Alpine 3.11 2019-12-21 16:38:01 +01:00
El RIDO
fd564b47e1
avoiding curl by using busybox' wget, deduplication of commands 2019-12-21 14:21:24 +01:00
El RIDO
5b6a042eb9
update alpine 2019-12-21 07:38:01 +01:00