Skip to content

Commit

Permalink
Merge pull request #5612 from lukaszstolarczuk/bump-docker-img-ver
Browse files Browse the repository at this point in the history
Bump docker image version (after 1.13.0 release)
  • Loading branch information
wlemkows authored Apr 26, 2023
2 parents ab74d5c + 4e7ea02 commit 01eb891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/RELEASE_STEPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Steps to make a package:
- this step is not recommended for rc versions
## 6. Later, for major/minor release
- on the master branch, bump the version of Docker images (utils/docker/images/set-images-version.sh) to $VER+1
- on the stable-$VER branch, bump the version of Docker images (`utils/docker/images/set-images-version.sh`) to $VER
- once the pmem.github.io repository contains new documentation (thanks to `utils/docker/run-doc-update.sh` script run in CI),
add a new tag ("$VER") in files `data/releases_linux.yml` and `data/releases_windows.yml`, based on previous tags in these files
<!-- to be updated with Windows removal -->
Expand Down
4 changes: 2 additions & 2 deletions utils/docker/images/set-images-version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2020-2021, Intel Corporation
# Copyright 2020-2023, Intel Corporation
#

#
Expand All @@ -13,4 +13,4 @@
# has to trigger the rebuild of all Docker images.
#

export IMG_VER=1.12
export IMG_VER=1.13

0 comments on commit 01eb891

Please sign in to comment.