Skip to content

Build 1.28.0 docker images#307

Closed
F21 wants to merge 1 commit into
apache:mainfrom
F21:1.28.0-docker-images
Closed

Build 1.28.0 docker images#307
F21 wants to merge 1 commit into
apache:mainfrom
F21:1.28.0-docker-images

Conversation

@F21

@F21 F21 commented May 12, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 12, 2026 08:57
@F21 F21 closed this May 12, 2026
@F21 F21 deleted the 1.28.0-docker-images branch May 12, 2026 08:58

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions workflow intended to build and publish Docker Hub images for Avatica version 1.28.0.

Changes:

  • Introduces a new workflow that builds/pushes the main calcite-avatica image tagged 1.28.0.
  • Adds a dependent job that builds/pushes a -hypersql variant image tagged 1.28.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +19 to +20
on: [push, pull_request]

Comment on lines +19 to +36
on: [push, pull_request]

jobs:
build-avatica-image:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Generate Docker image tags
id: meta
uses: docker/metadata-action@v6
with:
images: ${{ github.repository }}
flavor: |
latest=false
tags: |
type=raw,enable=true,priority=200,prefix=,suffix=,value=1.28.0
- name: Set up Docker Buildx
Comment on lines +17 to +36
name: Build Docker Hub Images

on: [push, pull_request]

jobs:
build-avatica-image:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Generate Docker image tags
id: meta
uses: docker/metadata-action@v6
with:
images: ${{ github.repository }}
flavor: |
latest=false
tags: |
type=raw,enable=true,priority=200,prefix=,suffix=,value=1.28.0
- name: Set up Docker Buildx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants