File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cluster/images/etcd-empty-dir-cleanup Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
REGISTRY? ="staging-k8s.gcr.io"
18
18
IMAGE =$(REGISTRY ) /debian-iptables
19
- TAG? =v12.0.2
19
+ TAG? =v12.0.1
20
20
ARCH? =amd64
21
21
ALL_ARCH = amd64 arm arm64 ppc64le s390x
22
22
TEMP_DIR: =$(shell mktemp -d)
23
23
24
24
BASE_REGISTRY? =k8s.gcr.io
25
- BASEIMAGE? =$(BASE_REGISTRY ) /debian-base-$(ARCH ) :v2.0.1
25
+ BASEIMAGE? =$(BASE_REGISTRY ) /debian-base-$(ARCH ) :v2.0.0
26
26
27
27
# This option is for running docker manifest command
28
28
export DOCKER_CLI_EXPERIMENTAL := enabled
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM k8s.gcr.io/debian-base:v1 .0.0
15
+ FROM k8s.gcr.io/debian-base:v2 .0.0
16
16
17
17
COPY etcdctl etcd-empty-dir-cleanup.sh /
18
18
RUN chmod a+rx /etcdctl /etcd-empty-dir-cleanup.sh
You can’t perform that action at this time.
0 commit comments