Rebase nettest image from scratch to distroless

parent 12ca2dd8
...@@ -12,7 +12,7 @@ ...@@ -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"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment