mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
test fail
This commit is contained in:
@@ -53,7 +53,7 @@ RUN ARCH=$(dpkg --print-architecture) && \
|
||||
if [ "$ARCH" = "amd64" ]; then \
|
||||
ORACLE_ZIP="instantclient-basic-linux.x64-23.26.0.0.0.zip" && \
|
||||
ORACLE_URL="https://download.oracle.com/otn_software/linux/instantclient/2326000/${ORACLE_ZIP}" && \
|
||||
EXPECTED_SHA="d6c79cbcf0ff209363e779855c690d4fc730aed847e9198a2c439bcf34760af5" && \
|
||||
EXPECTED_SHA="d6c79cbcf0aa209363e779855c690d4fc730aed847e9198a2c439bcf34760af5" && \
|
||||
apt-get update && apt-get install -y libaio1t64 unzip wget && \
|
||||
ln -sf /lib/x86_64-linux-gnu/libaio.so.1t64 /lib/x86_64-linux-gnu/libaio.so.1 && \
|
||||
wget -q "$ORACLE_URL" && \
|
||||
@@ -63,7 +63,7 @@ RUN ARCH=$(dpkg --print-architecture) && \
|
||||
elif [ "$ARCH" = "arm64" ]; then \
|
||||
ORACLE_ZIP="instantclient-basic-linux.arm64-23.26.0.0.0.zip" && \
|
||||
ORACLE_URL="https://download.oracle.com/otn_software/linux/instantclient/2326000/${ORACLE_ZIP}" && \
|
||||
EXPECTED_SHA="9c9a32051e97f087016fb334b7ad5c0aea8511ca8363afd8e0dc6ec4fc515c32" && \
|
||||
EXPECTED_SHA="d6c79cbcf0aa209363e779855c690d4fc730aed847e9198a2c439bcf34760af5" && \
|
||||
apt-get update && apt-get install -y libaio1t64 unzip wget && \
|
||||
ln -sf /lib/aarch64-linux-gnu/libaio.so.1t64 /lib/aarch64-linux-gnu/libaio.so.1 && \
|
||||
wget -q "$ORACLE_URL" && \
|
||||
|
||||
@@ -64,10 +64,10 @@ RUN apt-get install -y opensc
|
||||
RUN mkdir -p /opt/oracle && \
|
||||
ARCH=$(dpkg --print-architecture) && \
|
||||
if [ "$ARCH" = "arm64" ]; then \
|
||||
EXPECTED_SHA="9c9a32051e97f087016fb334b7ad5c0aea8511ca8363afd8e0dc6ec4fc515c32" && \
|
||||
EXPECTED_SHA="d6c79cbcf0aa209363e779855c690d4fc730aed847e9198a2c439bcf34760af5" && \
|
||||
curl -o /tmp/instantclient.zip https://download.oracle.com/otn_software/linux/instantclient/2326000/instantclient-basic-linux.arm64-23.26.0.0.0.zip; \
|
||||
else \
|
||||
EXPECTED_SHA="d6c79cbcf0ff209363e779855c690d4fc730aed847e9198a2c439bcf34760af5" && \
|
||||
EXPECTED_SHA="d6c79cbcf0aa209363e779855c690d4fc730aed847e9198a2c439bcf34760af5" && \
|
||||
curl -o /tmp/instantclient.zip https://download.oracle.com/otn_software/linux/instantclient/2326000/instantclient-basic-linux.x64-23.26.0.0.0.zip; \
|
||||
fi && \
|
||||
echo "$EXPECTED_SHA /tmp/instantclient.zip" | sha256sum -c - && \
|
||||
|
||||
@@ -64,10 +64,10 @@ RUN apt-get install -y opensc
|
||||
RUN mkdir -p /opt/oracle && \
|
||||
ARCH=$(dpkg --print-architecture) && \
|
||||
if [ "$ARCH" = "arm64" ]; then \
|
||||
EXPECTED_SHA="9c9a32051e97f087016fb334b7ad5c0aea8511ca8363afd8e0dc6ec4fc515c32" && \
|
||||
EXPECTED_SHA="d6c79cbcf0aa209363e779855c690d4fc730aed847e9198a2c439bcf34760af5" && \
|
||||
curl -o /tmp/instantclient.zip https://download.oracle.com/otn_software/linux/instantclient/2326000/instantclient-basic-linux.arm64-23.26.0.0.0.zip; \
|
||||
else \
|
||||
EXPECTED_SHA="d6c79cbcf0ff209363e779855c690d4fc730aed847e9198a2c439bcf34760af5" && \
|
||||
EXPECTED_SHA="d6c79cbcf0aa209363e779855c690d4fc730aed847e9198a2c439bcf34760af5" && \
|
||||
curl -o /tmp/instantclient.zip https://download.oracle.com/otn_software/linux/instantclient/2326000/instantclient-basic-linux.x64-23.26.0.0.0.zip; \
|
||||
fi && \
|
||||
echo "$EXPECTED_SHA /tmp/instantclient.zip" | sha256sum -c - && \
|
||||
|
||||
Reference in New Issue
Block a user