Skip to content

Commit

Permalink
remove latest-tagging builds (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Jan 17, 2024
1 parent 4e6cf2b commit 0a29225
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ iRODS can be run in either "provider" mode, which installs an iCAT catalogue ser

## SSSD Support

In addition to the base image, we provide the images `${VERSION}-sssd` (e.g., `latest-sssd`) which have SSSD installed.
In addition to the base image, we provide the images `${VERSION}-sssd` (e.g., `4.2.11-1-sssd`) which have SSSD installed.
You will have to share `/var/lib/sss` between the SSSD container and iRODS so both containers can communicate.

In our installations, we run [bihealth/sssd-docker](https://github.com/bihealth/sssd-docker) in a second container.
Expand Down
11 changes: 3 additions & 8 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,14 @@ export IRODS_PKG_VERSION=${IRODS_PKG_VERSION-4.2.11-1}

docker build \
-t "${REPO}:${IRODS_PKG_VERSION}" \
-t "${REPO}:latest" \
--target main \
docker

docker build \
-t "${REPO}:${IRODS_PKG_VERSION}-sssd" \
-t "${REPO}:latest-sssd" \
--target sssd \
docker

echo "Now do"
echo
echo " docker push ${REPO}:${IRODS_PKG_VERSION}"
echo " docker push ${REPO}:latest"
echo " docker push ${REPO}:${IRODS_PKG_VERSION}-sssd"
echo " docker push ${REPO}:latest-sssd"
echo "Now do:"
echo "docker push ${REPO}:${IRODS_PKG_VERSION}"
echo "docker push ${REPO}:${IRODS_PKG_VERSION}-sssd"

0 comments on commit 0a29225

Please sign in to comment.