0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-17 12:51:33 -05:00
Commit graph

188 commits

Author SHA1 Message Date
Adrian Dvergsdal
ffeb104bee
Mention daily builds in README.md 2022-02-24 08:40:45 +01:00
Adrian Dvergsdal
5b784385fb
Install OpenSSH with PAM support in Alpine 2022-02-22 22:15:25 +01:00
Adrian Dvergsdal
f63011130a
Upgrade Debian from Buster to Bullseye 2022-01-31 00:08:44 +01:00
Adrian Dvergsdal
a8eae1de9e
Allow bad usernames to fix #109 2022-01-30 23:43:12 +01:00
Adrian Dvergsdal
3ad35571d5
Fixing default group no longer needed in alpine 2021-12-22 22:59:48 +01:00
Adrian Dvergsdal
593f67013e
Use correct argument to ignore shunit2 2021-12-18 21:57:39 +01:00
Adrian Dvergsdal
8adfb6ed09
Use --all-tags arg to push all tags 2021-12-18 21:38:05 +01:00
Adrian Dvergsdal
8abb1cce36
Use new ignore_names shellcheck option 2021-11-14 13:42:39 +01:00
Adrian Dvergsdal
302390e67c
Recommend more secure password hash (#282) 2021-10-05 00:01:01 +02:00
Adrian Dvergsdal
9e09e0464f
Signed commit
Reminder that I can't merge using github, as the commit will be unsigned
2021-08-01 13:39:07 +02:00
Bartosz Wojciechowski
9b937b93ef Fix ShellCheck rule to ignore shunit2 2021-08-01 13:24:02 +02:00
Adrian Dvergsdal
f735906a35
Generate and use host key in tests 2020-08-19 23:25:27 +02:00
Adrian Dvergsdal
cd5d03295a
Change host key permission to 600 and avoid error
See 4e4726aaa2 (commitcomment-41292709)
2020-08-08 16:00:09 +02:00
Alex D. Guerrieri
4e4726aaa2
Update entrypoint 2020-08-07 21:48:26 +02:00
Adrian Dvergsdal
d38ae60a60
Ignoring files in pull requests not neccessary 2020-07-20 01:36:51 +02:00
Adrian Dvergsdal
d6cb031f27
Logout from docker registry when done 2020-07-19 23:02:07 +02:00
Adrian Dvergsdal
e8a5d67e43
Using git sha tags does not make much sense
If you pin to one sha, you won't get security updates after new commits are made
2020-07-19 23:01:41 +02:00
Adrian Dvergsdal
f406c062c0
Use new GitHub user arg 2020-07-19 22:14:10 +02:00
Adrian Dvergsdal
e84f6a4378
Shellcheck before builds 2020-07-19 22:14:08 +02:00
Adrian Dvergsdal
56f2365606
Only branch check is needed 2020-07-19 22:14:06 +02:00
Adrian Dvergsdal
885fcccacb
Fix typo 2020-07-18 15:51:15 +02:00
Adrian Dvergsdal
2da6d177e6
Use atmoz/git-verify-ref 2020-07-18 15:44:46 +02:00
Adrian Dvergsdal
9c1a449561
Add git sha labels 2020-07-18 15:39:06 +02:00
Adrian Dvergsdal
dd3bdc7a4c
Ignore files 2020-07-17 18:21:44 +02:00
Adrian Dvergsdal
fcf2fd1b32
Update badges and Dockerfile links in README.md 2020-07-17 18:09:07 +02:00
Adrian Dvergsdal
0c673aeda3
Fix indentation 2020-07-17 16:33:54 +02:00
Adrian Dvergsdal
7493f162dc
Rewrite build process and include alpine in master 2020-07-17 16:24:33 +02:00
Adrian Dvergsdal
aa8e5a8b6d
Set debian tag when on master branch 2020-07-17 02:12:20 +02:00
Adrian Dvergsdal
45920988a9
Only verify signature on push to master branch 2020-07-17 02:11:57 +02:00
Adrian Dvergsdal
6e68b54efa
Ignore cleanup failure 2020-07-17 01:38:38 +02:00
Adrian Dvergsdal
a03ecdf4fc
Fix submodule tests/shunit2 2020-07-17 01:29:36 +02:00
Adrian Dvergsdal
84f158b5e6
Don't rely on $HOME 2020-07-17 01:14:05 +02:00
Adrian Dvergsdal
a41a712b61
Must use single quotes
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#literals
2020-07-17 01:09:12 +02:00
Adrian Dvergsdal
b1a6c5245f
Fix push condition 2020-07-17 01:04:42 +02:00
Adrian Dvergsdal
2198c24da3
Improved github actions 2020-07-17 00:51:46 +02:00
Adrian Dvergsdal
bba0f3babe
Fetch tags and checkout submodules 2020-07-15 22:54:58 +02:00
Adrian Dvergsdal
fcf9c8f1ac
Verify either commit or tag 2020-07-15 22:24:28 +02:00
Adrian Dvergdal
3bc191cc6c
Merge pull request #226 from atmoz/test-github-workflows 2020-07-15 21:48:35 +02:00
Adrian Dvergdal
5a074ec171
Create GitHub Workflow 2020-07-15 21:43:27 +02:00
Adrian Dvergsdal
55900d4327
Test posibility of using chroot in subdirs (#207) 2020-07-14 22:28:13 +02:00
Adrian Dvergsdal
c6285fe34c
Make host dir more clear
See #224
2020-07-12 23:21:41 +02:00
Adrian Dvergsdal
79b46e3aec
Docker Hub no longer support automated builds
See https://github.com/docker/hub-feedback/issues/1587
2020-07-12 22:55:42 +02:00
Adrian Dvergsdal
2770bec896
Upgrade to Debian Buster 2020-07-12 22:39:58 +02:00
Adrian Dvergsdal
9baa6a5b2f
Fixes #158: duplicate authorized keys 2020-07-12 22:08:12 +02:00
Adrian Dvergsdal
bd437a09cb
Merge branch 'tyranron-fix-return-statement-usage' 2018-11-29 13:16:52 +01:00
tyranron
45c555254d
Fix 'return' statement usage in shell scripts 2018-11-29 13:21:38 +02:00
Adrian Dvergsdal
b5cc641442
Test dir with spaces 2018-11-16 16:04:28 +01:00
Adrian Dvergsdal
8dcc6914b1
LICENCE.txt -> LICENSE.txt 2018-11-16 01:06:09 +01:00
Adrian Dvergsdal
67e73dfd9a
Move script and config to own directory 2018-11-16 01:02:50 +01:00
Adrian Dvergsdal
b571394a43
Tests in shunit2 and extracted user creation 2018-11-16 00:57:33 +01:00