[ 
https://issues.apache.org/jira/browse/ARTEMIS-4377?focusedWorklogId=874465&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-874465
 ]

ASF GitHub Bot logged work on ARTEMIS-4377:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Aug/23 15:48
            Start Date: 03/Aug/23 15:48
    Worklog Time Spent: 10m 
      Work Description: jbertram commented on code in PR #4571:
URL: https://github.com/apache/activemq-artemis/pull/4571#discussion_r1283397604


##########
RELEASING.md:
##########
@@ -335,6 +335,15 @@ Note: Generating PDFs, etc. with gitbook requires the 
installation of [Calibre](
 You can install this manually, but it is recommended you use your platform's 
package management to install
 (e.g. `sudo apt-get install calibre`).
 
+## Upload Docker Images
+
+1. If you don't have an account on https://hub.docker.com/ then create one.
+2. [Install `docker`](https://docs.docker.com/engine/install/) in your 
environment.
+3. Ensure you have access to push images to `apache/activemq-artemis`. If you 
don't have access you can request it by
+   creating an INFRA Jira ticket (e.g. 
https://issues.apache.org/jira/browse/INFRA-24831).
+4. Go to the `scripts` directory, open `release-docker.sh`, modify the 
`VERSION` variable for the version you're

Review Comment:
   Done.



##########
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:
   Done.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 874465)
    Time Spent: 1h  (was: 50m)

> 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: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to