Skip to content

Commit

Permalink
Merge pull request #19 from CodeLieutenant/feat/dependabot-label
Browse files Browse the repository at this point in the history
feature(docker): adding support for dependabot
  • Loading branch information
CodeLieutenant authored Sep 3, 2024
2 parents d33b7cb + 35a028b commit 4797ef2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ on:
required: true
jobs:
build:
env:
DOCKER_BUILDKIT: 1
BUILDX_GIT_INFO: 1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -76,7 +79,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
${{ inputs.image }}:latest
${{ inputs.image }}:latest
${{ inputs.image }}:${{ inputs.version }}
build-args: |
CASSANDRA_STRESS_VERSION=${{ inputs.version }}
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ RUN ln -snf "/usr/share/zoneinfo/$TZ" /etc/localtime \

FROM eclipse-temurin:11-jre-noble AS production

LABEL org.opencontainers.image.source="https://github.com/scylladb/cassandra-stress"
LABEL org.opencontainers.image.title="ScyllaDB Cassandra Stress"


ENV SCYLLA_HOME=/scylla-tools-java
ENV SCYLLA_CONF=/scylla-tools-java/conf
ENV PATH=$PATH:$SCYLLA_HOME/tools/bin
Expand Down

0 comments on commit 4797ef2

Please sign in to comment.