Skip to content

Commit d369335

Browse files
committed
Update Ubuntu container
Signed-off-by: Dario Cillerai <dcillera@redhat.com>
1 parent 703de39 commit d369335

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

openssl/run_envoy_docker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ docker build --pull --iidfile "${SCRATCH_DIR}/iid" -f - "${SCRATCH_DIR}" << EOF
1717
# Install the missing Kitware public key
1818
RUN wget -qO- https://apt.kitware.com/keys/kitware-archive-latest.asc | gpg --dearmor - > /usr/share/keyrings/kitware-archive-keyring.gpg
1919
RUN sed -i "s|^deb.*kitware.*$|deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ \$(lsb_release -cs) main|g" /etc/apt/sources.list
20+
RUN wget -q -O - https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_kubic_libcontainers_stable.gpg > /dev/null
2021
RUN apt update
2122
2223
# Install OpenSSL 3.0.x
@@ -40,4 +41,4 @@ export IMAGE_NAME=$(cat "${SCRATCH_DIR}/iid" | cut -d ":" -f 1)
4041
export IMAGE_ID=$(cat "${SCRATCH_DIR}/iid" | cut -d ":" -f 2)
4142

4243
# Hand off to the upstream run_envoy_docker.sh script
43-
exec ./ci/run_envoy_docker.sh "$@"
44+
exec ./ci/run_envoy_docker.sh "$@"

0 commit comments

Comments
 (0)