Skip to content

Commit bd4014a

Browse files
authored
Clean unused package oci/ (#2061)
To my knowledge no one is using this. We can remove this for the time being and add it back in once we have a better plan for migrating to a more OCI-compatible format.
1 parent 9f83609 commit bd4014a

3 files changed

Lines changed: 0 additions & 63 deletions

File tree

oci/BUILD

Lines changed: 0 additions & 25 deletions
This file was deleted.

oci/oci.bzl

Lines changed: 0 additions & 28 deletions
This file was deleted.

testdata/BUILD

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ load(
4949
)
5050
load("//kotlin:image.bzl", "kt_jvm_image")
5151
load("//nodejs:image.bzl", "nodejs_image")
52-
load("//oci:oci.bzl", "oci_push")
5352
load("//python:image.bzl", "py_image", "py_layer")
5453
load("//python3:image.bzl", "py3_image")
5554
load("//scala:image.bzl", "scala_image")
@@ -471,15 +470,6 @@ docker_push(
471470
tag = "{BUILD_USER}",
472471
)
473472

474-
oci_push(
475-
name = "push_stamp_oci",
476-
image = ":link_with_files_base",
477-
registry = "gcr.io",
478-
repository = "convoy-adapter/bazel-oci-test",
479-
stamp = "//stamp:always",
480-
tag = "{BUILD_USER}",
481-
)
482-
483473
container_image(
484474
name = "pause_based",
485475
base = ":pause.tar",

0 commit comments

Comments
 (0)