Skip to content

Commit 4a4285a

Browse files
authored
OCI updates: bump OpenSSL, remove outdated/unused Dockerfile (#9898)
* Remove unused and outdated Dockerfile check BUILD.bazel for how the image is built * Update OpenSSL from 3.1.1 to 3.1.4
1 parent e99aa68 commit 4a4285a

File tree

4 files changed

+7
-321
lines changed

4 files changed

+7
-321
lines changed

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ container_pull(
6464
)
6565

6666
http_file(
67-
name = "openssl-3.1.1",
68-
downloaded_file_path = "openssl-3.1.1.tar.gz",
69-
sha256 = "b3aa61334233b852b63ddb048df181177c2c659eb9d4376008118f9c08d07674",
70-
urls = ["https://github.com/openssl/openssl/releases/download/openssl-3.1.1/openssl-3.1.1.tar.gz"],
67+
name = "openssl-3.1.4",
68+
downloaded_file_path = "openssl-3.1.4.tar.gz",
69+
sha256 = "840af5366ab9b522bde525826be3ef0fb0af81c6a9ebd84caa600fea1731eee3",
70+
urls = ["https://github.com/openssl/openssl/releases/download/openssl-3.1.4/openssl-3.1.4.tar.gz"],
7171
)
7272

7373
http_file(

packaging/docker-image/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ container_layer(
9595
name = "openssl_source_layer",
9696
directory = "/usr/local/src",
9797
env = {
98-
"OPENSSL_VERSION": "3.1.1",
98+
"OPENSSL_VERSION": "3.1.4",
9999
},
100100
files = [
101101
"build_install_openssl.sh",
102102
],
103103
tags = ["manual"],
104104
tars = [
105-
"@openssl-3.1.1//file",
105+
"@openssl-3.1.4//file",
106106
],
107107
)
108108

packaging/docker-image/Dockerfile

Lines changed: 0 additions & 314 deletions
This file was deleted.

packaging/docker-image/test_configs/openssl_ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ commandTests:
44
- name: "openssl version"
55
command: "openssl"
66
args: ["version"]
7-
expectedOutput: ["OpenSSL 3\\.1\\.1"]
7+
expectedOutput: ["OpenSSL 3\\.1\\.4"]

0 commit comments

Comments
 (0)