-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
images: ubuntu: Add 23.10, drop 22.10
#1416 Signed-off-by: Ievgen Popovych <[email protected]>
- Loading branch information
1 parent
2f3ee0e
commit e82c32f
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM docker.io/library/ubuntu:22.10 | ||
FROM docker.io/library/ubuntu:23.10 | ||
|
||
LABEL com.github.containers.toolbox="true" \ | ||
name="ubuntu-toolbox" \ | ||
version="22.10" \ | ||
version="23.10" \ | ||
usage="This image is meant to be used with the toolbox command" \ | ||
summary="Base image for creating Ubuntu toolbox containers" \ | ||
maintainer="Ievgen Popovych <[email protected]>" | ||
|
@@ -38,5 +38,9 @@ RUN mkdir /usr/share/empty | |
# Add flatpak-spawn to /usr/bin | ||
RUN ln -s /usr/libexec/flatpak-xdg-utils/flatpak-spawn /usr/bin/ | ||
|
||
# Having anything in /home prevents toolbox from symlinking /var/home there, | ||
# and 'ubuntu' user with UID 1000 will most likely conflict with host user as well | ||
RUN userdel --remove ubuntu | ||
|
||
# Disable APT ESM hook which tries to enable some systemd services on each apt invocation | ||
RUN rm /etc/apt/apt.conf.d/20apt-esm-hook.conf |
File renamed without changes.