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