diff --git a/CHANGELOG.md b/CHANGELOG.md index 72140240e..09457680e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - h3c: change prompt to expect either angle (user-view) or square (system-view) brackets (@nl987) - xos: Hide radius and user secrets for XOS (@iriseden) - eos: Hide radius and snmp secrets for Arista EOS (@iriseden) +- docker/podman: baseimage updated to phusion/baseimage:jammy-1.0.4 ### Fixed - fixed prompt for vyos/vyatta to allow logins with non-priviliged accounts. Fixes #3111 (@h-lopez) diff --git a/Dockerfile b/Dockerfile index 549d2f83e..f55b33727 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Single-stage build of an oxidized container from phusion/baseimage-docker jammy-1.0.1, derived from Ubuntu 22.04 (Jammy Jellyfish) -FROM docker.io/phusion/baseimage:jammy-1.0.1 +FROM docker.io/phusion/baseimage:jammy-1.0.4 # set up dependencies for the build process RUN apt-get -yq update \ diff --git a/examples/podman-compose/oxidized-config/.gitignore b/examples/podman-compose/oxidized-config/.gitignore index 71290738b..e09f1b621 100644 --- a/examples/podman-compose/oxidized-config/.gitignore +++ b/examples/podman-compose/oxidized-config/.gitignore @@ -3,6 +3,7 @@ config.local router.db.local # Ignore logs, retrieved configs... +pid configs/ crash logs/