File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 uses : docker/setup-qemu-action@v1
3333 - name : Set up Docker Buildx
3434 uses : docker/setup-buildx-action@v1
35- - name : Login to Harbor
35+ - name : Login to Docker Hub
3636 uses : docker/login-action@v1
3737 with :
3838 username : ${{ secrets.DOCKERHUB_USERNAME }}
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2015-2021 Maik Hummel
3+ Copyright (c) 2015-2022 Maik Hummel
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1515### Pull, build or run this image
1616``` bash
1717# pull the most recent tag / release
18- docker pull beevelop/java:v2021 .06.2
18+ docker pull beevelop/java:v2022 .06.1
1919
2020# or run the image interactively
21- docker run --rm --name beevelop -it beevelop/java:v2021 .06.2 bash
21+ docker run --rm --name beevelop -it beevelop/java:v2022 .06.1 bash
2222
2323# or build the image from GitHub
2424docker build -t beevelop/java github.com/beevelop/docker-base
2525```
2626
2727### Or use as base image
2828``` Dockerfile
29- FROM beevelop/java:v2021 .06.2
29+ FROM beevelop/java:v2022 .06.1
3030```
3131
3232---
You can’t perform that action at this time.
0 commit comments