Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ on:

jobs:
build-pr:
uses: hazelcast/hazelcast-docker/.github/workflows/_reusable-build-pr.yml@reusable-build-pr
uses: hazelcast/hazelcast-docker/.github/workflows/_reusable-build-pr.yml@reusable-workflows-single-checkout

secrets: inherit
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Hazelcast Docker

Dummy change
This repository contains Dockerfiles for the official Hazelcast Docker images.

## Quick Start
Expand Down
2 changes: 2 additions & 0 deletions hazelcast-oss/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM alpine:3

# DUMMY CHANGE

# Describes the version of the Dockerfile, *not* the version of the bundled Hazelcast binary as this is/can be controlled externally
# Dockerfile needs some concept of versioning so that the release pipeline can tag/archive with an appropriate label
ARG HZ_VERSION=6.0.0-SNAPSHOT
Expand Down
Loading