Skip to content

Commit

Permalink
Revert docker build base image (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaalsn authored Sep 6, 2023
1 parent 811717e commit 2a27bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

readonly PROJECT_ROOT=`cd $(dirname $0)/..; pwd`
readonly IMAGE_NAME=pulsarctl-test
readonly PULSAR_DEFAULT_VERSION="3.0.0.4-gidrootless"
readonly PULSAR_DEFAULT_VERSION="3.0.1.1"
readonly PULSAR_VERSION=${PULSAR_VERSION:-${PULSAR_DEFAULT_VERSION}}

docker build --build-arg PULSAR_VERSION=${PULSAR_VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PULSAR_VERSION
FROM docker.cloudsmith.io/streamnative/staging/pulsar-all:$PULSAR_VERSION
FROM streamnative/pulsar-all:$PULSAR_VERSION

# use root user
USER root
Expand Down

0 comments on commit 2a27bec

Please sign in to comment.