mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
chore: rename docker image in build_docker_image.sh, docker-compose.yml and helm values.yaml (#12337)
This commit is contained in:
2
.github/workflows/docker_build_push.sh
vendored
2
.github/workflows/docker_build_push.sh
vendored
@@ -18,7 +18,7 @@
|
||||
set -eo pipefail
|
||||
|
||||
SHA=$(git rev-parse HEAD)
|
||||
REPO_NAME="apache/incubator-superset"
|
||||
REPO_NAME="apache/superset"
|
||||
|
||||
if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then
|
||||
REFSPEC=$(echo "${GITHUB_HEAD_REF}" | sed 's/[^a-zA-Z0-9]/-/' | head -c 20)
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
x-superset-image: &superset-image apache/incubator-superset:latest-dev
|
||||
x-superset-image: &superset-image apache/superset:latest-dev
|
||||
x-superset-depends-on: &superset-depends-on
|
||||
- db
|
||||
- redis
|
||||
|
||||
@@ -44,7 +44,7 @@ extraEnv: {}
|
||||
configMountPath: "/app/pythonpath"
|
||||
|
||||
image:
|
||||
repository: apache/incubator-superset
|
||||
repository: apache/superset
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user