Skip to content

v0.11.0

Compare
Choose a tag to compare
@dwinchell dwinchell released this 25 Sep 14:25
· 89 commits to main since this release
  • 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