Skip to content

Commit

Permalink
Remove embedded base-image (#467)
Browse files Browse the repository at this point in the history
Split into separate repo
  • Loading branch information
andrewazores authored Apr 23, 2021
1 parent e0e7490 commit f28691a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 57 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ To re-run integration tests without a rebuild, do
`mvn exec:exec@create-pod exec:exec@start-container exec:exec@wait-for-container
failsafe:integration-test exec:exec@stop-container exec:exec@destroy-pod`.

The application OCI image is built on top of a custom base image, built in the
`base-image` directory. To produce a new base image simply run
`sh base-image/build.sh`. This will default to using `podman` to build, which
can be overriden by setting the environment variable `BUILDER` to another
OCI-compliant image builder. The tag and version of the base image can also be
overriden using the `IMAGE` and `TAG` environment variables.

An application OCI image can be built to your local `podman` image registry
using `mvn package`. This will normally be a full-fledged image including built
web-client assets. To skip building the web-client and not include its assets
Expand Down
12 changes: 0 additions & 12 deletions base-image/Containerfile

This file was deleted.

16 changes: 0 additions & 16 deletions base-image/build.sh

This file was deleted.

22 changes: 0 additions & 22 deletions base-image/include/truststore-setup.sh

This file was deleted.

0 comments on commit f28691a

Please sign in to comment.