File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 spec :
1616 containers :
1717 - name : dns-backend
18- image : registry.k8s.io/example-dns-backend:v1
18+ image : registry.k8s.io/example-dns-backend:v2
1919 ports :
2020 - name : backend-port
2121 containerPort : 8000
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM python:2.7 -slim
15+ FROM python:3 -slim
1616
1717COPY . /dns-backend
1818WORKDIR /dns-backend
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- TAG = v1
15+ TAG = v2
1616PREFIX = staging-k8s.gcr.io
1717IMAGE = example-dns-backend
1818
You can’t perform that action at this time.
0 commit comments