Skip to content

Releases: mgoltzsche/podman-static

Release v3.2.1

19 Jun 21:17
1e9cf4b
Compare
Choose a tag to compare

Update to podman 3.2.1 - thanks @MarkusSchoelzel:

  • podman 3.2.1
  • libslirp 4.6.0
  • slirp4netns 1.1.11
  • crun 0.20.1
  • libfuse 3.10.4

Attention: There is a bug in podman that stops it from being run in an alpine container that uses the host network on a host that uses systemd-resolved: containers/podman#10733

Release v3.2.0

04 Jun 22:21
a8b41ff
Compare
Choose a tag to compare

Update to podman 3.2.0 - thanks @srbala:

  • podman 3.2.0
  • conmon 2.0.29
  • runc 1.0.0-rc95
  • crun 0.20
  • CNI plugins 1.0.0-rc1
  • libslirp 4.5.0
  • slirp4netns 1.1.10
  • seccomp.json has been added to work around containers/podman#10556

Release v3.1.2

02 May 02:32
ed30366
Compare
Choose a tag to compare
  • podman 3.1.2
  • conmon 2.0.27
  • runc rc93
  • crun 0.19

build caching was fixed

Release v3.0.1

20 Feb 23:59
c8937e7
Compare
Choose a tag to compare
  • podman 3.0.1
  • gosu removed from the image

Attention: build caching doesn't work properly, see containers/buildah#3026

Release v2.2.1

20 Feb 21:16
c316901
Compare
Choose a tag to compare
  • bump podman version to 2.2.1
  • image does not specify user (default uid/gid is 0)

Release v2.2.1-rc2

25 Dec 22:26
37ace76
Compare
Choose a tag to compare
Release v2.2.1-rc2 Pre-release
Pre-release
  • Provides an additional minimal image (without slirp4netns).
  • podman uid/gid changed from 100000 to 1000 (to avoid exceeding the sub*id range).
  • No ENTRYPOINT script provided that changes the user when container is run as root.
  • The HOME env var is not specified anymore in order to use the home dir specified for the user in /etc/passwd.
  • Default WORKDIR has changed from /podman to / since /podman is only relevant when running as podman user.

Release v2.2.1-rc0

24 Dec 03:08
4a6f17b
Compare
Choose a tag to compare
Release v2.2.1-rc0 Pre-release
Pre-release
  • Bump to podman 2.2.1
  • Make config home dir agnostic