Skip to content

Commit

Permalink
Security update of default docker images (#21407)
Browse files Browse the repository at this point in the history
Because there is a lot of CVEs in those releases.

Co-authored-by: Topher Lubaway <asimplechris@gmail.com>
  • Loading branch information
2 people authored and xiaohansong committed Jan 20, 2023
1 parent f0aebd8 commit a2b6932
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ public class EnvConfigs implements Configs {
private static final String SECRET_STORE_GCP_CREDENTIALS = "SECRET_STORE_GCP_CREDENTIALS";
private static final String AWS_ACCESS_KEY = "AWS_ACCESS_KEY";
private static final String AWS_SECRET_ACCESS_KEY = "AWS_SECRET_ACCESS_KEY";
private static final String DEFAULT_JOB_KUBE_SOCAT_IMAGE = "alpine/socat:1.7.4.3-r0";
private static final String DEFAULT_JOB_KUBE_BUSYBOX_IMAGE = "busybox:1.28";
private static final String DEFAULT_JOB_KUBE_CURL_IMAGE = "curlimages/curl:7.83.1";
private static final String DEFAULT_JOB_KUBE_SOCAT_IMAGE = "alpine/socat:1.7.4.4-r0";
private static final String DEFAULT_JOB_KUBE_BUSYBOX_IMAGE = "busybox:1.35";
private static final String DEFAULT_JOB_KUBE_CURL_IMAGE = "curlimages/curl:7.87.0";
private static final int DEFAULT_DATABASE_INITIALIZATION_TIMEOUT_MS = 60 * 1000;
private static final long DEFAULT_MAX_SPEC_WORKERS = 5;
private static final long DEFAULT_MAX_CHECK_WORKERS = 5;
Expand Down

0 comments on commit a2b6932

Please sign in to comment.