This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ DOCKER_BUILD_ARGS='--no-cache' make build-all | |
| docker build --no-cache --rm --force-rm --tag "quay.io/jupyter/docker-stacks-foundation:latest" "./images/docker-stacks-foundation" --build-arg REGISTRY="quay.io" --build-arg OWNER="jupyter" --build-arg ROOT_CONTAINER="ubuntu:24.04" | |
| [+] Building 30.9s (19/19) FINISHED docker:default | |
| => [internal] load build definition from Dockerfile 0.0s | |
| => => transferring dockerfile: 5.96kB 0.0s | |
| => WARN: LegacyKeyValueFormat: "ENV key=value" should be |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM datastax/dse-server:6.7.7 | |
| USER root | |
| ENV DEBIAN_FRONTEND=noninteractive | |
| ENV DS_LICENSE=accept | |
| RUN apt update -y | |
| RUN apt install -y make \ | |
| build-essential \ |