Skip to content

Instantly share code, notes, and snippets.

@jmcgrath207
jmcgrath207 / gist:cf77b5b52cb5c10d45e667ec1052db60
Created August 6, 2024 22:25
Docker Stacks ubuntu 24.04 Build log
$ 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
@jmcgrath207
jmcgrath207 / pyenv Dockerfile dse-server
Last active January 6, 2021 17:54
pyenv Dockerfile dse-server
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 \