Skip to content

Commit

Permalink
Merge pull request #32 from Cray-HPE/CASMHMS-5631/build-hms-mountain-…
Browse files Browse the repository at this point in the history
…discovery-with-github-actions

CASMHMS-5631 Update hms-mountain-discovery image to v0.7.0.
  • Loading branch information
schooler-hpe committed Aug 1, 2022
2 parents 4430b85 + 3f36566 commit b19a0cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.14.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.14.0] - 2022-08-01

### Changed

- Updated hms-mountain-discovery image to v0.7.0

## [1.13.0] - 2022-07-28

### Changed
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License
#
# (C) Copyright [2020-2022] Hewlett Packard Enterprise Development LP
# (C) Copyright 2020-2022 Hewlett Packard Enterprise Development LP
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -50,8 +50,8 @@ FROM artifactory.algol60.net/docker.io/alpine:3.15 AS mountain-base

# Pull in the Mountain discovery bits directly from that image.
# TODO: Update this with 'latest' tag when available in algol60
COPY --from=artifactory.algol60.net/csm-docker/stable/hms-mountain-discovery:0.6.0 /requirements.txt /mountain-discovery/
COPY --from=artifactory.algol60.net/csm-docker/stable/hms-mountain-discovery:0.6.0 /app /mountain-discovery
COPY --from=artifactory.algol60.net/csm-docker/stable/hms-mountain-discovery:0.7.0 /requirements.txt /mountain-discovery/
COPY --from=artifactory.algol60.net/csm-docker/stable/hms-mountain-discovery:0.7.0 /app /mountain-discovery

RUN set -ex \
&& apk -U upgrade \
Expand Down

0 comments on commit b19a0cc

Please sign in to comment.