Skip to content

Commit

Permalink
Use ghcr.io/flatcar/nebraska as new location for container images
Browse files Browse the repository at this point in the history
  • Loading branch information
pothos committed Apr 25, 2024
1 parent 7ff28ac commit 6cd3163
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export GO111MODULE
TAG := `git describe --tags --always --exclude 'nebraska-helm*'`
SHELL = /bin/bash
DOCKER_CMD ?= "docker"
DOCKER_REPO ?= "ghcr.io/kinvolk"
DOCKER_REPO ?= "ghcr.io/flatcar"
DOCKER_IMAGE_NEBRASKA ?= "nebraska"
ifndef $(GOPATH)
GOPATH=$(shell go env GOPATH)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ the [Omaha](https://code.google.com/p/omaha/) protocol, with special functionali
- Statistics about the versions installed for instances, status history, and updates progress, etc.;
- Activity timeline to quickly see important events or errors;

## Published Container Images

**UPDATE:** New container images are now only published under `ghcr.io/flatcar/nebraska`.

## Screenshots

<table>
Expand Down
2 changes: 1 addition & 1 deletion backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export GO111MODULE
TAG := `git describe --tags --always --exclude 'nebraska-helm*'`
SHELL = /bin/bash
DOCKER_CMD ?= "docker"
DOCKER_REPO ?= "ghcr.io/kinvolk"
DOCKER_REPO ?= "ghcr.io/flatcar"
DOCKER_IMAGE_NEBRASKA ?= "nebraska"
VERSION ?=
CONTAINER_NEBRASKA_DB_URL ?= "postgres://postgres:[email protected]:8001/nebraska_tests?sslmode=disable&connect_timeout=10"
Expand Down

0 comments on commit 6cd3163

Please sign in to comment.