Skip to content

It's an HTTP stub app that returns 200 OK to all requests.

Notifications You must be signed in to change notification settings

mazgi/http-ok-whatever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-ok-whatever

test-the-app publish-app-production-assets

It's an HTTP stub app that returns 200 OK to all requests.

How to build Docker images for Production

Run the gh workflow run publish-app-production-assets command. Or, you are able to manually build as follows.

Using docker compose build:

git diff-files --quiet\
 Dockerfile.d/go-app.production\
 workspace\
 compose.yaml && {
  local _V=$(git tag --sort=-version:refname | head -n 1)
  docker compose build\
   --build-arg=GIT_VERSION_TAG=${_V}\
   --build-arg=GIT_SHORT_SHA=$(git rev-parse --short HEAD)\
   --no-cache go-app.production
}

About

It's an HTTP stub app that returns 200 OK to all requests.

Resources

Stars

Watchers

Forks

Sponsor this project

  •  

Packages