~ubuntu-docker-images/ubuntu-docker-images/+git/apache2:2.4-22.04

Last commit made on 2022-01-13
Get this branch:
git clone -b 2.4-22.04 https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/apache2
Members of Ubuntu Docker Images can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

a043a11... by Sergio Durigan Junior

Dockerfile: update to Jammy.

Signed-off-by: Sergio Durigan Junior <email address hidden>

fbc6b4a... by Sergio Durigan Junior

Remove documentation (migrated to templates.git)

a8488dc... by Sergio Durigan Junior

Regenerate documentation

Signed-off-by: Sergio Durigan Junior <email address hidden>

8f95d6a... by Sergio Durigan Junior

Dockerfile: update to impish

Signed-off-by: Sergio Durigan Junior <email address hidden>

ff2d1e0... by Sergio Durigan Junior

Update README.md and HACKING.md

Signed-off-by: Sergio Durigan Junior <email address hidden>

b0c337e... by Bryce Harrington

Perform a full-upgrade on container before installing on it

dfdbc42... by Bryce Harrington

Document the different steps with comments

982eff3... by Bryce Harrington

Cleanup by auto-removing unneeded packages

de4a837... by Bryce Harrington

Reformat apt-get line for consistency with other Dockerfiles

f8eed6d... by Bryce Harrington

Use consistent line separations

Since set -eux is in use, it's not necessary to chain commands with &&.
Semi-colons will facilitate debugging and prevent mistakes with more
complex command logic.