[
https://issues.apache.org/jira/browse/ARTEMIS-4377?focusedWorklogId=873506&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-873506
]
ASF GitHub Bot logged work on ARTEMIS-4377:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jul/23 10:34
Start Date: 28/Jul/23 10:34
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on code in PR #4571:
URL: https://github.com/apache/activemq-artemis/pull/4571#discussion_r1277386842
##########
scripts/release-docker.sh:
##########
@@ -0,0 +1,37 @@
+#!/bin/sh
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+COMMAND="docker"
+VERSION="2.30.0"
+REPO="apache"
Review Comment:
I think you should parameterize at least the version.
parameterizing command and repo would be too much but it would be nice...
but if you could parameterize at least the version?
Issue Time Tracking
-------------------
Worklog Id: (was: 873506)
Time Spent: 40m (was: 0.5h)
> Add script for pushing docker images for a release
> --------------------------------------------------
>
> Key: ARTEMIS-4377
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4377
> Project: ActiveMQ Artemis
> Issue Type: Task
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)