This is an automated email from the ASF dual-hosted git repository. cdeppisch pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git
The following commit(s) were added to refs/heads/main by this push: new d4321b8 chore: Use gcr.io as a registry mirror d4321b8 is described below commit d4321b871f10c14de8960a43d5f3dc1e78235799 Author: Christoph Deppisch <cdeppi...@redhat.com> AuthorDate: Thu Jan 9 15:40:48 2025 +0100 chore: Use gcr.io as a registry mirror --- ftp/compose.yaml | 4 ++-- mqtt/compose.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/compose.yaml b/ftp/compose.yaml index ce5886a..8e8ecc9 100644 --- a/ftp/compose.yaml +++ b/ftp/compose.yaml @@ -1,7 +1,7 @@ services: artemis: - image: apache/activemq-artemis:2.39.0 + image: mirror.gcr.io/apache/activemq-artemis:2.39.0 ports: - "8161:8161" - "61616:61616" @@ -15,7 +15,7 @@ services: environment: - FTP_PASS=mypassword - FTP_USER=myuser - image: garethflowers/ftp-server + image: mirror.gcr.io/garethflowers/ftp-server ports: - '20-21:20-21/tcp' - '40000-40009:40000-40009/tcp' # Only needed for passive mode diff --git a/mqtt/compose.yaml b/mqtt/compose.yaml index b17b22e..2678bfc 100644 --- a/mqtt/compose.yaml +++ b/mqtt/compose.yaml @@ -1,6 +1,6 @@ services: mosquitto: - image: eclipse-mosquitto + image: mirror.gcr.io/eclipse-mosquitto ports: - '1883:1883' volumes: