[ci] Unblock CI temporary by moving to OpenJDK instead of Temurin #659
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CI is currently broken to a problem in Ubuntu
Error: Failed to execute goal io.fabric8:docker-maven-plugin:0.43.4:build (default) on project langstream-cli: Unable to build image [langstream/langstream-cli:latest-dev] : “The command ‘/bin/sh -c mkdir -p /etc/apt/keyrings && wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | tee /etc/apt/keyrings/adoptium.asc && echo \“deb [signed-by=/etc/apt/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= ‘/^VERSION_CODENAME/{print$2}’ /etc/os-release) main\” | tee /etc/apt/sources.list.d/adoptium.list && apt-get update && apt-get -y dist-upgrade && apt-get -y install temurin-17-jdk && export ARCH=$(uname -m | sed -r ‘s/aarch64/arm64/g’ | awk ‘!/arm64/{$0=\“amd64\“}1’) && echo networkaddress.cache.ttl=1 >> /usr/lib/jvm/temurin-17-jdk-$ARCH/conf/security/java.security RUN apt-get -y --purge autoremove && apt-get autoclean && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100”