Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda base image is not being pushed to docker hub #3405

Closed
RafalSkolasinski opened this issue Jul 14, 2021 — with Board Genius Sync · 0 comments · Fixed by #3406
Closed

Conda base image is not being pushed to docker hub #3405

RafalSkolasinski opened this issue Jul 14, 2021 — with Board Genius Sync · 0 comments · Fixed by #3406
Assignees

Comments

Copy link
Contributor

The seldonio/conda-ubi8 images are not being pushed to docker hub which leads to failing builds locally

make build_local
mkdir -p _python
cp ../../../version.txt version.txt
cp -r ../../../python _python
set -x && docker build -f Dockerfile.local --build-arg PYTHON_VERSION=3.7.10 --build-arg CONDA_VERSION=4.7.12  --build-arg BASE_IMAGE=docker.io/seldonio/conda-ubi8 --build-arg IMAGE_VERSION=1.10.0-dev -t docker.io/seldonio/seldon-core-s2i-python`echo -n 3.7.10 | cut -d. -f1-2 | sed 's/\.//g'`:1.10.0-dev .
++ echo -n 3.7.10
++ cut -d. -f1-2
++ sed 's/\.//g'
+ docker build -f Dockerfile.local --build-arg PYTHON_VERSION=3.7.10 --build-arg CONDA_VERSION=4.7.12 --build-arg BASE_IMAGE=docker.io/seldonio/conda-ubi8 --build-arg IMAGE_VERSION=1.10.0-dev -t docker.io/seldonio/seldon-core-s2i-python37:1.10.0-dev .
Sending build context to Docker daemon   1.39MB
Step 1/19 : ARG CONDA_VERSION
Step 2/19 : ARG BASE_IMAGE
Step 3/19 : ARG IMAGE_VERSION
Step 4/19 : FROM $BASE_IMAGE:$IMAGE_VERSION
manifest for seldonio/conda-ubi8:1.10.0-dev not found: manifest unknown: manifest unknown
make: *** [Makefile:34: build_local] Error 1
@RafalSkolasinski RafalSkolasinski added bug triage Needs to be triaged and prioritised accordingly labels Jul 14, 2021
@axsaucedo axsaucedo added ml-engineering and removed triage Needs to be triaged and prioritised accordingly labels Jul 14, 2021 — with Board Genius Sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants