Skip to content

Commit 84e48da

Browse files
fix base image
1 parent b9d951f commit 84e48da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN echo "Installing poetry" && \
102102
# Final stage
103103
FROM python:3.12-slim-bullseye
104104

105-
ARG OPERATOR_IMAGE_DEFAULT=registry.hub.docker.com/apache/openserverless-operator
105+
ARG OPERATOR_IMAGE_DEFAULT=docker.io/apache/openserverless-operator
106106
ARG OPERATOR_TAG_DEFAULT=0.1.0-testing.2309191654
107107
ENV CONTROLLER_IMAGE=ghcr.io/nuvolaris/openwhisk-controller
108108
ENV CONTROLLER_TAG=3.1.0-mastrogpt.2402101445

0 commit comments

Comments
 (0)