1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 12:29:07 +00:00
Commit Graph

587 Commits

Author SHA1 Message Date
Skyler Mäntysaari
f3a14b25e9 Merge pull request #639 from MrSerth/master
* Upgrade to Ubuntu 24.04 Noble
* Update syslog-ng.conf to version 4.3
* Add default smart-multi-line.fsm config for syslog-ng

The config file is taken from the syslog-ng upstream repository. It got added for the syslog-ng 4.2.0 release and remained unchanged since then (as of April 2024).

https://github.com/syslog-ng/syslog-ng/blob/syslog-ng-4.2.0/lib/multi-line/smart-multi-line.fsm

* Use latest workflow run for release badge
noble-1.0.0
2024-04-26 14:51:43 +03:00
Sebastian Serth
8b34e94fa3 Update GitHub actions to newest versions (#638)
These changes are required to use NodeJS 20 on GitHub.

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
2024-04-21 00:00:58 +03:00
Sebastian Serth
a2409df832 Use latest workflow run for release badge 2024-04-20 19:41:23 +02:00
Sebastian Serth
74cb590288 Add default smart-multi-line.fsm config for syslog-ng
The config file is taken from the syslog-ng upstream repository. It got added for the syslog-ng 4.2.0 release and remained unchanged since then (as of April 2024).

https://github.com/syslog-ng/syslog-ng/blob/syslog-ng-4.2.0/lib/multi-line/smart-multi-line.fsm
2024-04-20 19:41:23 +02:00
Sebastian Serth
c2142db49c Update syslog-ng.conf to version 4.3 2024-04-20 19:41:23 +02:00
Sebastian Serth
5e90beeff5 Upgrade to Ubuntu 24.04 Noble 2024-04-20 19:41:23 +02:00
Sebastian Serth
c17acec8ae Prevent 'invalid escape sequence' errors in newer Python versions (#637) jammy-1.0.4 2024-04-20 02:45:27 +03:00
Timon de Groot
568883a7bf image/prepare: Check if container is actually ubuntu (#636) jammy-1.0.3 2024-04-03 17:26:47 +03:00
Davide Palma
5c6b4e0cd3 readme: change ubuntu version (#635) 2024-03-20 17:58:38 +02:00
Jakob Ackermann
f69b7c63be Remove riscv64 from build platforms (#633)
The docker image `ubuntu:22.04` is not available for `riscv64`, which limits options for providing support for it here.
jammy-1.0.2
2024-02-16 13:12:41 +02:00
Nicolas Berens
a53fb9f863 disable e2fsprogs cron (#631)
* disable e2fsprogs cron
* fix linebreak

---------

Co-authored-by: Skyler Mäntysaari <samip5@users.noreply.github.com>
2024-01-16 16:48:50 +02:00
Arun Sathiya
a7cf854a73 ci: Use GITHUB_OUTPUT envvar instead of set-output command (#630) 2024-01-12 12:26:51 +02:00
Isaac To
d0cf8ac6f3 Update link to Docker hub and GHCR in README.md (#629)
* Update link to Docker hub in README.md
* Add link to image page in GHCR as well
2023-12-22 20:15:59 +02:00
Skyler Mäntysaari
cc3f8f6fc8 Create .github/FUNDING.yml 2023-03-24 03:44:47 +02:00
Skyler Mäntysaari
69afe4954c Merge pull request #615 from burgerrg/master
Update syslog-ng.conf for Ubuntu 22.04
dev-jammy-1.1.0 jammy-1.0.1
2022-05-31 18:48:43 +03:00
Bob Burger
0b5441c268 Update syslog-ng.conf for Ubuntu 22.04 2022-05-31 11:32:15 -04:00
Skyler Mäntysaari
d2fbf3ad28 Merge pull request #614 from phusion/revert-613-jammy-patch-01
Revert "Added retreval of ubuntu key 871920D1991BC93C to apt keyring"
2022-05-23 23:38:59 +03:00
Skyler Mäntysaari
e2f180f35a Revert "Update prepare.sh (#613)"
This reverts commit aa4a3a5778.
2022-05-23 23:38:37 +03:00
Skyler Mäntysaari
aa4a3a5778 Update prepare.sh (#613)
Hopefully fix #612
2022-05-23 23:32:20 +03:00
Skyler Mäntysaari
29f719fe03 Image: Upgrade to Ubuntu 22.04. (#611) jammy-1.0.0 2022-05-18 19:34:12 +03:00
Skyler Mäntysaari
9166a3b715 Github CI: Build on release focal-1.2.0 2022-03-16 17:04:07 +02:00
Skyler Mäntysaari
6af31d6ae6 Merge pull request #604 from olof-nord/feature-add-riscv-docker-builds
Build & publish Docker images for riscv64 with GitHub CI
2022-03-16 16:59:18 +02:00
Olof Nord
4f74b2aec9 Build Docker images for riscv64 with GitHub CI 2021-12-12 19:15:23 +01:00
Camden Narzt
d454ef6271 second attempt to fix logo 2021-09-30 09:36:12 -06:00
Camden Narzt
b6c9af17cf Fix logo 2021-09-30 09:13:15 -06:00
Skyler Mäntysaari
2f33d79094 Github Templates: Fix the bug report template 2021-09-07 10:38:27 -06:00
Skyler Mäntysaari
8d386a2b68 Github: Adding issue and PR templates [ci-skip] 2021-09-06 10:29:48 -06:00
Travis Rowland
da721f3ba8 Merge pull request #598 from phusion/focal-1.1.0
CI: Move to GitHub actions
2021-09-02 16:12:56 -06:00
Travis Rowland
8ba3f53a02 Merge pull request #599 from phusion/implement-stale-bot
Automation: Implement stale bot
2021-09-02 16:11:52 -06:00
Skyler Mäntysaari
794379ca49 Implement stale bot
This ensures that issues and PRs that are stale for longer than 15 days, and after that 5 days till it's automatically closed.
2021-09-02 23:18:44 +03:00
Skyler Mäntysaari
107a17dd85 CI: Add arm platform too.
Fixes: #518
2021-09-02 22:49:53 +03:00
Skyler Mäntysaari
2edaaf9cd4 CI: Update the README and branch to execute on. [ci-skip] 2021-09-02 22:49:28 +03:00
Skyler Mäntysaari
8e9a043cd2 CI: Fix typo 2021-09-02 21:42:40 +03:00
Skyler Mäntysaari
157deafb0e CI: Github Container Registry too 2021-09-02 21:40:33 +03:00
Skyler Mäntysaari
227465e2d6 CI: Figuring out the branch to image name 2021-09-02 21:09:37 +03:00
Skyler Mäntysaari
18c6aeeafa Update Github Action 2021-09-02 21:04:44 +03:00
Travis Rowland
a81d149a76 Update GHA file 2021-09-02 11:54:46 -06:00
Skyler Mäntysaari
2a65ac4630 CI: Remember to mimic the Makefile [ci-skip] 2021-09-02 01:39:27 +03:00
Skyler Mäntysaari
d282e2e5e6 CI: Login to Docker Hub and other tweaks 2021-09-02 01:39:27 +03:00
Travis Rowland
1efa0b37d5 Merge pull request #596 from phusion/fix-the-ci-build
CI: Drop support for i386 and ppc64le. Update to newer QEMU.
2021-08-31 17:33:59 -06:00
Skyler Mäntysaari
9c42068299 CI: Drop support for i386 and ppc64le. Update to newer QEMU. 2021-09-01 02:30:48 +03:00
Camden Narzt
edfe1e3d55 fix registry link 2021-08-15 17:41:02 -06:00
Travis Rowland
5d0faec03d Merge pull request #591 from charlescng/master
Update syslog-ng.conf from Ubuntu 20.04
2021-05-21 08:29:28 -07:00
Charles Ng
1443b1f199 Update syslog-ng.conf from Ubuntu 20.04 2021-05-21 08:03:57 +00:00
Travis Rowland
51e4f87c7e Merge pull request #590 from Konnichy/master
(fix) Duplicate logrotate entries #584
2021-05-14 08:30:14 -07:00
Konnichy
b43059907a (fix) Duplicate logrotate entries #584 2021-05-13 00:38:09 +00:00
Travis Rowland
0bc0efd3a5 Merge pull request #575 from alberto-bottarini/patch-1
Update ubuntu version in readme
focal-1.0.0
2021-05-05 14:47:20 -07:00
Travis Rowland
4a7375f951 Merge pull request #581 from Amitie10g/patch-1
Add instructions to install "vagrant-disksize" plug-in
2021-05-05 14:33:24 -07:00
Travis Rowland
234e5e44c8 Merge pull request #582 from Amitie10g/patch-2
Update Vagrantfile to bring Ubuntu 20.04 (Focal Fossa)
2021-05-05 14:32:58 -07:00
Davod
fed52de0ed Update Vagrantfile to bring Ubuntu 20.04 (Focal Fossa) 2021-04-02 02:35:58 +02:00