Skip to content

Cray-HPE/csm-docker-sle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CSM Docker: SLE

A SLE Server Docker image used for RPM builds.

Building

The provided Makefile adds Jenkins Pipeline variables to the docker build command. The commands below are for use outside the CSM Jenkins Pipeline.

export DOCKER_BUILDKIT=1
export SLES_REGISTRATION_CODE=<registration_code>

make image

docker run -it csm-docker-sle:15.4

Running

# SLES Version
docker run -it artifactory.algol60.net/csm-docker/stable/csm-docker-sle:15.4

# Git Hash
docker run -it artifactory.algol60.net/csm-docker/stable/csm-docker-sle:<hash>

SLES Version(s)

The version is controlled by the Dockerfile.

Unstable image tags will publish using these tags:

  • [HASH]

  • [HASH]-[TIMESTAMP]

Stable image tags will publish using these tags:

  • [MAJOR.MINOR]

  • [MAJOR.MINOR]-[HASH]

  • [MAJOR.MINOR]-[HASH]-[TIMESTAMP]

Updating SLES

To use a newer version of SLE, update the Dockerfile with a new tag provided from https://registry.suse.com/.

Maintainers should also make a new maint/ branch from the previous Git ref for the demoted version. (E.g if main becomes 15.4, then the ref before 15.4 was adopted should have a maint/15.3 branch created from it).

About

A SLES Docker image used for RPM builds.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •