Skip to content

Releases: ploigos/ploigos-containers

v0.16.0

18 Dec 21:41
Compare
Choose a tag to compare

purpose

swap tssc for psr (ploigos-step-runner v0.16.0)

breaking changes

v0.15.0

18 Dec 00:23
Compare
Choose a tag to compare

purpose

breaking changes

  • yes, tssc-pythong-pacakge (tssc) v0.15.0 has breaking changes, see its change log

v0.14.0

02 Dec 19:36
Compare
Choose a tag to compare

Purpose

Intermediate step to v1.0.0 release in the github.com/ploigos org.

refactored / moved the following

  • rhtconsulting/tssc-containers -> ploigos/ploigos-containers
  • rhtconsulting/tssc-jenkins-library -> ploigos/ploigos-jenkins-library

added:

  • ploigos/ploigos-charts

breaking changes

  • renamed images from tssc-* to ploigos-*
  • changed user from tssc to ploigos
  • changed user home from /home/tssc/ to /home/ploigos
  • removed skopeo specific image in favor of ploigos-tools-containers

Enhancements

v0.13.0

23 Oct 17:38
Compare
Choose a tag to compare
  • Breaking change: Renamed tssc-tool-buildah to tssc-tool-containers
  • Added tssc-tool-helm image

Plus minor fixes

v0.12.0

30 Sep 18:14
fa75aee
Compare
Choose a tag to compare
  • Added a pre-packaged installation of tssc-python-package to the base image. Pipelines can still download and install from source using a python venv if desired (tssc-jenkins-library supports this).

v0.11.0

25 Sep 14:25
Compare
Choose a tag to compare
  • manual-publish - add '--pull-always' to be sure latest images from remote repo gets pulled for build
  • switch default branch from master to main
  • Fixed an issue where tssc user did not actually exist, causes issues for rootless buildah (#26)
    • tssc-base update to actually create tssc user
    • tssc-base add args:
      • ARG TSSC_USER_NAME=tssc
      • ARG TSSC_USER_UID=1001
      • ARG TSSC_USER_GID=0
      • ARG TSSC_HOME_DIR=/home/tssc
    • update all images to use TSSC_USER_UID
    • remove depricated 'MAINTAINER" line from all Dockerfiles
    • tssc-tool-maven - remove settings.xml

v0.10.0

16 Sep 18:30
e91d24a
Compare
Choose a tag to compare
  • Adding SOPS to TSSC base image