Rebase nettest image from scratch to distroless

k3s-v1.15.3
Antonio Ojea 2019-04-17 11:11:02 +02:00
parent 12ca2dd8a2
commit f574a839a6
No known key found for this signature in database
GPG Key ID: E4833AA228D4E824
1 changed files with 1 additions and 1 deletions

View File

@ -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"]