We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8f1b4 commit d734dddCopy full SHA for d734ddd
Makefile
@@ -19,7 +19,7 @@ endif
19
.RECIPEPREFIX =
20
21
IMAGE_REGISTRY ?= quay.io/opendatahub/workbench-images
22
-RELEASE ?= 2024b
+RELEASE ?= 2025a
23
RELEASE_PYTHON_VERSION ?= 3.11
24
# additional user-specified caching parameters for $(CONTAINER_ENGINE) build
25
CONTAINER_BUILD_CACHE_ARGS ?= --no-cache
@@ -36,12 +36,6 @@ endif
36
DATE ?= $(shell date +'%Y%m%d')
37
WHERE_WHICH ?= which
38
39
-ifeq ($(RELEASE), 2025a)
40
- RELEASE_PYTHON_VERSION = 3.12
41
-else ifeq ($(RELEASE), 2024a)
42
- RELEASE_PYTHON_VERSION = 3.9
43
-endif
44
-
45
46
# linux/amd64 or darwin/arm64
47
OS_ARCH=$(shell go env GOOS)/$(shell go env GOARCH)
0 commit comments