Skip to content

Fallback service for when a service is not found at the route provided.

Notifications You must be signed in to change notification settings

flashflashrevolution/service-404-fallback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Service 404 - Fallback

Chart

The deployment chart for this project can be found in the charts repository.

Development Image Builds

# Get the sha of the latest commit you want to build from.
git log --oneline

# Then run the build. Uses multi-stage build, the access token wont be in the final image.
docker build -t ghcr.io/flashflashrevolution/service-404-fallback:sha-shavalue .

# Push the built image.
docker push ghcr.io/flashflashrevolution/service-404-fallback:sha-shavalue

# Here is an example of a functional sequence.
# NPM_TOKEN=averyvalidtokenstring
# docker build -t ghcr.io/flashflashrevolution/service-404-fallback:sha-cbcc9cd .
# docker push ghcr.io/flashflashrevolution/service-404-fallback:sha-cbcc9cd

Local Docker Testing

# Build the image
docker build -t ghcr.io/flashflashrevolution/service-404-fallback:dev .

# Run the image
docker container run -p 8080:80 ghcr.io/flashflashrevolution/service-404-fallback:dev

About

Fallback service for when a service is not found at the route provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published