Skip to content

Commit

Permalink
Remove bitnami from docker test and release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Jan 23, 2025
1 parent cb5ff43 commit bbf183c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
"timescaledb-ha:pg15",
"timescaledb-ha:pg16",
"timescaledb-ha:pg17",
"timescaledb:latest-pg17-bitnami",
]

steps:
Expand All @@ -65,7 +64,6 @@ jobs:
echo "version=${version}" >>$GITHUB_OUTPUT
- name: Wait for services to start
# bitnami images have trouble using the docker builtin healthcheck so we are doing it here
run: |
sleep 10
pg_isready -t 30
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release_build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
GH_TOKEN: ${{ secrets.ORG_AUTOMATION_TOKEN }}
run: |
gh workflow run docker-image.yml -R timescale/timescaledb-docker -f version=${{ github.event.release.tag_name }}
gh workflow run bitnami.yml -R timescale/timescaledb-docker -f version=${{ github.event.release.tag_name }}
gh workflow run timescaledb-debian.yml -R timescale/release-build-scripts -f version=${{ github.event.release.tag_name }} -f upload-artifacts=true
gh workflow run timescaledb-ubuntu.yml -R timescale/release-build-scripts -f version=${{ github.event.release.tag_name }} -f upload-artifacts=true
gh workflow run timescaledb-apt-arm64.yml -R timescale/release-build-scripts -f version=${{ github.event.release.tag_name }} -f upload-artifacts=true
Expand Down

0 comments on commit bbf183c

Please sign in to comment.