Skip to content

Commit

Permalink
[nc] test new build and publish action process
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Oct 22, 2024
1 parent e4433d7 commit 2350372
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/development-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
snyk-scan: true
snyk-severity-threshold: medium
snyk-organization: twdps
security-scan-nofail: true
bats-test: true
bats-run-container-name: gha-container-base-image
bats-entry-point: /bin/bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
release-notes: true
release-body-path: release-notes.md
release-message: New release Ubuntu 22.04 ThoughtWorks-DPS/gha-container-base-image
before-publish: true
before-publish: gha-container-base-image_dev.${GITHUB_SHA:0:7}_docker_build.log

# ubuntu-24-publish:
# name: publish ubuntu.24 image
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile.ubuntu.22
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ RUN docker --version && \
vault --version && \
teller version && \
buildevents -v



#DOCKERIZE_VERSION="$(curl -s https://api.github.com/repos/powerman/dockerize/releases/latest | grep -i /dockerize-$(uname -s)-$(uname -m)\" | cut -d\" -f4)"
# curl -sSL --fail --retry 3 --output /usr/local/bin/dockerize "https://github.com/powerman/dockerize/releases/download/v0.8.0/dockerize-linux-${dockerizeArch}" && \
# chmod +x /usr/local/bin/dockerize && apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion tpl/release-notes.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ New release build.

<details>

<summary>Review build log for package adn tool version details</summary>
<summary>Review build log for package and tool version details</summary>

0 comments on commit 2350372

Please sign in to comment.