mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-19 00:31:00 +00:00
Rebase nettest image from scratch to distroless
This commit is contained in:
parent
12ca2dd8a2
commit
f574a839a6
@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM scratch
|
||||
FROM gcr.io/distroless/static:latest
|
||||
COPY nettest /
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["/nettest"]
|
||||
|
Loading…
Reference in New Issue
Block a user