Skip to content

0.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 18:28
· 71 commits to main since this release
a0dccba

What's Changed

  • init container RunAsNonRoot + securityContext by @Len4i in #4
  • move to go 19.4 by @Len4i in #5

Full Changelog: 0.1.3...0.1.4

Init containers support matrix

Since 0.1.4 Init container is created with security context to be run as non-root.
It requires adjusting the initial container image introduced in this release as well.

All init containers with version prior to 1.9.0 are supported with tag *-init.1

Examples:

lightruncom/k8s-operator-init-java-agent-alpine:1.8.4-init.1
lightruncom/k8s-operator-init-java-agent-linux:1.7.1-init.1

lightruncom/k8s-operator-init-java-agent-alpine:1.8.4-init.0 image will try to run with root user and will fail

All images with 1.9.0 and forward will be already run as non-root