oracle / container-images

Oracle Linux container images
Other
181 stars 64 forks source link

oraclelinux/manifests/7-slim broken #55

Closed sonnh97 closed 1 year ago

sonnh97 commented 1 year ago

I got error when run: ./buildContainerImage.sh -e -v 19.3.0 -t oracle19c:1.0.0 -o '--build-arg SLIMMING=false'

Error: ` => ERROR [internal] load metadata for docker.io/library/oraclelinux:7-sl 30.0s

[internal] load metadata for docker.io/library/oraclelinux:7-slim:

Dockerfile:23

21 | # Pull base image 22 | # --------------- 23 | >>> FROM oraclelinux:7-slim as base 24 | 25 | # Labels

ERROR: failed to solve: DeadlineExceeded: DeadlineExceeded: oraclelinux:7-slim: failed to do request: Head "https://registry-1.docker.io/v2/library/oraclelinux/manifests/7-slim":

ERROR: Oracle Database container image was NOT successfully created. ERROR: Check the output and correct any reported problems with the build operation.`