Skip to content

Releases: panubo/docker-staticsite

v0.4.2

01 Feb 21:35
Compare
Choose a tag to compare

Changes since last release:

  • Patch bash-container to avoid mv pausing to confirm override
  • Update Dockerfile to force the nginx uid and set USER numerically

v0.4.1

01 Feb 21:35
Compare
Choose a tag to compare

Changes since last release:

  • Prevent k8s volume path override leaking into the nginx template

v0.4.0

01 Feb 21:35
e9eb10f
Compare
Choose a tag to compare

Changes since last release:

  • Merge pull request #3 from panubo/k8s_nonroot_upgrade
  • Update examples to use quay.io, support configuring the kubernetes volume path
  • Upgrade to support a Kubernetes nginx deployment and run as non-root
  • Revert changes to github actions setup bats
  • Fix reference to bats-core/bats-action
  • Upgrade github actions

v0.3.0

17 Jan 05:33
Compare
Choose a tag to compare

Changes since last release:

  • Add AWS_REGION=us-east-1 to bats tests to prevent aws-cli v2 from trying to access imds and failing
  • Update to alpine base, switch to aws-cli v2 from alpine packages, fix nginx config issue conf.d -> http.d
  • [skip ci] Update workflow build-push.yml
  • Update REAMDE.md

v0.2.0

12 Apr 01:38
Compare
Choose a tag to compare

Changes since last release:

  • Migrate to Quay.io and ECR
  • Add some tests for known issues

v0.1.0

01 Dec 06:45
Compare
Choose a tag to compare

Changes since last release:

  • Rename github workflows to .yml convention
  • Comment out load setup.bash from tests
  • Switch to github actions build and test
  • Add tests to project
  • Fix s3sync rollbacks