Skip to content

Build 1.28.0 docker images#308

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

Build 1.28.0 docker images#308
F21 wants to merge 1 commit into
mainfrom
1.28.0-docker-images

Conversation

@F21
Copy link
Copy Markdown
Member

@F21 F21 commented May 12, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 12, 2026 08:59
Copy link
Copy Markdown

Copilot AI left a comment

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 dedicated GitHub Actions workflow to build and publish Docker Hub images for Avatica version 1.28.0.

Changes:

  • Introduces .github/workflows/build-1.28.0-docker-images.yml to build/push the standard and hypersql Docker images.
  • Hardcodes the published image tag and build arg to 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 +44 to +50
uses: docker/build-push-action@v7
with:
build-args: |
AVATICA_VERSION=1.28.0
context: docker/src/main/dockerhub
push: true
tags: ${{ steps.meta.outputs.tags }}
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: Build Docker Hub Images
Comment on lines +27 to +35
- 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
@F21 F21 marked this pull request as draft May 12, 2026 09:18
@F21 F21 force-pushed the 1.28.0-docker-images branch from a2a7814 to d0be2b2 Compare May 12, 2026 09:50
@F21 F21 marked this pull request as ready for review May 12, 2026 09:50
@F21 F21 closed this May 12, 2026
@F21 F21 reopened this May 12, 2026
@F21 F21 force-pushed the 1.28.0-docker-images branch from d0be2b2 to a8329c3 Compare May 12, 2026 11:14
@F21 F21 closed this May 12, 2026
@F21 F21 deleted the 1.28.0-docker-images branch May 12, 2026 11:15
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