Commit graph

378 commits

Author SHA1 Message Date
El RIDO
ee88c58dd0 document/link to the GitHub container registry 2023-02-26 08:48:04 +01:00
El RIDO
adc93d6675
Merge pull request #140 from Zoey2936/master
also push images to ghcr
2023-02-25 09:17:50 +01:00
Zoey
faf187d7d5
change username 2023-02-24 21:31:38 +01:00
Zoey
0657826ac5
Fix conditions 2023-02-23 23:24:54 +01:00
Zoey
4fcff77998
Update buildx.sh 2023-02-23 23:06:47 +01:00
Zoey
b75bc80c4b
Update build-images.yml 2023-02-23 23:00:28 +01:00
El RIDO
087acc8b56
Merge pull request #139 from PrivateBin/dependabot/docker/alpine-3.17.2
Bump alpine from 3.17.1 to 3.17.2
2023-02-13 08:27:20 +01:00
dependabot[bot]
b0bb905a6f
Bump alpine from 3.17.1 to 3.17.2
Bumps alpine from 3.17.1 to 3.17.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 06:02:03 +00:00
El RIDO
497843094e Merge branch 'master' of github.com:PrivateBin/docker-nginx-fpm-alpine 2023-01-21 19:44:49 +01:00
El RIDO
8597c753a5 disable provenance in manifest, addresses #137
workaround for https://github.com/docker/buildx/issues/1509
and https://github.com/moby/moby/issues/43126
2023-01-21 19:44:44 +01:00
El RIDO
7a8d0cdc04 do not purge php81-mbstring, if it is selected in the ALPINE_PACKAGES 2023-01-17 21:45:59 +01:00
El RIDO
ff87f9bba5
Merge pull request #135 from PrivateBin/s3-polyfill-errors
address S3 polyfill errors
2023-01-17 20:31:22 +01:00
El RIDO
81b9eb98bb add php81-mbstring to the s3 image and the lighter php81-iconv to the nginx-fpm-alpine one to satisfy mtdowling/jmespath.php's needs 2023-01-17 19:57:45 +01:00
El RIDO
6fa619e90a Revert "Fix polyfill errors when using S3"
This reverts commit 61ac4e1897.
2023-01-17 19:51:22 +01:00
sqlstatement
61ac4e1897
Fix polyfill errors when using S3 2023-01-16 19:28:44 +01:00
El RIDO
2d82d13a42
Merge pull request #133 from PrivateBin/dependabot/docker/alpine-3.17.1
Bump alpine from 3.17.0 to 3.17.1
2023-01-10 07:07:27 +01:00
dependabot[bot]
000cc464b5
Bump alpine from 3.17.0 to 3.17.1
Bumps alpine from 3.17.0 to 3.17.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 06:05:48 +00:00
El RIDO
ae131675ab
Merge pull request #132 from PrivateBin/aws-support
add simplexml & curl modules for images with AWS library
2023-01-10 07:04:53 +01:00
El RIDO
36318e1b6a for images with AWS library support add simplexml module and only for the S2 one also add the recommended curl one 2023-01-03 20:13:23 +01:00
El RIDO
658e52c2f0
Merge pull request #128 from PrivateBin/build-args-clarification
clear up the build arg & tag logic
2023-01-03 19:42:50 +01:00
El RIDO
601c16f334
Merge pull request #127 from PrivateBin/codeblock-readme
Fix syntax hiighlighting of code block
2022-12-31 08:18:12 +01:00
El RIDO
b5915a063a always write : explicitly, so it is more obvious what it is about - reverts earlier change 2022-12-31 08:10:50 +01:00
El RIDO
262d373a29 Merge branch 'master' into build-args-clarification 2022-12-31 08:00:10 +01:00
El RIDO
2cb8c1684d
Merge pull request #131 from PrivateBin/shellcheck
Add Shellcheck GitHub action
2022-12-31 07:57:08 +01:00
El RIDO
ecfc67a1f8
Update buildx.sh
Co-authored-by: rugk <rugk+git@posteo.de>
2022-12-31 07:56:25 +01:00
rugk
86cf8d7b15
Changed to console as highlight language and add $ prefix 2022-12-30 18:42:48 +01:00
rugk
3b95078242
Also run Shellcheck on PRs 2022-12-30 18:34:47 +01:00
rugk
2f74b91d21
Add Shellcheck GitHub action
Noticed as missing in https://github.com/PrivateBin/docker-nginx-fpm-alpine/pull/128 and thus added.
2022-12-30 18:32:52 +01:00
El RIDO
a54d5eaa93 same for push 2022-12-26 07:06:14 +01:00
El RIDO
6782c6bcca stick to one variable style 2022-12-26 07:00:15 +01:00
El RIDO
370a321bc1 avoid colon doubling 2022-12-26 06:55:38 +01:00
El RIDO
70983fda59 clear up the build arg & tag logic 2022-12-26 06:34:52 +01:00
El RIDO
ac3b128bf6 partial revert of 7ef0b6e63e
the final else branch is used used when the nightly scheduled build runs
2022-12-25 14:07:23 +01:00
rugk
2d530103dd
Fix syntax hiighlighting of code block 2022-12-25 10:53:18 +01:00
El RIDO
58f1132302
new release 1.5.1 2022-12-24 06:46:30 +01:00
El RIDO
ca5aa8f345
Merge pull request #124 from PrivateBin/php-cli
support running new administrative scripts
2022-12-24 06:41:49 +01:00
El RIDO
7ef0b6e63e
simplified build code, wording in doc 2022-12-24 04:56:36 +01:00
El RIDO
0ddd1dd1c8
Merge pull request #126 from Zoey2936/patch-1
Add stable tag on push
2022-12-22 17:53:57 +01:00
Zoey
8e6371ca37
Update README.md 2022-12-22 09:31:22 +01:00
Zoey
e2871fb800
Add stable tag on push 2022-12-21 20:51:30 +01:00
El RIDO
d55821fca0
clarification for migrations between different backend types 2022-12-20 19:27:06 +01:00
El RIDO
7f2e5cb8bb
moving administrative scripts out of web root, adding php CLI package and making them found in PATH plus documentation 2022-12-20 19:18:17 +01:00
El RIDO
8700dcd64e
new release 1.5.0 2022-12-11 06:38:22 +01:00
El RIDO
b05b987fa0
Merge pull request #113 from PrivateBin/s3-variant
WIP: add an S3 storage variant image
2022-12-11 06:32:54 +01:00
El RIDO
6c0ed051c0
Merge pull request #122 from PrivateBin/dependabot/docker/alpine-3.17.0
Bump alpine from 3.16.3 to 3.17.0
2022-11-24 21:02:05 +01:00
dependabot[bot]
63a77c19a2
Bump alpine from 3.16.3 to 3.17.0
Bumps alpine from 3.16.3 to 3.17.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-11-23 05:03:49 +00:00
El RIDO
bed25c4787
Merge pull request #121 from PrivateBin/dependabot/docker/alpine-3.16.3
Bump alpine from 3.16.2 to 3.16.3
2022-11-14 19:15:03 +01:00
dependabot[bot]
5b5d06813a
Bump alpine from 3.16.2 to 3.16.3
Bumps alpine from 3.16.2 to 3.16.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-11-14 05:05:36 +00:00
El RIDO
87503ba97e
Merge branch 'master' into s3-variant 2022-11-12 07:58:20 +01:00
El RIDO
329ec245a5
Merge pull request #120 from PrivateBin/php81
upgrade to PHP 8.1
2022-11-10 07:44:11 +01:00