Skip to content

Commit

Permalink
Remove Dockerfiles that are no longer used
Browse files Browse the repository at this point in the history
Remove `Dockerfile`s from repository.

Remove reference to `Dockerfile`s.

Update README accordingly.
  • Loading branch information
HeavyWombat committed Oct 18, 2022
1 parent bfa5946 commit 2f1f87f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 170 deletions.
70 changes: 0 additions & 70 deletions Build-System.dockerfile

This file was deleted.

45 changes: 0 additions & 45 deletions Havener-Alpine.dockerfile

This file was deleted.

43 changes: 0 additions & 43 deletions Havener-Ubuntu.dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ unit-test:
--trace \
./...

docker-build-test:
@docker build -t build-system:dev -f Build-System.dockerfile .
@docker build -t havener-alpine:dev -f Havener-Alpine.dockerfile .
@docker build -t havener-ubuntu:dev -f Havener-Ubuntu.dockerfile .

test: lint misspell vet unit-test

gen-docs:
Expand Down
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Havener /ˈheɪvənə/ [![License](https://img.shields.io/github/license/homeport/havener.svg)](https://github.com/homeport/havener/blob/main/LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/homeport/havener)](https://goreportcard.com/report/github.com/homeport/havener) [![Build and Tests](https://github.com/homeport/havener/workflows/Build%20and%20Tests/badge.svg)](https://github.com/homeport/havener/actions?query=workflow%3A%22Build+and+Tests%22) [![Codecov](https://img.shields.io/codecov/c/github/homeport/havener/main.svg)](https://codecov.io/gh/homeport/havener) [![Go Reference](https://pkg.go.dev/badge/github.com/homeport/havener.svg)](https://pkg.go.dev/github.com/homeport/havener) [![Release](https://img.shields.io/github/release/homeport/havener.svg)](https://github.com/homeport/havener/releases/latest)
# Havener /ˈheɪvənə/

[![License](https://img.shields.io/github/license/homeport/havener.svg)](https://github.com/homeport/havener/blob/main/LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/homeport/havener)](https://goreportcard.com/report/github.com/homeport/havener)
[![Build and Tests](https://github.com/homeport/havener/workflows/Build%20and%20Tests/badge.svg)](https://github.com/homeport/havener/actions?query=workflow%3A%22Build+and+Tests%22)
[![Codecov](https://img.shields.io/codecov/c/github/homeport/havener/main.svg)](https://codecov.io/gh/homeport/havener)
[![Go Reference](https://pkg.go.dev/badge/github.com/homeport/havener.svg)](https://pkg.go.dev/github.com/homeport/havener)
[![Release](https://img.shields.io/github/release/homeport/havener.svg)](https://github.com/homeport/havener/releases/latest)

![havener](.docs/images/logo.png?raw=true "Havener logo - a pelican with pirate hat")

Expand Down Expand Up @@ -57,14 +64,10 @@ There are different ways to get `havener`. You are free to pick the one that mak
curl -sL https://raw.githubusercontent.com/homeport/havener/main/scripts/download-latest.sh | bash
```

- Docker Hub serves curated Docker images with `havener` as well as `kubectl` and other important CLI tools. There are two flavours available:
- [Alpine based images](https://hub.docker.com/r/havener/alpine-havener/): `docker pull havener/alpine-havener`
- [Ubuntu based images](https://hub.docker.com/r/havener/ubuntu-havener/): `docker pull havener/ubuntu-havener`

- Of course, you can also build it from source code:
- Of course, you can also build it from source code (only for development):

```sh
go get github.com/homeport/havener/cmd/havener
go install github.com/homeport/havener/cmd/havener
```

## Contributing
Expand Down

0 comments on commit 2f1f87f

Please sign in to comment.