Skip to content

Commit

Permalink
Clean unused package oci/ (#2061)
Browse files Browse the repository at this point in the history
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.
gravypod authored Apr 16, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9f83609 commit bd4014a
Showing 3 changed files with 0 additions and 63 deletions.
25 changes: 0 additions & 25 deletions oci/BUILD

This file was deleted.

28 changes: 0 additions & 28 deletions oci/oci.bzl

This file was deleted.

10 changes: 0 additions & 10 deletions testdata/BUILD
Original file line number Diff line number Diff line change
@@ -49,7 +49,6 @@ load(
)
load("//kotlin:image.bzl", "kt_jvm_image")
load("//nodejs:image.bzl", "nodejs_image")
load("//oci:oci.bzl", "oci_push")
load("//python:image.bzl", "py_image", "py_layer")
load("//python3:image.bzl", "py3_image")
load("//scala:image.bzl", "scala_image")
@@ -471,15 +470,6 @@ docker_push(
tag = "{BUILD_USER}",
)

oci_push(
name = "push_stamp_oci",
image = ":link_with_files_base",
registry = "gcr.io",
repository = "convoy-adapter/bazel-oci-test",
stamp = "//stamp:always",
tag = "{BUILD_USER}",
)

container_image(
name = "pause_based",
base = ":pause.tar",

0 comments on commit bd4014a

Please sign in to comment.