Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Archive IBU Imager project publicly
Browse files Browse the repository at this point in the history
The IBU Imager tool is now part of the lifecycle-agent project, active development has been moved to https://github.com/openshift-kni/lifecycle-agent.
  • Loading branch information
leo8a committed Oct 27, 2023
1 parent 7697cb8 commit 776918d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
19 changes: 0 additions & 19 deletions .github/dependabot.yml

This file was deleted.

3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ IMAGE_TAG_BASE ?= quay.io/lochoa/ibu-imager

# Image URL to use all building/pushing image targets
IMG ?= $(IMAGE_TAG_BASE):$(VERSION)
TEST_FORMAT ?= standard-verbose
GOTEST_FLAGS = --format=$(TEST_FORMAT)
GINKGO_FLAGS = -ginkgo.focus="$(FOCUS)" -ginkgo.v -ginkgo.skip="$(SKIP)"

# Unittests variables
TEST_FORMAT ?= standard-verbose
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![CI](https://github.com/leo8a/ibu-imager/actions/workflows/pull_request_workflow.yml/badge.svg)](https://github.com/leo8a/ibu-imager/actions/workflows/pull_request_workflow.yml)

:warning: The IBU Imager tool **is now part of the lifecycle-agent** project (see
[PR#23](https://github.com/openshift-kni/lifecycle-agent/pull/23)), active development has been moved to
that [repository](https://github.com/openshift-kni/lifecycle-agent) :warning:

This application will assist users to easily create an OCI seed image for the Image-Based Upgrade (IBU) workflow, using
a simple CLI.

Expand Down

0 comments on commit 776918d

Please sign in to comment.