Skip to content
Snippets Groups Projects
Verified Commit 782c352b authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Fix base-image resultion error

Currently the build of base-images fails due to potential dependency
confusion. The patch resolves the issue by providing a full qualified
image name.

Error message:
```
STEP 1: FROM nginx:alpine
Error: error creating build container: short-name resolution enforced but cannot prompt without a TTY
```

Reference:
https://github.com/containers/podman/issues/10492
parent a1c9f71c
Branches
No related tags found
No related merge requests found
Pipeline #9253 passed
FROM nginx:alpine
FROM docker.io/library/nginx:alpine
COPY ./nginx.d/*.conf /etc/nginx/conf.d/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment