From 5f635787fc524e2fd4e2069dc5157da45a7a5143 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 27 Jan 2025 11:18:55 +0100 Subject: [PATCH] remove py312 image building --- .github/workflows/docker-image.yml | 62 ------------------------------ 1 file changed, 62 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 158513d96f..e371848724 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -160,68 +160,6 @@ jobs: ${{ steps.meta-ee-public.outputs.labels }} org.opencontainers.image.licenses=Windmill-Enterprise-License - build_ee_312: - runs-on: ubicloud - if: ${{ startsWith(github.ref, 'refs/tags/v') }} - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Read EE repo commit hash - run: | - echo "ee_repo_ref=$(cat ./backend/ee-repo-ref.txt)" >> "$GITHUB_ENV" - - - uses: actions/checkout@v4 - with: - repository: windmill-labs/windmill-ee-private - path: ./windmill-ee-private - ref: ${{ env.ee_repo_ref }} - token: ${{ secrets.WINDMILL_EE_PRIVATE_ACCESS }} - fetch-depth: 0 - - # - name: Set up Docker Buildx - # uses: docker/setup-buildx-action@v2 - - uses: depot/setup-action@v1 - - - name: Docker meta - id: meta-ee-public-py312 - uses: docker/metadata-action@v5 - with: - images: | - ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-ee-py312 - flavor: | - latest=false - tags: | - type=semver,pattern={{version}} - type=semver,pattern={{major}}.{{minor}} - - - name: Login to registry - uses: docker/login-action@v3 - with: - registry: ${{ env.REGISTRY }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Substitute EE code - run: | - ./backend/substitute_ee_code.sh --copy --dir ./windmill-ee-private - - - name: Build and push publicly ee - uses: depot/build-push-action@v1 - with: - context: . - platforms: linux/amd64 - push: true - build-args: | - features=enterprise,enterprise_saml,stripe,embedding,parquet,prometheus,openidconnect,cloud,jemalloc,tantivy,deno_core,license,http_trigger,zip,oauth2,kafka,nats,otel,dind,php,mysql,mssql,bigquery,oracledb,postgres_trigger,websocket,python,smtp,csharp,static_frontend,rust - PYTHON_IMAGE=python:3.12.2-slim-bookworm - tags: | - ${{ steps.meta-ee-public-py312.outputs.tags }} - labels: | - ${{ steps.meta-ee-public-py312.outputs.labels }} - org.opencontainers.image.licenses=Windmill-Enterprise-License - # disabled until we make it 100% reliable and add more meaningful tests # playwright: # runs-on: [self-hosted, new]