Skip to content

Commit

Permalink
rm edge
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Jan 14, 2024
1 parent bb4a5a0 commit 5a525ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 113 deletions.
107 changes: 0 additions & 107 deletions Dockerfile.edge

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clean:
push:
docker push --all-tags $(REPO)

.PHONY: build clean demo edge push
.PHONY: build clean demo push

requirements-dev.txt: requirements.txt
pipenv requirements --dev > $@
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

![version](https://img.shields.io/docker/v/amancevice/superset?color=blue&label=version&logo=docker&logoColor=eee&sort=semver&style=flat-square)
[![latest](https://img.shields.io/github/actions/workflow/status/amancevice/docker-superset/latest.yml?branch=main&label=latest&logo=github&style=flat-square)](https://github.com/amancevice/docker-superset/actions/workflows/latest.yml)
[![edge](https://img.shields.io/github/actions/workflow/status/amancevice/docker-superset/edge.yml?branch=main&label=edge&logo=github&style=flat-square)](https://github.com/amancevice/docker-superset/actions/workflows/edge.yml)

Docker image for [Superset](https://github.com/ApacheInfra/superset).

Expand Down Expand Up @@ -37,24 +36,20 @@ File issues/bugs with Superset at the [source](https://github.com/apache/superse

Please **DO NOT** files issues like "Please include `<some-python-pip>` in the Dockerfile," open a [pull request](https://github.com/amancevice/superset/pulls) for updates/enhancements.


## Examples

Navigate to the [`examples`](./examples) directory to view examples of how to configure Superset with MySQL, PostgreSQL, or SQLite.


## Versions

This repo is tagged in parallel with superset. Pulling `amancevice/superset:0.18.5` will fetch the image of this repository running superset version `0.18.5`. It is possible that the `latest` tag includes new features/support libraries but will usually be in sync with the latest semantic version.


## Configuration

Follow the [instructions](https://superset.incubator.apache.org/installation.html#configuration) provided by Apache Superset for writing your own `superset_config.py`. Place this file in a local directory and mount this directory to `/etc/superset` inside the container. This location is included in the image's `PYTHONPATH`. Mounting this file to a different location is possible, but it will need to be in the `PYTHONPATH`.

View the contents of the [`examples`](./examples) directory to see some simple `superset_config.py` samples.


## Volumes

The image defines two data volumes: one for mounting configuration into the container, and one for data (logs, SQLite DBs, &c).
Expand Down

0 comments on commit 5a525ec

Please sign in to comment.