Skip to content

Commit

Permalink
Move to version 0.95.31 for basic docker-image context
Browse files Browse the repository at this point in the history
  • Loading branch information
startx-lab committed Jun 25, 2022
1 parent 12b65a3 commit 1a342ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab/ci/startx-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# set default values
#

SXDI_VERSION=0.95.29
SXDI_VERSION=0.95.31
SXDI_ROOTPATH=$(pwd)
SXDI_ENGINE=${SXDI_ENGINE:-podman}
SXDI_RTMODE=${SXDI_RTMODE:-return}
Expand Down
2 changes: 1 addition & 1 deletion OS/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LABEL name="$SX_ID" \
io.artifacthub.package.maintainers='[{"name":"STARTX","email":"$SX_MAINTAINER_MAIL"}]' \
io.k8s.description="$SX_SUMMARY" \
io.artifacthub.package.license='Apache-2.0' \
org.opencontainers.image.created='2022-06-23T00:00:00Z' \
org.opencontainers.image.created='2022-06-25T00:00:00Z' \
io.k8s.display-name="$SX_ID" \
io.openshift.tags="startx,os,fedora" \
io.artifacthub.package.keywords='startx,os,fedora' \
Expand Down
2 changes: 1 addition & 1 deletion OS/sx/sx/lib/sx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

## STARTX library release
SXLIB_VERSION="0.95.29"
SXLIB_VERSION="0.95.31"
## operating system name
OS=$(cat /etc/os-release | grep "PRETTY_NAME" | sed 's/PRETTY_NAME=//g' | sed 's/["]//g')
## directory receiving S2I source code
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 0.95.31 | :white_check_mark: |
| 0.95.29 | :white_check_mark: |
| 0.95.27 | :white_check_mark: |
| 0.95.25 | :white_check_mark: |
Expand Down

0 comments on commit 1a342ca

Please sign in to comment.