Skip to content

Commit

Permalink
DBZ-7641 Publish snapshots to new infra
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed May 14, 2024
1 parent 522c3ba commit bcc2fe1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion connect/snapshot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Debezium Community"
ARG DEBEZIUM_VERSION=2.7.0-SNAPSHOT

ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \
MAVEN_OSS_SNAPSHOT="https://oss.sonatype.org/content/repositories/snapshots"
MAVEN_OSS_SNAPSHOT="https://s01.oss.sonatype.org/content/repositories/snapshots"

#
# Download the snapshot version of the connectors and then install them into the `$KAFKA_CONNECT_PLUGINS_DIR/debezium` directory...
Expand Down
2 changes: 1 addition & 1 deletion operator/snapshot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ARG DEBEZIUM_VERSION=2.7.0-SNAPSHOT
ENV LANGUAGE='en_US:en'
ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \
OPERATOR_HOME=/operator \
MAVEN_OSS_SNAPSHOT="https://oss.sonatype.org/content/repositories/snapshots"
MAVEN_OSS_SNAPSHOT="https://s01.oss.sonatype.org/content/repositories/snapshots"

USER root

Expand Down
4 changes: 2 additions & 2 deletions server/snapshot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG DEBEZIUM_VERSION=2.7.0-SNAPSHOT

ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \
SERVER_HOME=/debezium \
MAVEN_OSS_SNAPSHOT="https://oss.sonatype.org/content/repositories/snapshots"
MAVEN_OSS_SNAPSHOT="https://s01.oss.sonatype.org/content/repositories/snapshots"

#
# Create a directory for Debezium Server
Expand Down Expand Up @@ -54,7 +54,7 @@ FROM registry.access.redhat.com/ubi8/openjdk-11
LABEL maintainer="Debezium Community"
ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \
SERVER_HOME=/debezium \
MAVEN_OSS_SNAPSHOT="https://oss.sonatype.org/content/repositories/snapshots"
MAVEN_OSS_SNAPSHOT="https://s01.oss.sonatype.org/content/repositories/snapshots"

USER root
RUN microdnf clean all
Expand Down

0 comments on commit bcc2fe1

Please sign in to comment.