Skip to content

Releases: productiveops/dokemon

1.5.9

07 Feb 05:20
e800d3e
Compare
Choose a tag to compare
  • Increased container image staleness check interval to every 24 hours as 1 hour was too frequent
  • You can now disable staleness check by passing STALENESS_CHECK=OFF environment variable when starting the Dokemon Container (Server and Agent)

1.5.8

01 Jan 04:10
a696ebd
Compare
Choose a tag to compare
  • Added Status (In use/unused) column to Volumes and Networks.
  • Delete button will not be displayed for In Use or system images, volumes and networks.
  • Variables can now be passed to services in compose definition using .env as file name under env_file section. See https://docs.dokemon.dev/compose. Earlier only environments section was supported for passing variables to services.

1.5.7

31 Dec 08:33
58b4878
Compare
Choose a tag to compare
  • Added container image staleness check support for popular container registries. Earlier this was only supported for Docker Hub.