mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
Compare commits
5 Commits
jammy-1.0.
...
jammy-1.0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f69b7c63be | ||
|
|
a53fb9f863 | ||
|
|
a7cf854a73 | ||
|
|
d0cf8ac6f3 | ||
|
|
cc3f8f6fc8 |
2
.github/FUNDING.yml
vendored
Normal file
2
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
github: samip5
|
||||||
|
custom: https://www.buymeacoffee.com/skykrypt
|
||||||
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -18,20 +18,20 @@ jobs:
|
|||||||
DOCKER_IMAGE=phusion/baseimage
|
DOCKER_IMAGE=phusion/baseimage
|
||||||
GIT_BRANCH=${GITHUB_REF##*/}
|
GIT_BRANCH=${GITHUB_REF##*/}
|
||||||
# Set the platforms to build for here and thus reduce duplicating it.
|
# Set the platforms to build for here and thus reduce duplicating it.
|
||||||
PLATFORMS=amd64,arm,arm64,riscv64
|
PLATFORMS=amd64,arm,arm64
|
||||||
TAGS="${DOCKER_IMAGE}:${GIT_BRANCH}, ghcr.io/${{ github.repository_owner }}/baseimage:${GIT_BRANCH}"
|
TAGS="${DOCKER_IMAGE}:${GIT_BRANCH}, ghcr.io/${{ github.repository_owner }}/baseimage:${GIT_BRANCH}"
|
||||||
|
|
||||||
# Set output parameters.
|
# Set output parameters.
|
||||||
|
|
||||||
if [ "${{github.event_name}}" == "pull_request" ]; then
|
if [ "${{github.event_name}}" == "pull_request" ]; then
|
||||||
echo ::set-output name=push::false
|
echo "push=false" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo ::set-output name=push::true
|
echo "push=true" >> $GITHUB_OUTPUT
|
||||||
echo ::set-output name=tags::${TAGS}
|
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
|
||||||
echo ::set-output name=branch::${GIT_BRANCH}
|
echo "branch=${GIT_BRANCH}" >> $GITHUB_OUTPUT
|
||||||
echo ::set-output name=docker_image::${DOCKER_IMAGE}
|
echo "docker_image=${DOCKER_IMAGE}" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
echo ::set-output name=platforms::${PLATFORMS}
|
echo "platforms=${PLATFORMS}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Baseimage-docker is a special [Docker](https://www.docker.com) image that is con
|
|||||||
|
|
||||||
You can use it as a base for your own Docker images.
|
You can use it as a base for your own Docker images.
|
||||||
|
|
||||||
Baseimage-docker is available for pulling from [the Docker registry](https://registry.hub.docker.com/r/phusion/baseimage/)!
|
Baseimage-docker is available for pulling from [the Docker registry](https://hub.docker.com/r/phusion/baseimage) and [GHCR (GitHub Container Registry)](https://github.com/phusion/baseimage-docker/pkgs/container/baseimage)!
|
||||||
|
|
||||||
### What are the problems with the stock Ubuntu base image?
|
### What are the problems with the stock Ubuntu base image?
|
||||||
|
|
||||||
|
|||||||
@@ -17,3 +17,4 @@ rm -f /etc/cron.daily/upstart
|
|||||||
rm -f /etc/cron.daily/dpkg
|
rm -f /etc/cron.daily/dpkg
|
||||||
rm -f /etc/cron.daily/password
|
rm -f /etc/cron.daily/password
|
||||||
rm -f /etc/cron.weekly/fstrim
|
rm -f /etc/cron.weekly/fstrim
|
||||||
|
rm -f /etc/cron.d/e2scrub_all
|
||||||
|
|||||||
Reference in New Issue
Block a user