Skip to content

Commit 37381a1

Browse files
authored
Merge pull request #7537 from rabbitmq/dev-docker-image-changes
Tweak dev Docker images
2 parents 07317fc + 4c2b016 commit 37381a1

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/oci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
- name: Checkout
4242
uses: actions/checkout@v3
4343

44-
- name: Inject RabbitMQ Version
45-
run: |
46-
sed -i"_orig" -E '/APP_VERSION/ s/3\.[0-9]+\.[0-9]+/${{ github.event.pull_request.head.sha || github.sha }}/' rabbitmq.bzl
47-
4844
- name: Mount Bazel Cache
4945
uses: actions/[email protected]
5046
with:

packaging/docker-image/install_rabbitmq.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,3 @@ rabbitmqadmin --version
5252
# rabbitmq_prometheus
5353
rabbitmq-plugins enable --offline rabbitmq_prometheus && \
5454
rabbitmq-plugins is_enabled rabbitmq_prometheus --offline
55-
56-
# enable all plugins for dev
57-
rabbitmq-plugins enable --all

0 commit comments

Comments
 (0)