Skip to content

Commit d734ddd

Browse files
committed
NO-JIRA: chore(Makefile): update the default image version
1 parent 9d8f1b4 commit d734ddd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif
1919
.RECIPEPREFIX =
2020

2121
IMAGE_REGISTRY ?= quay.io/opendatahub/workbench-images
22-
RELEASE ?= 2024b
22+
RELEASE ?= 2025a
2323
RELEASE_PYTHON_VERSION ?= 3.11
2424
# additional user-specified caching parameters for $(CONTAINER_ENGINE) build
2525
CONTAINER_BUILD_CACHE_ARGS ?= --no-cache
@@ -36,12 +36,6 @@ endif
3636
DATE ?= $(shell date +'%Y%m%d')
3737
WHERE_WHICH ?= which
3838

39-
ifeq ($(RELEASE), 2025a)
40-
RELEASE_PYTHON_VERSION = 3.12
41-
else ifeq ($(RELEASE), 2024a)
42-
RELEASE_PYTHON_VERSION = 3.9
43-
endif
44-
4539

4640
# linux/amd64 or darwin/arm64
4741
OS_ARCH=$(shell go env GOOS)/$(shell go env GOARCH)

0 commit comments

Comments
 (0)